AI Research Scientist · Scaling Laws & Stability
Scaling laws and compute-optimal allocation
Scaling laws and compute-optimal allocation
power-law scaling relationship
A power-law scaling relationship says loss falls as a constant power of a scale variable (model size, data size, or compute): . Each fixed multiplicative jump in scale yields the same proportional drop in loss.Fitting a Power-Law Curve
- 1Log both axesConvert each $(C,L)$ data point to , turning the power law into a line: .
- 2Fit the lineLeast-squares regression on the log-log points yields the best-fit slope and intercept .
- 3Recover and verifyExponentiate the intercept to get , then check residuals hug the line within the sampled range.
- 1Plug intoWhyDirect evaluation within the fitted range.
- 2ComputeWhyGives the proportional scaling factor.
- 3Multiply byWhyConverts the scaling factor to absolute loss, .
Recall check from the same lesson
If a power-law curve is fit using compute values between $10^{19}$ and $10^{22}$ FLOPs, plugging $C=10^{30}$ FLOPs into that same fitted formula gives a prediction just as reliable as one at $C=10^{21}$ FLOPs, since it's a single continuous equation valid at any scale.
Review the explanation
Answer: False. The fitted formula is only supported by evidence within the $10^{19}$–$10^{22}$ range; $10^{30}$ is many orders of magnitude beyond that. Effects absent from the fitted data can make the true loss diverge sharply from the formula's output — being a single continuous equation does not guarantee accuracy that far outside the sampled range.
Sources
One sitting · 20–30 minutes
A focused session on your AI Research Scientist interview
LearnBench starts from what you already know — skip what you have, master what you’re missing.
Start now