
A 101-page, professionally typeset field guide to how modern AI products are actually built. Not a research paper, not a vendor pitch, and not another "intro to prompting" PDF. It's a working engineer's map of the eight systems that surround a model and turn it into a real product, explained in plain English with one consistent visual language throughout.
The core idea the whole book is built on: the model is the small part. A real AI product is a model surrounded by supporting systems, the code that decides what to ask, the data that grounds answers, the tools it can call, the memory of past conversations, and the machinery that checks its work in production. This book teaches the eight supporting systems one at a time, so you can design almost anything once you know what each one fixes.
The promise: after reading, you can sketch any of these systems on a whiteboard and explain the trade-offs out loud.
What's inside
Front matter sets a shared vocabulary (an 8-layer mental model of every AI product), then eight architecture chapters, each in the exact same eight-part shape so you always know where to look:
The eight architectures:
1. RAG - giving a model private, fresh knowledge it never trained on
2. Agents - models that plan, use tools, and act in a loop
3. Multi-Agent Systems - many speteam
4. MCP Systems - a universal plug so any model can use any tool
5. AI SaaS Systems - turning a model into a multi-tenant product that bills and scales
6. Memory Systems - how AI products remember users and conversations
7. Evaluation Systems - proving the system is good and not getting worse
8. Monitoring Systems - watching production
Plus a Capstone & Interview Kit: at ties it all together, an AIsystem design interview walkthrough, an architecture cheat sheet, worked design problems, 24 rapid-fire Q&As, "ten ways AI projects fail," frequently confused pairs, a security & safety checklist, a build-vs-buy guide, token quick reference, and aglossary.
Format & specs
Who can buy this
Primary buyers
Secondary buyers
Who it's not for
- ML researchers wanting model invel papers.
- People looking for copy-paste framework tutorials tied to one specific library/version. This teaches the durable architecture and reasoning, not a single SDK.