One idea, 4 fields

Scaling Laws & Power Laws

The unifying principle

A power law relates two quantities as

y=Cxαy = C\,x^{\alpha}

The defining feature is scale invariance: rescale the input xλxx \to \lambda x and the output rescales by a constant factor independent of xx,

y(λx)=C(λx)α=λαy(x).y(\lambda x) = C(\lambda x)^\alpha = \lambda^\alpha\, y(x).

This is the only functional form with this property — it's the solution to the functional equation f(λx)=g(λ)f(x)f(\lambda x)=g(\lambda)f(x). Taking logs linearizes it:

logy=logC+αlogx,\log y = \log C + \alpha \log x,

so the exponent α\alpha 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 ξ\xi diverges and observables follow power laws in the reduced temperature t=(TTc)/Tct = (T-T_c)/T_c:

ξtν,Mtβ,Ctα.\xi \sim |t|^{-\nu}, \qquad M \sim |t|^{\beta}, \qquad C \sim |t|^{-\alpha}.

The critical exponents (ν,β,α,γ\nu, \beta, \alpha, \gamma) 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 (Fr2F \sim r^{-2}) and turbulence (Kolmogorov energy spectrum E(k)k5/3E(k)\sim k^{-5/3}).

Biology — metabolic scaling (Kleiber's Law)

Metabolic rate BB scales with body mass MM as

B=CM3/4.B = C\,M^{3/4}.

Across ~27 orders of magnitude in mass, the exponent stays near 34\tfrac34. The West–Brown–Enquist model derives it from the geometry of space-filling, fractal branching distribution networks (vasculature) minimizing transport energy. Related allometries: lifespan M1/4\sim M^{1/4}, heart rate M1/4\sim M^{-1/4} — so total heartbeats per life are roughly scale-invariant.

AI-ML — neural scaling laws

Test loss LL falls as a power law in model parameters NN, data DD, and compute CC:

L(N)=L+(NcN)αN,αN0.076 (Kaplan et al.).L(N) = L_\infty + \left(\frac{N_c}{N}\right)^{\alpha_N}, \qquad \alpha_N \approx 0.076 \text{ (Kaplan et al.)}.

The Chinchilla analysis gives the joint form

L(N,D)=E+ANα+BDβ,L(N,D) = E + \frac{A}{N^{\alpha}} + \frac{B}{D^{\beta}},

predicting the compute-optimal balance NC0.5N \propto C^{0.5}, DC0.5D \propto C^{0.5}. 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

P(r>x)xγ,γ3,P(|r| > x) \sim x^{-\gamma}, \qquad \gamma \approx 3,

the celebrated "inverse cubic law" (Gopikrishnan, Stanley et al.). Trading volumes and firm sizes follow similar tails. With γ3\gamma\approx 3 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 N,D,CN,D,C scaling regime, and the ecologist's confidence that 3/43/4 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

#bridge

universality class

fractal networks

log-log extrapolation

heavy tails / diverging moments

⚡ Power Law: y = C·xᵅ
scale invariance

Physics
ξ ~ |t|⁻ᵛ, M ~ |t|ᵝ

Biology
B ~ M^(3/4)

AI-ML
L ~ (Nc/N)^αN

Stock-Market
P(|r|>x) ~ x⁻³

Connected notes