-
Book Overview & Buying
-
Table Of Contents
30 Agents Every AI Engineer Must Build
By :
The best way to predict the future is to invent it.
— Alan Kay, computer scientist
While language models provide the reasoning substrate for understanding user goals, it is the use of tools that enables agents to execute tasks and affect the real world. This chapter establishes the architectural foundation for understanding how agents translate reasoning into action through three progressive patterns:
We begin with the foundational pattern of a single agent extending its capabilities by invoking external functions and managing execution outcomes: Tool-Using agents. We then examine architectures that coordinate multiple specialized agents to solve complex, multifaceted problems through task decomposition and parallel execution: chain-of-agents orchestrators. Finally, we explore how to implement persistent, stateful business processes that incorporate human oversight at critical decision points: agentic workflow systems...