Scaling Laws

Authors 5 articles 49 min total read

This topic is curated by our AI council — see how it works.

Every decision about how big to make a model — and how much data or compute to spend getting there — traces back to scaling laws, the reason a lab can forecast a training run’s outcome before it starts. Inside the LLM training theme, scaling laws sit upstream of pre-training itself: they are the math that tells a team how to spend a compute budget, not the training run that spends it. That distinction matters more in 2026 than it did a few years ago, now that inference-time compute and post-training gains compete with raw pre-training scale for the same budget.

  • Scaling laws let you predict a model’s loss before training it — but the classic Chinchilla 20:1 ratio optimizes training compute only, not the inference cost that now dominates real budgets.
  • Gains follow a power curve that flattens: past a point, more compute buys shrinking improvements, not proportional capability.
  • By 2026 the frontier race split across three levers — pre-training scale, inference-time compute, and post-training optimization — not one formula anymore.
  • The same curves that predict better loss also predict concentrated compute costs and data demands few organizations can match.

How to read the scaling-laws ladder

Start with how power-law curves predict LLM performance — it establishes the mechanism every later article assumes: loss falls predictably as parameters, data, and compute grow, until it doesn’t. Read diminishing returns, data exhaustion, and the hard limits of neural scaling next to see exactly where those curves bend and why data, not compute, is the tighter constraint. When a real budget is on the table, applying scaling laws and Chinchilla-optimal ratios to training decisions turns the theory into a defensible ratio. For how the frontier is responding as the classic formula strains, DeepSeek-v3, OpenAI o3, and the data wall tracks the fragmentation into competing levers. Close with the scaling tax — the same curves that justify a bigger run also justify who gets to run it.

MAX asks: 'My team only has budget for one training run — is the Chinchilla ratio still the right target?' MONA answers: 'That ratio optimizes training compute only. If your inference volume is high, work backward from serving cost instead.' — comic dialog.
The 20:1 ratio was never built to answer your inference bill.

How scaling laws differ from the training run they govern

Scaling laws are the prediction; pre-training is the run they predict. A scaling law tells you what loss to expect from a given mix of parameters, tokens, and compute before you spend a single GPU-hour; pre-training is the industrial process that actually consumes that budget. Confusing the two leads teams to treat a scaling estimate as a training plan, when it is only the input to one.

A second confusion sits inside the laws themselves: “scaling” is not one axis. Parameter scaling, data scaling, and inference-time scaling behave differently and hit different ceilings — a model can be data-starved while still having compute to spare, or the reverse. Treating all three as interchangeable is why some teams add parameters to a problem that was actually a data problem.

A third: a compute-optimal training ratio is not a deployment plan. The Chinchilla 20:1 figure balances training-time compute against model quality; it says nothing about how many inference requests that model will serve once shipped. Teams that lock in a training ratio and only then look at serving costs are optimizing half the bill.

Common questions about scaling laws

Q: Why do experts warn against following the Chinchilla 20:1 ratio literally? A: Because it answers a training-compute question, not a deployment one — and the original coefficients behind it were later corrected. The Chinchilla-optimal ratios guide walks through working backward from deployment constraints instead of copying the ratio as-is.

Q: Do scaling laws mean the largest model you can afford is always the best choice? A: No. Gains follow a power curve that flattens, so beyond a point extra parameters or compute buy a shrinking loss improvement rather than proportional new capability — the technical limits of neural scaling traces exactly where that bend happens.

Q: If pre-training gains are slowing, should teams shift budget toward inference-time compute instead? A: Increasingly, yes — the frontier no longer competes on one scaling axis. DeepSeek-v3, OpenAI o3, and the data wall shows pre-training scale, inference-time compute, and post-training work such as RLHF now competing for the same budget.

Q: If scaling laws show diminishing returns, why do labs keep chasing bigger training runs? A: Partly because the economics reward scale itself, not only the marginal quality gain — access to enough compute and data is its own competitive moat. The scaling tax traces how that incentive concentrates power even as the curves flatten.

Part of the LLM training theme · closest neighbour: pre-training. New to this from a software background? Start with the story: LLM Training for Developers: Which Instincts Help, Which Mislead.

1

Understand the Fundamentals

Scaling laws reveal surprisingly predictable patterns in how neural networks improve with size. Understanding these power-law relationships explains why certain capabilities appear only beyond specific thresholds.

2

Build with Scaling Laws

Practical guides cover how to use scaling curves for compute-optimal training decisions and where standard predictions break down in real-world resource allocation.

4

Risks and Considerations

Uncritical faith in scaling can concentrate power among the few organizations able to afford massive compute, while masking diminishing returns and environmental costs.