Front Matter
FM.3: Course Syllabi

Agent Builder Track

Prerequisites

Completed Chapters 10 through 11 (LLM APIs, prompt engineering). Basic understanding of RAG from Chapter 20. Python with async/await.

Agent Builder Track

Building AI agents from API calls through multi-agent orchestration, with production deployment.

Learning Sequence

Follow the numbered steps in order. Each step builds on the previous one to give you a coherent understanding of this topic area.

  1. Chapter 10: Working with LLM APIs (authentication, streaming, structured outputs)
  2. Chapter 11: Prompt Engineering and Advanced Techniques (chain-of-thought, few-shot, reflection loops)
  3. Chapter 20: Retrieval-Augmented Generation (grounding agents in external knowledge)
  4. Chapter 22: AI Agent Foundations (ReAct, tool calling, sandboxed execution)
  5. Chapter 23: Tool Use and Protocols (MCP, function calling, structured tool schemas)
  6. Chapter 24: Multi-Agent Systems (supervisor patterns, debate, pipeline orchestration)
  7. Chapter 25: Specialized Agents (code agents, research agents, data agents)
  8. Chapter 26: Agent Safety and Production Infrastructure (guardrails, monitoring, sandboxing)
  9. Chapter 31: Production Engineering and Operations (deploying agents reliably at scale)
  10. Chapter 34: Emerging Architectures and Scaling Frontiers (state-space models, mixture of experts, and next-generation designs)
  11. Chapter 35: AI, Society and Open Problems (safety, governance, and societal implications)
Recommended Appendices

What Comes Next

Return to the Course Syllabi overview to explore other tracks and courses, or proceed to FM.4: How to Use This Book for a quick orientation on conventions and callout types.