readingscalingpart 2

What Does “A Trend Across Seven Orders of Magnitude” Mean?

Scaling Laws, Made Simple · Part 2 · 5 min read

The scaling laws paper makes one claim again and again: its trends hold across seven orders of magnitude. In this blog, we will unpack that sentence word by word, until it is completely clear.

From the previous blog, we already know that seven orders of magnitude means a range where the biggest thing is ten million times the smallest thing. Now let’s understand the other word: trend.

What is a trend?

A trend is a simple rule that connects two quantities, and keeps holding as they change.

Here is an everyday example. Suppose a taxi charges 20 rupees per kilometer.

The rule “cost = 20 × distance” is a trend. Given any distance, we can predict the cost without asking anyone. That is the power of a trend: prediction.

The important question: over what range does the rule hold?

Every rule works over some range. The real question is how far we can stretch it before it breaks.

The taxi rule works from 1 km to maybe 100 km. But does it work for 10,000,000 km? Of course not - no taxi drives to the Moon. The rule breaks when we stretch it too far.

This is normal. Almost every rule in life breaks when the scale changes a lot:

So our default expectation should be: rules hold for a while, then break.

Now, the paper’s claim

The scaling laws paper trained language models of many different sizes and measured how good each one was (we will define “how good” precisely in a later blog - for now, just think “error score, lower is better”).

The models ranged from roughly a thousand parameters to over a billion parameters. The training compute ranged over an even wider span. Between the smallest and the largest experiments there were seven or more 10x jumps.

And here is the claim: one single, simple rule predicted the error score across that entire range.

The same little formula that predicted the tiny model’s score also predicted the score of a model millions of times bigger. No adjustment. No special cases. The rule just kept working, 10x jump after 10x jump, seven times in a row.

Why this is a big deal

Let’s connect it back to our examples. This is like discovering that:

That never happens in everyday life. When it does happen in science, it usually means we have found something deep - a real law, not a coincidence. Gravity is like this: the same formula works for an apple and for the Moon.

The paper’s authors are saying: language model performance behaves like that. It follows a law.

What this bought us: prediction

Remember, a trend means prediction. If the rule held for every size we tested, from tiny to huge, we start to trust it for sizes we have NOT tested yet.

That is exactly what happened in history. This paper came out in January 2020. A few months later, its authors’ lab built GPT-3, a model about 100 times bigger than anything in the paper - and its error score landed almost exactly where the trend line predicted. They spent millions of dollars on a training run because a straight line told them it was worth it.

That is what “trends spanning seven orders of magnitude” means: a rule so stable across scale that you can bet millions on where it points next.

Quick recap

Next, we will meet the specific kind of rule these laws follow: the power law.

← Part 1Part 3 →