Part III / Build
Assemble capability and execution
Build the reusable capabilities, model abstraction, context systems, runtime, harnesses, environments, and workflows that make governed execution repeatable.
Question this part answers
How do you build the system around the agent?
Chapters
- 11
The Agent Factory ↗
Create and govern agents, skills, tools, profiles, and configurations.
- 12
Skills as packages ↗
Package and evaluate reusable capabilities rather than loose prompt files.
- 13
Control plane, orchestrator, and execution plane ↗
Separate authority, coordination, and work.
- 14
Durable execution: tasks, attempts, leases, and recovery ↗
Survive failures without losing truth.
- 15
Coding harnesses and agent protocols ↗
Own the execution contract and place interoperability protocols deliberately.
- 16
Harness engineering ↗
Engineer reproducible sessions, loops, controls, events, and conformance evidence.
- 17
Development environments, sandboxes, and compute ↗
Contain side effects and prove cleanup.
- 18
Agent architecture: loop, MCP, tools, context, and memory ↗
Design one bounded worker as a governed runtime composition.
- 19
Data, knowledge, and semantic engineering ↗
Prepare attributable knowledge and semantic contracts.
- 20
Context engineering ↗
Compile the minimum sufficient, permission-aware Context Package.
- 21
Models and capability selection ↗
Treat models as qualified, replaceable capability profiles.
- 22
Routing and the escalation ladder ↗
Route work to the cheapest qualified capability and escalate on evidence.
- 23
Agent and loop engineering ↗
Choose the least agentic mechanism and coordinate through explicit contracts.
- 24
Loop engineering patterns and defaults ↗
Bound retries and cost, detect oscillation, and stop honestly.
- 25
The 12-layer production AI agent stack ↗
Place each production responsibility in a named layer.
- 26
Autonomous engineering workflows ↗
Give each workflow its own trigger, proof shape, authority, and autonomy.
Retain this
- Use the lightest orchestration model that satisfies the workflow.
- Capabilities are versioned supply, not loose prompts.
- The sandbox defines what intelligence is allowed to affect.
