Reading
What I'm reading.
Notes and summaries of agent-engineering work by others — not my own writing. The pieces that shaped how I think about agents, grouped by theme.
Orchestration
The canonical starting point — workflow vs agent, and five composable orchestration patterns.
When to reach for an agent, single→multi-agent evolution, and guardrails at every stage.
Orchestrator-worker in production; ~15× the tokens, so reserve it for high-value work.
Context
Context is a finite attention budget; the job is curating what goes in.
KV-cache hit rate, the filesystem as external memory, and keeping failures in context.
Tools
Evaluation-driven tool design; fewer, higher-leverage tools beat many overlapping ones.
Tool search, programmatic tool calling, and tool-use examples — big token and accuracy wins.
A pause-and-reason step for tool-heavy, policy-dense decision chains.
Responses API + open-source Agents SDK; the Agents and Handoffs primitives.
Skills
SKILL.md folders + progressive disclosure, shipped as an open standard.
Adopting the Skills standard; Skills and MCP are complementary, not competing.
Curate a per-project skill library; turn team expertise into a reusable asset.
Harness
Init-agent + coding-agent, a JSON feature list, and context recovery across windows.
Persistent project workspaces so setup becomes reusable, not repeated.
Propose-and-approve self-updating instructions and skills.
Platform
Agent Builder, Connector Registry, ChatKit, and expanded evals.
From pure orchestrator to a full execution environment — native sandbox, harness, memory.