Domain routeChecking saved investigationReading browser-local route memory before showing a continuation.

Domain Neighborhood

Scaling

How loss and capability change with parameters, data, and compute; how to allocate a training budget; and why some abilities appear suddenly at scale.

5 concepts5 published5 demos
Selected domain objectOverparameterization & Generalization (Double Descent)

Start here. Predict once, then carry the invariant forward.

NDClosspower law
Open first notebook
QuestionWhich invariant should survive into Scaling Laws & Emergent Abilities?
PredictionBefore the first demo, predict which variable moves first.
Evidence5 demo witnesses in this domain
InvariantName the mechanism before continuing the route.
Learner lensWhat makes this domain feel navigable?

Stabilize the first mechanism, make one prediction, then move one node forward.

Take this lens

Recommended Route

This sequence is ordered for learning rather than inventory. Published notebooks with an unavailable prerequisite—or a same-domain route step that depends on one—are labeled in the full inventory instead of being presented as ready steps.

  1. 01
    Overparameterization & Generalization (Double Descent)

    Test error can peak at the interpolation threshold then fall again as models get larger: why modern overparameterized nets still generalize.

    16 mincodedemoafter Loss Landscapes, Sharpness & Flat Minima

    Check Loss Landscapes, Sharpness & Flat Minima first if the symbols feel slippery.

  2. 02
    Scaling Laws & Emergent Abilities

    Empirical power laws that predict how loss and capability improve with parameters, data, and compute, and how to choose compute-optimal training runs.

    18 mincodedemoafter Scaled Dot-Product Attention & Transformer Layers, Overparameterization & Generalization (Double Descent)

    Why this follows: Scaling Laws & Emergent Abilities uses Overparameterization & Generalization (Double Descent) directly.

  3. 03
    Neural Tangent Kernel (NTK) & Infinite-Width Limits

    A limit where wide neural networks behave like kernel methods: the model linearizes around initialization and training becomes kernel regression.

    18 mincodedemoafter Overparameterization & Generalization (Double Descent)

    Why this follows: both pages keep the scaling thread active.

  4. 04
    Test-Time Compute: Spending Inference Budget on Search

    Test-time compute spends extra inference budget on sampling, verification, and selection; it helps when the generator can produce good candidates and the verifier ranks them reliably.

    22 mincodedemoafter Scaling Laws & Emergent Abilities, Process Reward Models: Step-Level Verifiers for Reasoning, Reward Hacking: Overoptimizing Preference Proxies

    Why this follows: both pages keep the scaling thread active.

  5. 05
    Tree Search Reasoning: Allocating Inference Budget Across Prefixes

    Tree search spends inference budget on partial reasoning prefixes, using local verifier scores, frontier expansion, and max backups to decide which branches deserve more thought.

    24 mincodedemoafter Test-Time Compute: Spending Inference Budget on Search, Process Reward Models: Step-Level Verifiers for Reasoning, Decoding & Sampling: Temperature, Top-p & Inference-Time Control

    Why this follows: Tree Search Reasoning: Allocating Inference Budget Across Prefixes uses Test-Time Compute: Spending Inference Budget on Search directly.

All Published Notebooks

Browse the territory.

Advanced Bridges

Use these after the core path.