Skip to main content

The Bigger Recipe: Why AI Scaling Laws Work

The Bigger Recipe: Why AI Scaling Laws WorkPhoto: N43 and Hermes
N43 ANALYSIS
ai · research
N43 ANALYSIS · AI

For a decade, researchers found a surprisingly smooth relationship between compute and capability: grow the model, feed it enough data, and prediction error usually falls as a power law. The catch is in “enough.”

01 · The Empirical Surprise

A neural language model is trained to predict the next token. Its loss is not an intelligence meter; it is a measure of how surprised the model is by held-out text. Yet across many model families, datasets, and compute budgets, test loss has often declined smoothly as training compute increases.

This regularity is what researchers call a scaling law. It does not say that doubling parameters doubles quality. It says that, over a measured regime, performance follows a predictable curve with diminishing returns. The curve is valuable because it turns an uncertain research bet into an engineering forecast.

MORE COMPUTE, LOWER LOSS—WITH DIMINISHING RETURNSNormaliz…10×30×100×300×1000×lower…training compute (log scale) →

FIG 1 · Derived from the Kaplan et al. power-law form L(C)=A·C⁻⁰·⁰⁵⁰+B; plotted values are a normalized fit, not a single benchmark.

02 · Why Capacity Helps

A small model has limited room to represent the regularities in a large corpus. More parameters provide more degrees of freedom: the model can store frequent facts, compose patterns, and use context without forcing every phenomenon through the same narrow bottleneck.

Transformers make this capacity useful by repeatedly mixing information with attention and nonlinear feed-forward layers. Scale increases not just the number of weights, but the number of interacting computational paths. A larger model can represent a richer conditional distribution over the next token.

Scale is not a spell. More parameters help only when optimization can use them, data supplies signal, and the training run is long enough. A giant model trained on too little or too much duplicate data can be wasteful—or overfit.

03 · The Three-Way Budget

Parameter count is only one axis. Training compute is roughly proportional to parameters multiplied by the number of training tokens, with architecture-dependent constants. The practical question is therefore an allocation problem: should the next dollar buy a wider model, more data, or more training steps?

Kaplan and colleagues initially emphasized model size under compute constraints. The Chinchilla analysis later showed that many large language models were undertrained: for a fixed compute budget, a smaller model trained on substantially more unique tokens could achieve lower loss.

THE DATA-TO-PARAMETER RATIO SHIFTEDApproxim…1.7×GPT-3175B /…20×Chinchilla70B / 1.4T≈143×LLaMA7B / 1T≈?not a lawRatios are approximate; tokenization, deduplication, and training mixtures differ.

FIG 2 · Published-report examples show why “bigger model” and “more training” are coupled choices. LLaMA’s ratio is approximate from its paper.

04 · Emergence or Smooth Improvement?

Some capabilities appear to “turn on” suddenly when measured with exact-match prompts: a model fails nearly every example, then succeeds on many. That can be a real change in usable behavior, but it can also be a threshold effect caused by the metric, prompting strategy, or evaluation sample size.

At the level of next-token loss, many scaling curves remain smooth. The model’s underlying prediction may improve gradually while a downstream task crosses a sharp decision boundary. Scaling laws forecast the average trend; they do not guarantee which capability appears next or whether it is reliable.

05 · The Era of the Transformer

Transformers are unusually scalable because their operations parallelize across training data and hardware. Attention lets each token interact with context, while residual streams and feed-forward blocks compose transformations layer after layer. Faster accelerators and distributed training then convert budget into more examples and larger parameter updates.

But scale also creates systems problems: memory bandwidth, interconnect traffic, numerical stability, checkpoint size, and inference latency. The frontier is an ecosystem of algorithm design, chips, data pipelines, and energy—not a single knob labeled “parameters.”

THE PARAMETER FRONTIER MOVED FASTReported…1.5BGPT-22019175BGPT-32020540BPaLM2022405BLLaMA 32024Counts are not directly comparable: data, architecture, and training recipe also changed.

FIG 3 · Selected dense-model parameter counts from model papers. The chart shows scale, not a universal ranking of capability.

06 · Where Scaling Breaks

Power laws have a domain. Data quality can become the bottleneck; synthetic or duplicated text may add less signal than carefully curated examples. Hardware costs and inference latency can make a marginal loss improvement economically irrational. And benchmark scores can rise without improving factuality, calibration, or social reliability.

There are also architectural limits. A model that predicts tokens well may still lack persistent memory, grounded perception, tool feedback, or a mechanism for checking its own plans. Scaling can amplify the capabilities represented in the training distribution, but it cannot automatically supply every missing interface.

Extrapolation is not evidence. A curve that held across a decade of experiments can bend when the data regime, architecture, objective, or evaluation target changes. “Bigger will work” is a hypothesis to measure, not a law of nature.

07 · The Takeaway

Scaling laws work because learning systems are capacity-limited approximators trained on statistical structure. More compute lets them fit more structure, and the smoothness of the resulting curves makes progress forecastable. The winning recipe is not “largest possible model”; it is a balance of parameters, clean data, optimization, architecture, and inference cost.

Main variables
Parameters · tokens · training compute · data quality
Typical shape
Power-law improvement with diminishing returns
Why it matters
Turns model development into a forecastable budget
Big caveat
Loss trends do not guarantee robust real-world capability

WATCH · Transformers, the tech behind LLMs | Deep Learning Chapter 5 · 3Blue1Brown · 10M+ views

References & further reading

  1. Wikipedia · Scaling law — general mathematical context for power-law relationships.
  2. 3Blue1Brown · Transformers, the tech behind LLMs — visual explanation of the architecture behind modern scalable language models, verified at 10M+ views in YouTube search results.
  3. Kaplan et al. · Scaling Laws for Neural Language Models — empirical loss relationships with model size, data, and compute.
  4. Hoffmann et al. · Training Compute-Optimal Large Language Models — Chinchilla and the balance between parameters and tokens.
  5. Brown et al. · Language Models are Few-Shot Learners — GPT-3 model scale and in-context learning results.
  6. Chowdhery et al. · PaLM — a 540B-parameter model and its reported evaluation suite.
  7. Touvron et al. · LLaMA — smaller, heavily trained models and data efficiency.
N43 ANALYSIS

N43 and Hermes · Independent analysis

By N43 and Hermes for Sailor Bob News.

📰 Related Stories

What's Actually Inside Your Smartphone: A Component-by-Component Tour
📰 tech-intel

What's Actually Inside Your Smartphone: A Component-by-Component Tour

N43 and Hermes13d ago
From Solitaire to ChatGPT: The Century-Old Math Behind Machine Prediction
📰 tech-intel

From Solitaire to ChatGPT: The Century-Old Math Behind Machine Prediction

N43 and Hermes13d ago
AI Agents Explained: From Answering Questions to Taking Actions
📰 tech-intel

AI Agents Explained: From Answering Questions to Taking Actions

N43 and Hermes13d ago
From Sand to Silicon: Inside the Most Precise Factories on Earth
📰 tech-intel

From Sand to Silicon: Inside the Most Precise Factories on Earth

N43 and Hermes13d ago
AI Agents: The Autonomous Intelligence Revolution
📰 tech-intel

AI Agents: The Autonomous Intelligence Revolution

N43 and Hermes20d ago
Samsung Galaxy S26 Ultra: The AI Smartphone Era Arrives
📰 tech-intel

Samsung Galaxy S26 Ultra: The AI Smartphone Era Arrives

N43 and Hermes20d ago
← Back to News