What the course actually is
Fifteen chapters, three parts
Written first, illustrated, and phone-readable — you can work through it on a laptop or read it
standing in a parking lot before a meeting.
Part I — Use AI
For the person who has a chat window open right now and keeps getting mush out of it. Why the mush
happens, the three levers that fix it, giving the model a memory, making it show its work, and
using it for content without producing the kind of output a stranger can spot from across the room.
Part II — Build Your AI OS
The flagship. Sessions and state. An append-only decision log. Recording why you decided
something, so a decision can be reversed later on purpose instead of by accident. Verification
culture — gates, receipts, and the rule that a result far better than you expected is a bug until
proven otherwise. Chartering your first AI seat: one property, hard boundaries, a written escalation
rule. And the safety rails, which are not a compliance chapter but the reason delegation is possible
at all — the machine never holds credentials, never moves money, and never takes an instruction from
a web page.
By the end of Part II you have built a working miniature of the system this company runs on. Not
read about it. Built it.
Part III — Run It
Measuring before explaining. Delegation at scale — job packets, cheap models for volume and
expensive models for judgment, and QA that does not take the worker's word for anything. Then
keeping the whole thing alive as tools change underneath it.
Every chapter carries a real incident
Numbered, self-contained, and structured the same way: what the problem was, what it cost, what
fixed it, and the rule we now run because of it. The misses are in there on purpose. Four AI agents
on four browsers hitting one account at the same time. A platform that accepted an hour of saves and
stored none of them — no error, no row, nothing. A run that reported a finished job it had not done,
twice.
We include the misses because they are the credibility. A course with no failures in it was written
by somebody who has not shipped anything.
The Prompt Vault
Every prompt from every chapter — 52 of them — in one place, in the house pattern: a role, a
refusal clause, a required output shape, and a falsifier that makes the model attack its own answer.
Copy, fill the brackets, paste. Sub-prompt variations for each: a follow-up, a falsifier probe, and
a tighter-constraint version.
The falsifier is the part most people have never seen and the part that changes results immediately.
It is one extra instruction that ends every prompt: now tell me which part of your own answer is
weakest, and why.
The Build-Along track
Each chapter ends with a build assignment and a pass bar — a specific, checkable condition that tells
you whether you actually did it. Work the track start to finish and you end up with your own memory
file, your own session protocol, your own decision log, your own verification gate, and your first
chartered AI seat.
The pass bars are strict on purpose. Chapter 9's, for instance, is that your gate must catch
something on run three that run one missed. If all three runs come out identical, you built a
scheduled prompt, not a loop, and the chapter tells you so.
Built not to go stale
Every AI course you have ever seen rots, because it teaches this quarter's buttons. This one
separates the two layers on purpose. The method — memory, protocol, logs, verification, charters
and rails — is independent of which model is winning this quarter, and it is most of the book. The
tool-specific layer is written against your current model, whatever that is when you read
it, and it gets replaced as reality changes — because the updates are a byproduct of running the
company, not a product we have to go make.
That is the only condition under which a course can honestly be called the last one you need, and it
is why the title is a structure rather than a boast.