Categories

Scaling Laws: The Physics of Intelligence

Scaling Laws: The Physics of Intelligence

MiniMind AI Team
6 min read

How compute, data, and parameters predictably determine the intelligence of AI models.

#Theory#Scaling

Scaling Laws: The Physics of Intelligence

In the early days of Deep Learning, developers believed that finding the "perfect" architecture was the key to progress. However, researchers discovered a simpler, more powerful truth: Scale matters.

Scaling Laws Diagram

The Core Concept

Scaling Laws state that the performance of an LLM follows a predictable power law based on three variables:

  1. Compute (N): The number of FLOPs used for training.
  2. Parameters (C): The number of weights in the model’s brain.
  3. Data (D): The number of tokens the model has read.

If you double all three, the model’s "perplexity" (a measure of accuracy) decreases by a predictable amount.

The Chinchilla Discovery (2022)

Before 2022, models were "compute-rich" but "data-poor." DeepMind’s Chinchilla paper proved that most models were undersized for the amount of data we were giving them.

Loading diagram...

The New Rule:

To get the most intelligence out of your GPU budget, for every 10% increase in compute, you should increase parameters and data in equal proportions.

Are we hitting a wall?

Some researchers argue that we are running out of "high-quality" human-written data on the internet. This is leading to the use of Synthetic Data—AI models training on the output of other, smarter AI models.

Conclusion

Scaling laws are the closest thing we have to a "law of physics" in AI. They allow developers to predict how smart a model will be before they even start training it. As long as these laws hold, we will continue to see more capable systems every year.

Next, we address the critical side of growth: AI Safety & Ethics.


Do you think bigger models will always be smarter, or is there a limit?

Share this article