Library
Field notes for agent builders.
Long-form articles on building, shipping, and selling AI agents - the reasoning behind the recipe, not just the steps.
Library
Long-form articles on building, shipping, and selling AI agents - the reasoning behind the recipe, not just the steps.
Architecture
How the pieces fit once one prompt is not enough: splitting work across models, holding state between steps, orchestrating a run that can fail halfway, and resuming it without paying for the expensive half twice. Written around the tradeoffs, because most of these decisions are only reversible at cost.