Blog
Notes from building agent systems
Evaluation harnesses, orchestration patterns, memory design and the failures behind them — written up while the details are still fresh.

20 Sept 2026·6 min read
Agent Failure Taxonomy: Naming the Ways Multi-Step Systems Break
A shared vocabulary for agent failure modes turns incident reviews from anecdote into countable, regression-testable signals across model, tool, orchestration and data layers.
agent-failure-modesmulti-step-systemsincident-review

20 Sept 2026·6 min read
The Chief-of-Staff Pattern: When to Orchestrate Agents and When to Just Write a Script
Multi-agent orchestration pays off only when subtasks need different context, different tools, or independent verification. Otherwise it is a slower function call.
multi-agent-systemsorchestrationllm-agents