Ask what should change under a concrete input, then trace that expectation through the equation.
Foundation Lab
Mixture-of-Depths
Adaptive compute: "think harder" only when needed
Selected Foundation Object
Keep the equation fixed; move through the evidence.
Some tokens need deep processing, others can skip layers
Use the key equation and canonical papers as the available witnesses, without implying that a runnable panel exists.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
Use prerequisites, dependents, and semantic links to repair the next gap without leaving the object behind.
Why It Matters for Modern Models
- Adaptive compute: "think harder" only when needed
- Like MoE but routing tokens to layers, not experts
- Predictable FLOPs budget enables efficient deployment
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Some tokens need deep processing, others can skip layers
- Router learns which tokens are "important"
- Complement to MoE: sparse width (MoE) + sparse depth (MoD)
Visualization Status
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and cited sources. Come back here for the full walkthrough.
Route tokens to different depths. At layer , score per token:
Train with explicit compute constraint (predictable FLOPs).