What Your Agent Is Doing When You're Not Watching
AI agents don't fail loudly — they fail invisibly. What observability means in practice, how to set it up, and why it matters for builders and users alike.
Read moreTales of a Lawyer Turned Developer
Hi, I'm Matthias. I practiced law for 8 years while teaching myself to code. Now I build automation tools for legal and tax workflows combining legal and technical expertise.
def review_contract(contract_pdf, client_requests):
review_notes=[]
for page in contract_pdf.pages:
issues = review_page(page, client_requests)
if issues:
review_notes.append(create_note(issues))
return review_notes
Tools I use, problems I solve, lessons I learn.
Observations from the intersection of law and code.
How I went from lawyer to developer. The messy middle parts.
Insights on automation, legal tech, and career transitions
AI agents don't fail loudly — they fail invisibly. What observability means in practice, how to set it up, and why it matters for builders and users alike.
Read moreAn agent is four components: LLM, tools, loop, stopping condition. Simple. What it actually needs to work is a longer list, and most (legal) tech wasn't designed to provide it.
Read moreVibe coding is brilliant for prototypes, but production legal tools require engineering discipline. Here's why the difference matters, and what changes when you build with AI assistance.
Read moreAnthropic's legal plugin announcement triggered panic in legal tech stocks. But it's not a disruption, it's a consolidation of existing capabilities.
Read moreLegal work is data work. Once you start seeing information as structured data instead of documents, you unlock automation, better knowledge management, and effective AI integration.
Read moreDeveloper tools reveal fundamental inefficiencies in how lawyers work with documents. The fix isn't just about productivity—it's about AI readiness.
Read more