Skip to content

Volume 10 — AI Agents

Systems that take actions

Tool use, planning, memory, multi-agent patterns, and the safety and evaluation concerns that arrive the moment a model can act rather than merely answer.

Outlined, not yet written

This volume is fully outlined but the lessons are not yet authored. The chapter list below is the plan of record, not a promise that content exists.

What you will be able to do

  • Define tools an agent can use reliably
  • Design an agent loop with explicit termination and error handling
  • Contain the blast radius of an agent that misbehaves
  • Evaluate an agent on task completion rather than vibes

Chapters

  1. What an agent actually is
  2. Tool definition and function calling
  3. The agent loop
  4. Planning and decomposition
  5. Memory and state
  6. Multi-agent orchestration
  7. Guardrails and sandboxing
  8. Human-in-the-loop design
  9. Evaluating agents
  10. Cost, latency and failure containment

All volumes