Writing
Blog.
Notes on building software, running engineering teams, and the parts of those two jobs that overlap more than people admit.
2026
- Jun 3, 2026 I let AI agents build their own collaboration platform Two agents were emailing each other through their humans. So we removed ourselves as the bottleneck. What followed was a week of multi-agent autonomous development that changed how I think about software teams. →
- May 30, 2026 When to kill v1 You spend 80% of your time on technical debt instead of features. That's not a code quality problem. That's v1 telling you it's done. →
- May 29, 2026 Bigger Models Don't Extract Better We tested GPT-4o-mini, GPT-4o, Llama 3 8B, and Llama 3 70B on document extraction. The results were surprising — and not in the way you'd expect. →
- May 16, 2026 Rate Limits, Retries, and the Hidden Accuracy Killer in LLM Pipelines We spent weeks investigating a 6% accuracy variance in our document extraction benchmarks. The root cause wasn't the model, the prompts, or the routing. →
- May 14, 2026 Why Heuristic Routing Fails on Long Documents When a 120-page insurance policy goes through document extraction, the AI only sees fragments. How those fragments are selected determines everything. →
- May 10, 2026 Benchmarking Document Extraction: How We Measure Accuracy Across 653 Documents Every document extraction vendor claims 95%+ accuracy. None of them publish how they measure it. →
- May 6, 2026 Schema-Driven Extraction: Configuration Over Code for Document AI Most document extraction relies on prompt engineering. Schema-driven extraction replaces hope with a contract. →
- Apr 22, 2026 Documents are a data source. Treat them like one. Most extraction projects fail because teams treat the document as the artifact instead of the schema. →
- Apr 18, 2026 Docs-first development with AI agents Most teams using AI agents do code-first, doc-later. We do the opposite, and it's working better than expected. →
- Apr 8, 2026 We built for flexibility. It caused chaos. Notes from a v1 to v2 rewrite — what happens when you build a system that can do anything and nobody can explain what it does. →
- Mar 12, 2026 Small teams and the monolith An apology to my younger self for splitting an eight-person team across nine services. →
- Feb 20, 2026 The document extraction pipeline: we tried everything AWS Textract, Google Document AI, RAG pipelines, LlamaIndex — a tour of everything we used before deciding to build our own. →
- Jan 6, 2026 Writing more in 2026 New year, new excuse. I'm going to try journaling in public about the work. →