Agentic Design Patterns
A catalog of patterns for agentic programming in the spirit of the "Gang of Four". Each pattern is a proven solution to a recurring problem in working with an AI agent: how to set the task, provide context, verify the result, and organize the project. A separate chapter covers anti-patterns — common mistakes when interacting with an agent.
Patterns are grouped by area (see the table of contents). The order
and contents of the catalog live in SUMMARY.md, which also drives navigation.
Start with the preface and How to read this book.