AI Research Scientist · Scaling Laws & Stability
Neural scaling law breakdowns and irreducible loss
Neural scaling law breakdowns and irreducible loss
Reducible loss
The reducible component of loss is the part that keeps shrinking as you scale up parameters, data, or training compute — it’s the model still learning to predict what’s actually predictable in the data.Every dataset carries irreducible entropy — inherent unpredictability in the next token (ambiguous context, multiple valid continuations, label noise). A scaling law's loss curve asymptotes toward this entropy floor, , as reducible loss shrinks to zero. No amount of extra parameters, data, or compute pushes loss below : you're not fighting a solvable prediction problem anymore, you're fighting the genuine randomness baked into the data-generating process itself.
- WhenExtrapolation stays near the fitted compute range.Trust the predicted loss as a planning guide.WhyThe power law is empirically validated inside that range, so error stays small.
- WhenExtrapolation jumps an order of magnitude beyond the fitted range.Treat the number as a rough estimate, and validate with a few intermediate-scale runs before committing budget.WhyData-quality limits or floor shifts are unverified at that scale, so blind trust risks a costly misallocation.
Recall check from the same lesson
Because the fitted curve was validated on runs between 1e19 and 1e21 FLOPs, extrapolating it to 1e26 FLOPs (five orders of magnitude beyond) is just as reliable as an interpolation within that range, since the same power-law exponent should hold at any scale.
Review the explanation
Answer: False. A fit's exponent and floor are only empirically validated inside the range it was measured over. Extrapolating five orders of magnitude beyond that range risks encountering shifts in data quality, effective exponent, or entropy floor that the fit never observed — the confident move is to gather validation points closer to the target scale before trusting the extrapolation for budget planning.
Sources
One sitting · 20–30 minutes
A focused session on your AI Research Scientist interview
LearnBench starts from what you already know — skip what you have, master what you’re missing.
Start now