Writing

Essays

Pieces on AI architecture, context engineering, building production multi-agent systems, and the craft of engineering.

Aug 19, 2026

[WIP] Observing a Healthy Engineering System

The engineering system as People, Architecture and Systems/Processes executing roadmap bets, and three properties to observe it by: Efficiency, Accuracy and Growth.

Aug 19, 2026

[WIP] Architecture at Agent Speed

Coding agents let repositories evolve faster than teams can absorb the decisions being made. Architecture becomes a set of governed decisions that move through spec review, implementation and drift detection at the same rate as the code.

Aug 18, 2026

[WIP] From Delivery to Learning

If engineering can implement a feature 3x faster but it takes the same time to learn whether customers want it, we haven't captured the gain. Why the dev loop needs to extend from delivery to learning.

Aug 17, 2026

Revising the Engineering Interview Loop

Skill-based interviewing gives us a way to change hiring as engineering itself changes. How I am updating the loop (coding with agents, feature design through rollout) now that coding agents are part of the job.

Aug 14, 2026

Why RAG Is Not Enough

RAG answers retrieval questions. Enterprise-wide intelligence needs reasoning over relationships, state, lens and access control, and that requires a knowledge graph.

Mar 4, 2026

What Zero-Error Tolerance Actually Means for AI

When your AI handles 25% of U.S. mortgage closings, the error rate in the critical path has to be zero. Why that constraint is architectural, not a tuning problem.

Feb 2026

Finding the Craft Again

Staying close to the craft is not the same as doing it. What it took to close that gap as a founding CTO.

Jul 28, 2025

Building Reliable Prompts

Prompts held to production software standards: automatic optimization against curated datasets, guardrails for edge cases, and evals with runtime observability.