← Discover MCPs and Agents
A
AgentAI & MLGitHub

An-Illustrated-Guide-To-AI-Agents

Official code repo for the O'Reilly Book - "An Illustrated Guide to AI Agents"

Links

README

From the repo.

An Illustrated Guide to AI Agents

PyPI - PyPi

Welcome! Here, you will find the code for the book An Illustrated Guide to AI Agents written by Maarten Grootendorst and Jay Alammar. In this repository, you will:

"Build an Agent From Scratch!"

Through the visually educational nature of this book and with more than 300 custom made figures, learn the practical tools and concepts you need to use AI Agents today!

Cover

Table of Contents - Build a TinyAgent from Scratch!

The code examples in this repo are used for you to start building a TinyAgent entirely from scratch, using nothing more than LLM calls. You will learn how to create your own Agent that has memory, tools, and autonomy!

All examples can be run in Google Colab for free using their T4 GPU. You have options for running everything either locally or on the cloud without any additional costs involved.

ChapterNotebook
Chapter 1: Introduction to AI AgentsOpen In Colab
Chapter 2: Large Language ModelsOpen In Colab
Chapter 3: Reasoning Large Language ModelsOpen In Colab
Chapter 4: MemoryOpen In Colab
Chapter 5: ToolsOpen In Colab
Chapter 6: PlanningOpen In Colab
Chapter 7: EvaluationOpen In Colab
Chapter 8: Multi-Agent CollaborationOpen In Colab
Chapter 9: Multimodal UnderstandingOpen In Colab
Chapter 10: Coding AgentsOpen In Colab

[!TIP] You can check the setup folder for a quick-start guide to install all packages locally.

Reviews

"The authors are exceptional builders, and this book is a testament to the depth of their knowledge. The generous illustrations and hands-on TinyAgent exercise make the concepts approachable, intuitive, and fun to learn."

Chip Huyen - author of AI Engineering and Designing Machine Learning Systems


"I have thought a lot about how to teach AI systems, and this book still surprised me with how much of the domain of modern AI agents it could make clear through illustrations. Maarten and Jay do an impressive job identifying and explaining the timeless ideas in this fast-moving field, and I expect this to become the first book I recommend to anyone who wants to understand how modern agents work and how to build them."

Omar Khattab - assistant professor, MIT EECS.


"Grootendorst and Alammar explain the entire AI agent stack, from tokenization to multiagent systems, in an engaging visual style. As the field evolves, this book will continue to serve as a useful reference because it covers the subject matter so thoroughly."

Ofir Press - research scientist at Meta FAIR, coauthor of SWE-bench and SWE-agent.


A Unique Way of Learning

We wanted to do something special this time around and allow readers to Build an Agent From Scratch! However, we did not stop there and wanted the act of building the Agent to be a modular experience that enhances the learning experience. By iteratively adding components, one at a time, it becomes much more intuitive how an Agent actually works.

book

We decided to combine this with creative (if we say so ourselves) ways to explain what is happening and how each added component affects your TinyAgent!

images/tinyagents.png

Through a philosophy centered around modularity, each chapter can neatly cover a single topic. As such, that allows us to do things like annotate code to help you understand what reason is for specific lines of code.

images/annotated.png

As we are building up your TinyAgent there might be many code changes happening in certain chapters. To illustrate the effect of these changes on your TinyAgent, we made use of diffs as a way to ease the learning curve.

images/diffs.png

Citation

Please consider citing the book if you consider it useful for your research:

@book{illustrated-agents-book,
  author       = {Maarten Grootendorst and Jay Alammar},
  title        = {An Illustrated Guide to AI Agents},
  publisher    = {O'Reilly},
  year         = {2026},
  isbn         = {979-8341662698},
  url          = {https://www.oreilly.com/library/view/an-illustrated-guide/9798341662681/},
  github       = {https://github.com/HandsOnLLM/An-Illustrated-Guide-To-AI-Agents}
}

Collected info

  • 114 stars
  • 40 forks
  • Language: Jupyter Notebook
  • Source updated: 9/23/2026