Three tiers of digital cognition
A model that talks, a model that checks itself, and a system that acts on its own. Most confusion about AGI comes from mixing these three up.
In 60 seconds
Three tiers of digital cognition
A model that talks, a model that checks itself, and a system that acts on its own. Most confusion about AGI comes from mixing these three up.
Tap any box in the diagram
The memory and the vocabulary. It predicts the next token from statistical patterns absorbed in training. It knows which words sit well together; it has no mechanism at all for knowing whether they are true. Everything in Track A applies here. On its own it is a brilliant, confident, unreliable narrator.
A word about the vocabulary
What each tier can and cannot do
| LLM | LLLM | AGI | |
|---|---|---|---|
| Produces fluent text | Yes | Yes | Yes |
| Knows if it is right | No | Sometimes β where a checker exists | Sometimes |
| Recovers from its own mistakes | No | Yes, within one task | Yes, across many tasks |
| Takes actions in the world | No | Only inside its checker | Yes β this is the point |
| Keeps a goal across many steps | No | No | Yes |
| Remembers yesterday | No | No | Only if you build the memory |
| Can hurt you | Only by being wrong | Only by being wrong | By doing the wrong thing |
Watch and read more
Lab
The same task at all three tiers, measured.
The problem
You are done when
Hard questions
Try to answer before you reveal. If you can answer these, you understood the lesson.
Q1Tier 2 is more accurate and cheaper than tier 3 on your task. When is tier 3 ever right?Reveal
Questions people ask
Is an LLLM a different kind of model?
No β and this is the most important thing to be clear about. It is the same model with machinery around it. Nobody trains an "LLLM". You build one, out of an ordinary model plus a checker plus a loop. The intelligence you gain lives in your architecture, not in the weights.
So is a reasoning model an LLLM?
Close. A reasoning model (Module 51) has the verify-and-retry behaviour trained into the weights, so it does more of this internally. An LLLM does it externally, in code you wrote and can inspect. External is slower and far more auditable β which is often the trade you want.
Do I need tier 3 for my product?
Usually not, and that is good news. Most valuable products are tier 2: a model that drafts and a checker that verifies, with a human pressing the button. Reach for tier 3 only when the task genuinely needs many unsupervised steps.
Where does today's frontier sit?
Solidly at tier 3 for short horizons β minutes to hours β with tier 2 reliability inside each step. What is missing is not the loop; it is memory that accumulates and reliability that holds over days. Modules 30 and 54.
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