Writing
Notes from building backend systems and agent infrastructure. Long-form, occasional, written when there's something real to say. RSS.
- Keeping autonomous coding agents honest
How I made an autonomous connector factory trustworthy: fresh critic sessions, typed rubrics, deterministic gates, and a reliability floor underneath. - Integrations as data, not code
Why we stopped writing a Go module per third-party integration and started describing each connector as a reviewed data descriptor run by one executor. - We measured our LLM debugging agent against 32 real bugs and decided not to build RAG
How we built a 32-card eval for an LLM bug-triage agent, found retrieval wouldn't fix most failures, and skipped RAG.