The Map of the Ladder
Three books sit on one shelf in this catalogue, all about the same subject at three different heights. One explains how these models come to exist at all. One — this one, now on its last chapter — teaches how to work with a model that already exists. One teaches how to build software around it. You have spent eleven chapters standing on the middle rung, and this page draws the map properly: what lies below, what you now own, and what lies above.
A map legend is more useful at the end of a journey than at the start. At the start it is a key to symbols you have never seen. At the end every border on it means something, because you have lived in one of the regions and know exactly where it stops. The introduction showed you this same three-region map. This is the version you can now read.
The Rung Below: How These Models Are Made
Machine Learning from Zero is the book underneath this one, and it answers the question this book kept setting aside: how does a program end up able to do any of this? Training — showing a system enormous quantities of examples until it learns the patterns in them, text included. Neural networks, in plain words and with no code. Why producing text one piece at a time works as well as it does. And the fairness and limits questions at the level of the mechanism rather than the symptom.
"Setting aside" is the honest phrase, because twice in this book you were handed a conclusion on credit. Chapter 1 told you the model learned patterns from an enormous amount of text and moved straight on, because nobody needs the training process to use a chat box well. Chapter 3 told you the model inherits the patterns of the people who wrote that text, and stopped there. Both of those are borrowings, and the lower book pays them back in full.
So reading downward is enrichment, not remediation. Nothing in this book stood on a floor you skipped; the rung below deepens the why under things you already do correctly. Take it before this book or after it — the order genuinely does not matter — or leave it, and lose nothing you were relying on.
This Rung, Inventoried
People finish books unsure what they now know, which is a waste, because a stated capability is worth considerably more than a warm feeling. So here is the inventory: what you own after eleven chapters, written plainly enough to say out loud in a review, put on a line of a CV, or use to decide whether the rung above is worth climbing.
- The machine, described honestly — a model that reads in tokens, holds one finite window of context, produces text a piece at a time to fit a pattern, varies between runs, and knows nothing you have not put in front of it (Chapter 1).
- The craft of asking — the four specifics that kill generic answers, the context only you can supply, examples that outteach descriptions, the shape asked for up front, and steering in rounds instead of hunting a perfect first prompt (Chapter 2).
- Calibrated distrust — why an invented answer sounds exactly like a true one, why fluency is not truth, and the cheap habits that catch most of it before it reaches anybody (Chapter 3).
- Your own material, handled — pasting and attaching, a 120-page contract cut to fit a window, summarizing, extracting and classifying at real volume, output a program can use, and checking that output at scale (Chapters 4 and 5).
- The line you do not cross — where your words actually go, the categories that stay out regardless of convenience, why a workplace has rules about this, and what a refusal is for (Chapter 6).
- The wire — every message is one request to a provider's server: the payload read field by field, the key that spends money, the status codes, the retries that are not free, and a bill you can itemize (Chapter 7).
- Products, from underneath — the system prompt, the settings that change an answer, twenty lines of automation read group by group, and what to check when a feature starts behaving differently (Chapter 8).
- Code, and the disciplines around it — what a coding assistant is, why the third week costs what the first week saved, the four habits that keep the speed, and what an agentic tool is made of (Chapter 9).
- The judgement frame — the tasks where this is the wrong tool, the ladder of cheaper things to try first, the four-question card, and the practice that keeps your own eye sharp (Chapter 10).
Read that list back and notice it is not vocabulary. Every item on it was worked on a real season: 2,300 guest reviews, a 120-page supplier contract, a hotel that did not exist, and a bill that went from $19 to $6 because somebody understood where the money was going.
The Rung Above: How to Build Around a Model
Agentic AI from Scratch is the book above this one, and it opens by assuming three things about whoever picks it up. Take them one at a time, because this book has been quietly meeting them the whole way along.
- You can read a small program and a labelled data payload. Chapter 5 introduced labelled data as text a program can unpack. Chapter 7 read a live request body field by field. Chapter 8 read a twenty-line program in five groups, out loud, without asking you to write a character of it. Met.
- You have HTTP as a working idea — requests, responses, status codes, timeouts, and why a retry is not free. That sentence is Chapter 7 in summary, and its last clause got a page to itself. Met.
- You know what a language model does — tokens, a finite context window, and why the same question gives different answers. That is Chapter 1, worked on every page since. Met.
That was this book's quiet second job. The first job was to make you good at the chat box. The second was to set you down on the doorstep of the next book with no gap left to jump — which is why Chapter 7 spent six pages on machinery a marketing coordinator never touches directly.
What is up there is the loop from the end of Chapter 9, built by hand instead of admired: the tools a loop may call and how they are described to the model, what it carries between rounds and what it drops, memory, the guardrails and who sets them, how anyone evaluates a thing whose job is to act differently every time, and where the trust boundaries fall. Those are the questions that arrived at the end of Chapter 9 and were deliberately left ripe. Fourteen chapters answer them.
Climb, Descend, or Stand
Three moves are available from this rung, and all three are the right answer for somebody.
Stand. For most of an office, this rung is the destination and not a landing. The coordinator, the analyst, the manager, the support lead — someone who directs a model well, checks it properly and knows when not to reach for it at all is finished, in the good sense of the word. A shelf with one book on it is not a failed shelf, and the last page of this chapter is about making that one book pay.
Descend. For the reader who keeps asking but why does that actually work. The book below has no prerequisites and needs no code, and taking it after this one is a genuinely comfortable order: you arrive already knowing what the thing being explained feels like in the hand.
Climb. For anyone who will build software around a model, or commission it closely enough to be answerable for what it does. One honest note first: the code up there is Python — a programming language — and the early chapters have you reading it before they ask you to write any, the way Chapter 8 did with twenty lines. The climb is real work. It is also walked one step at a time, which is the only way anybody has ever done it.
And one thing the map deliberately does not say. Meeting the entry bar does not make the next book easy; it makes the entry honest. Met-bar is the correct state to start from, not a finish line to celebrate — a distinction worth carrying up any ladder you ever climb.
- "The next book is just a more advanced version of this one." It is a different altitude, not a higher difficulty setting: using a model and building a system around one are different jobs. For a great many readers the right move is to stand still on this rung, and this page says so without embarrassment.
- "I skipped the book below, so I am missing prerequisites." You are not. Chapter 1 carried everything this book needed about how models are made, and carried it deliberately. The rung below deepens the why; it does not gate what comes next.
- "Meeting the entry bar means the climb will be easy." It means the entry is honest — you will not open the next book and hit a wall of assumed knowledge on page four. It is a real engineering book, and met-bar is where its first chapter expects you to be standing.
- "A ladder means reading all three books." A ladder means knowing where the rungs are so you can choose. The map exists to make one deliberate choice possible, not to hand out a reading list of three.
- Readers finish courses uncertain what they actually gained. The inventory turns a finished book into a stated capability — the kind of sentence that survives a performance review, a CV line, or a decision about what to learn next.
- The ladder is this catalogue's promise made visible: no book re-teaches another's floor, and every book names its neighbours. That is why the entry bar above could be checked off item by item rather than hoped about.
Knowledge Check
What does each of the three books on this shelf own?
- How models are made, how to work with one, how to build around one
- Beginner material, then intermediate material, then advanced material
- The theory of models, the craft of prompting, then the business case
- Chat products first, then coding tools, then the tools that buy them
Which of these is on this page's inventory of what you now own?
- The mathematics of adjusting a model's internals during training
- The wire: the request, the payload, the key, the errors, the bill
- How to build a loop that acts on the model's replies unattended
- How to choose the training text a general-purpose model needs
The next book's entry bar includes "why a retry is not free." Where did this book meet it?
- Chapter 5, where generated output was first checked at scale
- Chapter 7, on rate limits, timeouts and retrying properly
- Chapter 4, on the contract that would not fit the window
- Chapter 9, on what an agentic coding tool is made of
A colleague has read this book, does no engineering, and asks what she should do next. What does this page say?
- She should go down a rung first, because she skipped a prerequisite
- She should climb, because standing still means falling behind on this
- Standing here is a legitimate finish for most working professionals
- She should read all three, in the order the ladder puts them
You got correct