Video summary
MIT Just Found a Hard Limit in LLM Scaling, and Money Won't Fix It
Main summary
Key takeaways
Scientific concepts, discoveries, and nature phenomena in the subtitles
1) Scaling limits in large language models (LLMs)
- MIT research claims there is a hard mathematical limit on how much smarter LLMs become as they scale up.
- The model’s “smarter” performance is linked to reducing certain internal representation conflicts.
2) Self-supervised learning and training data (LLM “brain” training)
- LLMs are trained with self-supervised learning, enabling cheap training-data creation.
- Training uses extremely large corpora, including:
- Large portions of Wikipedia
- Hundreds of thousands of books
- A filtered copy of much of the public internet
3) Representation geometry: dimensions, width, and concept mapping
- LLMs internally construct a mathematical map of word/concept relationships, described geometrically.
- If there were a dedicated direction per concept, the model would need one independent internal “direction” per concept.
- In practice, model width (the number of internal dimensions) is limited:
- For GPT-3 scale, width is described as ~12,000+ dimensions (contrasted with “50,000+” concept granularity).
4) Superposition and interference
- With too few dimensions for all concepts to be independent, concepts are compressed into overlapping internal directions.
- This overlap is called superposition (credited in the subtitles to an Anthropic 2022 paper).
- When the model activates one concept, nearby overlapping concepts become partially activated too, causing:
- Interference
- Interference can lead to generation errors such as:
- Slightly wrong words
- Sometimes completely wrong words
5) Key scaling relationship: interference reduced by widening
- The MIT paper’s relationship (as described in the subtitles):
- Doubling model width halves interference
- Therefore, a major part of the errors also roughly halves
- Subtitles interpretation: wider models spread concepts farther apart, reducing overlap.
6) Why scaling cannot continue indefinitely: “Zipf’s law” locks the exponent
- Even with more width, the reduction in error is not fast enough to reach zero.
- The MIT researchers attribute the slow improvement rate to an exponent that is “locked in place” by Zipf’s law:
- In natural language, a small number of words are extremely frequent
- A large number of words are rare
- The subtitles claim that the frequency distribution implied by Zipf’s law constrains scaling behavior.
7) Ceiling: when width matches independent language factors
- Eventually, width could become large enough that superposition disappears:
- Each genuinely independent “thing” in language gets its own direction
- Overlap vanishes, so there is no interference left to reduce
- After that point, increasing width yields no meaningful improvement.
8) “Perfect prediction” is not the goal in language
- The subtitles emphasize language is not deterministic like a math equation.
- Example given: “I really like …” could lead to many plausible next words (cats, dogs, pizza).
- This supports the idea that zero error is not achievable merely by scaling.
9) Economics of scaling: training cost explodes
- The subtitles claim a cost barrier:
- Doubling width is said to cost about 6× (a conservative estimate).
- Example cost scaling from a quoted “frontier training cost”:
- ~$300M for a frontier model
- Projected doubles: ~1.8B, 11B, 65B, 390B dollars for successive doublings
- Even if money were “free,” the MIT-described limits still constrain error reduction.
10) Alternative AI directions (future trend mentioned)
- Some researchers are moving toward models with more grounding in the physical world:
- Learning from video
- Using senses rather than only human text
- Pursuing a “proper understanding of the physical world” as a way forward
Researchers or sources featured (explicitly named)
- MIT researchers (the source of the “hard limit” study; specific authors not named in the subtitles)
- Anthropic (paper from 2022, where “superposition” is discussed)