L2Reviewed 2026-07-19

Scaling laws and compute

The observed pattern that bigger models, more data, and more compute often improve results—within limits.

What you'll learn

  • State the rough scaling intuition: loss often improves predictably with model/data/compute.
  • Explain why scaling is not infinite—data limits, diminishing returns, eval saturation.
  • Connect scaling laws to training budget decisions.

In plain English

Researchers noticed that when you train language models bigger, on more text, with more chip hours, test loss often improves in smooth, predictable curves—scaling laws.

That pattern encouraged foundation models: invest heavily upfront, then adapt cheaply to many tasks.

Scaling is not magic. Bad data, wrong architecture, or saturated benchmarks still plateau. Laws describe trends, not guarantees for every domain.

What scales with what

Model size (parameters), dataset size (tokens or examples), and compute (training FLOPs) trade off along a frontier. Chinchilla-style analysis argues many models were under-trained on data relative to size.

Power-law exponents differ by domain and metric. Downstream task quality may jump unevenly even while loss curves look smooth.

Inference cost scales too—larger models charge more per token at serve time, pushing mixture-of-experts and distillation.

  • Train bigger → lower loss, until data or optimization limits hit.
  • More diverse data → better generalization up to duplication cliffs.
  • More compute → enables larger batches, longer training, hyperparameter search.

Going deeper

Scaling laws guide budgeting but do not replace task-specific evaluation. A smaller fine-tuned model can beat a giant general model on narrow workflows.

Environmental and financial costs raise questions about optimal scale versus efficiency techniques (quantization, sparsity, retrieval).

Safety scaling hypotheses ask whether alignment difficulty grows with capability—an active research and policy debate beyond pure loss curves.

Common misconceptions

Scaling laws mean infinite improvement if you spend enough.
Real datasets repeat; metrics saturate; optimization gets harder. Returns diminish and can reverse on misuse or misalignment.
Only parameter count matters.
Data quality, training steps, and architecture choices strongly affect outcomes at any size.

Key facts

  • Empirical scaling laws relate model size, data, and compute to training loss trends.
  • Foundation model strategies exploit predictable gains from large-scale pretraining.
  • Under-training relative to model size can waste parameters without enough tokens.
  • Downstream task performance does not always track smooth loss improvements.
  • Serving cost and latency scale with model size and must be planned alongside training.

Sources used

These free resources informed this page. ANN writes original explainers; we do not copy course text behind paywalls.

Also explore AI companies, Live Feed, and Weekly Brief.