TL;DRScaling laws: model quality improves predictably with more parameters, data, and compute.
Empirical scaling laws show loss falls as a smooth power law as you increase model size, dataset size, and compute together. This predictability — bigger + more data + more compute = better — drove the race to ever-larger models. The Chinchilla result refined it: for a compute budget, many models were under-trained on data; balance parameters and tokens. Scaling, not just clever ideas, drove recent leaps.
Key points
Loss falls as a power law with scale
Parameters + data + compute together
Predictability fueled the scale-up race
Chinchilla: balance params and tokens
Common mistakes
Adding parameters without enough data (Chinchilla lesson)
Assuming scaling improves everything equally
Expecting scaling laws to hold forever
Try it: State the Chinchilla insight about balancing model size and data.