Lesson 3 of 6
Why more data helps
10 min read
If training is reading and practising, the obvious question is: does more of both make a smarter AI? Mostly yes — with two big catches.
Two knobs: how much, and how long
Two things drive how good a trained model gets. The first is how much it read — more text covers more of the world, so fewer topics are left blank. Read a million medical articles and it can hold a conversation about medicine; read almost nothing about a rare hobby and that corner stays thin. The second is how long it practised — more rounds of guess-and-nudge sharpen each prediction from a fuzzy hunch into a confident, well-aimed one. Turn both up and the model gets broader and sharper at the same time.
More data widens what a model covers; more practice sharpens how well it predicts. Together they make it stronger — this pull is what people mean by scaling laws.
Junk in, junk out
Here's the first catch: quality matters as much as quantity. Flip the data to messy — full of errors, spam, and contradictions — and piling on more of it barely helps. The model faithfully learns the mess, because it can't tell good text from bad; it just soaks up whatever it's given. It's the same reason a student who drills from a stack of wrong answers gets worse, not better: practice burns in whatever you practise. A smaller pile of clean, trustworthy text usually beats a mountain of garbage — which is why real training pipelines throw away far more text than they keep.
This is why teams spend enormous effort cleaning and filtering training data. A model is only ever as reliable as what it was fed.
More only helps if it's good. A model can't judge its sources — it learns the mess as faithfully as the truth.
Bigger isn't magic
The second catch: the gains level off. Doubling the data doesn't double the smarts — each extra pile helps a little less than the last, the way the tenth textbook on a subject teaches you less than the first. And yet, past certain sizes, new abilities can appear that weren't obviously there before — a model that suddenly handles a kind of problem it used to fail, without anyone programming that skill in. Scaling is powerful, but it's a steady climb with the occasional surprise, not a switch that flips to "genius."
Scaling helps, but with diminishing returns — though at larger sizes, genuinely new abilities can emerge.
What to carry forward
- —More data fills gaps; more practice sharpens predictions.
- —Quality beats quantity — messy data teaches a messy model.
- —Gains level off, though new abilities sometimes appear at larger scales.
A team doubles their training data by adding messy, low-quality text. What happens?
Continue in the app
Take the whole How AI Learns course — tracked
Get your personalized path, progress and streaks in the app — this lesson and every next one, in order.