One idea, 4 fields
Scaling Laws & Power Laws
The unifying principle
A power law relates two quantities as
The defining feature is scale invariance: rescale the input and the output rescales by a constant factor independent of ,
This is the only functional form with this property — it's the solution to the functional equation . Taking logs linearizes it:
so the exponent is a slope you can read off a log-log plot. Power laws also arise as the stationary solutions of multiplicative/branching processes and at critical points, where correlations lose any characteristic length and fluctuations exist at every scale.
How it shows up in each field
Physics — critical phenomena & allometry of nature's forces
At a second-order phase transition the correlation length diverges and observables follow power laws in the reduced temperature :
The critical exponents () are universal — the same for wildly different microscopic systems in the same universality class (the Ising magnet and the liquid-gas critical point share exponents). Same idea appears in gravitation () and turbulence (Kolmogorov energy spectrum ).
Biology — metabolic scaling (Kleiber's Law)
Metabolic rate scales with body mass as
Across ~27 orders of magnitude in mass, the exponent stays near . The West–Brown–Enquist model derives it from the geometry of space-filling, fractal branching distribution networks (vasculature) minimizing transport energy. Related allometries: lifespan , heart rate — so total heartbeats per life are roughly scale-invariant.
AI-ML — neural scaling laws
Test loss falls as a power law in model parameters , data , and compute :
The Chinchilla analysis gives the joint form
predicting the compute-optimal balance , . Because it's a power law, gains are smooth and extrapolable — you plan a training run by reading a slope, exactly as a physicist reads a critical exponent.
Stock-Market — tail risk & the inverse-cube law
Distributions of returns are heavy-tailed, not Gaussian. Empirically the tail of large price moves obeys
the celebrated "inverse cubic law" (Gopikrishnan, Stanley et al.). Trading volumes and firm sizes follow similar tails. With the variance is finite but the fourth moment diverges — so kurtosis blows up and crashes are far more likely than a bell curve admits. Mandelbrot's Lévy-stable framing made this scale-invariance explicit.
Why this bridge matters
- The log-log ruler transfers. In every field the practical move is identical: plot on log-log axes, check for a line, extract the exponent. A biologist's "read the allometric slope" is an ML engineer's "read the scaling curve."
- Universality is a superpower. Physics teaches that microscopic details often wash out — only the exponent (universality class) matters. This licenses the AI belief that architecture details matter less than the scaling regime, and the ecologist's confidence that holds from bacteria to blue whales.
- Heavy tails demand a mindset shift. Finance's tail risk warns that under power laws, averages and standard deviations can be meaningless or misleading; "sigma" intuition from Gaussians is dangerous. That same warning applies to any long-tailed data (word frequencies, city sizes, network degrees).
- Mechanism vs. description. Biology's WBT model shows a power law can be derived from constraints (fractal networks minimizing energy). This invites the deep question in AI: are scaling laws mere empirical fits, or symptoms of an underlying critical/geometric structure — and if so, can we engineer better exponents?
Connections
- 01 Critical Phenomena & Universality
- 02 Fractals & Self-Similarity
- 03 Kleiber's Law & Metabolic Networks
- 04 Neural Scaling Laws (Kaplan / Chinchilla)
- 05 Heavy-Tailed Distributions & Lévy Stability
- 06 Log-Log Regression & Exponent Estimation
- 07 Extreme Value Theory & Tail Risk
#bridge