What a bigger LLM will not give you
You have now built one. So here is the engineering question honestly: which missing pieces are scale problems, and which are architecture problems?
In 60 seconds
What a bigger LLM will not give you
You have now built one. So here is the engineering question honestly: which missing pieces are scale problems, and which are architecture problems?
| Gap | Where it lives | Does scale fix it? |
|---|---|---|
| Continual learning | Weights are frozen after training | No. It is a training-procedure problem, not a capacity one |
| Grounding | Trained on descriptions, never on consequences | Partly — multimodal and embodied data help, slowly |
| Calibration | Softmax over next tokens has no notion of "I do not know" | Improves with scale, does not resolve |
| Long-horizon reliability | Errors compound across a sampling loop | No. It is a systems problem — checkpoints and verification |
| Causal models | Learned from correlation in text | Contested. Some argue it emerges; nobody has shown it robustly |
| Persistent goals | No state between forward passes | Not a capacity issue at all — it is an architecture choice |
The two schools, stated fairly
- Every "fundamental" barrier so far has fallen to more compute and better data.
- Reasoning training already produced strategies nobody demonstrated.
- Tools and memory patch the remaining gaps well enough in practice.
- The burden of proof is on those claiming a hard wall, given the track record.
- Frozen weights cannot learn from experience, at any size.
- A next-token sampler has no mechanism for persistent goals or planning over days.
- Text is a shadow of the world, not the world.
- Improvements on benchmarks have not translated into reliability on messy real tasks.
The build view of the remaining track
- 1
Module 55 · memory
Make the system accumulate and reuse experience without retraining. - 2
Module 56 · grounding
Connect predictions to consequences, so the system finds out when it was wrong. - 3
Module 57 · self-improvement
Close the loop so the system improves its own performance — and understand exactly why that loop is dangerous. - 4
Module 58 · the reference stack
Everything assembled, with the control points marked.
Watch and read more
Lab
Each of the six gaps classified as scale or architecture, with evidence.
The problem
You are done when
Hard questions
Try to answer before you reveal. If you can answer these, you understood the lesson.
Q1Someone says continual learning is a scale problem because a big enough context is equivalent to learning. Rebut precisely.Reveal
Questions people ask
Is this just my opinion or the field's view?
The gap list is broadly agreed. Whether scale closes them is genuinely contested among serious researchers, which is why it is presented as two columns rather than an answer.
If four gaps are engineering, can a small team make progress?
On memory architectures, verification loops and evaluation, yes — meaningfully, on modest hardware. Those are systems problems, and systems problems reward careful engineering more than compute.
Would solving all six give us AGI?
Unknown. It would give something markedly more capable and considerably harder to oversee. Whether it would be "general" depends on which definition from Module 26 you chose.
Why does this track exist in a security guide?
Because the architectures in the next four modules are being built now, and each one changes the threat model. Understanding them is how you avoid securing last year's system.
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