The reference stack, with the brakes marked
Everything from both tracks in one architecture. Click any layer to see what it does and where the control point sits.
In 60 seconds
The reference stack, with the brakes marked
Everything from both tracks in one architecture. Click any layer to see what it does and where the control point sits.
Tap any box in the diagram
Frozen weights from pretraining. It has no goals and no memory. Everything alarming in this guide is built on top of it, not inside it. Control point: which model, which version, pinned — and re-run your evaluations on every upgrade, because a model swap changes behaviour you tested.
How to use this drawing
- 1
Find your system on the left
Most production systems today are at layers 1–4. Agentic products reach 5. A few reach 6. - 2
Check every control at or below that level
If you are at layer 5, controls A through E should all be real, implemented things — not intentions. - 3
Before adding a layer, build its control first
This is the whole discipline in one sentence. Ship the brake before the accelerator. - 4
Re-run Module 60's checklist
Every time you move up a layer, the checklist has new answers. It is not a one-time exercise.
Watch and read more
Lab
The reference stack, drawn for a system you actually run.
The problem
You are done when
Hard questions
Try to answer before you reveal. If you can answer these, you understood the lesson.
Q1Your system is at layer 5 with only controls A and E. Argue for and against shipping it.Reveal
Questions people ask
Do I need all of this for a small internal tool?
No. Match the controls to your layer. A layer-4 read-only assistant needs a sandbox, scoped identity and logging, and can skip most of the rest. The mistake is reaching layer 5 or 6 with layer-2 controls.
Which control gives the most protection per hour of work?
Egress allow-listing, then approval gates on irreversible actions. Between them they cut most realistic data-theft and damage paths, and neither takes long to implement.
How does this change as models get more capable?
The controls stay the same and matter more. That is the encouraging part: sandboxing, least privilege, taint tracking and an external stop are not tied to any model generation. They are the durable part of this field.
What if my organisation will not fund the right column?
Then build fewer layers on the left. That is a legitimate and often correct engineering decision, and it is far better than shipping capability you cannot control. Write down which layer you stopped at and why.
Lesson test
5 questions. Get 3 right (60%) to pass and complete this lesson.
Sign in with your phone number to take the test and save your progress