AI Agents

An AI agent is an LLM in a loop with tools. That's the simple definition. The complex part is everything that makes it work in production: reasoning patterns, tool design, memory systems, evaluation, safety, and the dozen subtle decisions that separate a demo from a system that holds up under real traffic.

This section is 45 pages on building agents that work. From ReAct loops to multi-agent orchestration, from tool design to production observability. The goal: give you the mental models and specific patterns you need to build something real.

The nine sections

How to read this

Start at Foundations. If you already know what agents are, jump to Loops then Tools. Evaluation and Production are where naive agents fall apart at scale.