Ask what should change when the equation is manipulated, then let the visualization test that expectation.
Foundation Lab
Efficiency: Quantization, Distillation, LoRA & Sparse MoE
Quantization + LoRA are standard for deploying and fine-tuning Llama-class models on modest GPUs
W' = W + BA,\quad r \ll dSelected Foundation Object
Keep the equation fixed; move through the evidence.
Geometric views of low-rank updates: LoRA as adding a small, oriented "slice" in weight space
W' = W + BA,\quad r \ll dUse the runnable panel, the key equation, and canonical papers as separate forms of evidence for the same object.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
This atlas page keeps the working demo; the domain notebook carries the fuller Intuition -> Math -> Code -> Demo sequence.
Why It Matters for Modern Models
- Quantization + LoRA are standard for deploying and fine-tuning Llama-class models on modest GPUs
- Distillation compresses large base models into "small assistants"
- MoE/Switch-style sparsity powers very large Google-scale models (likely Gemini)
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Geometric views of low-rank updates: LoRA as adding a small, oriented "slice" in weight space
- Intuitive trade-offs in quantization: how error propagates, why some layers are more sensitive
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Distillation: train student to match teacher :
Quantization: map float weights to low-bit integers:
LoRA: re-parameterize weight matrix as: , where — only train , freezing .
Sparse MoE: FFN layers replaced by many experts , with router: