Find the active-parameter mistake in this Mixtral 8×7B claim.
Click any words you think contain an error. Click again to unmark.
Mixtral 8×7B activates top-2 of eight experts per token (~12–13B active), not 56B. Total expert capacity is not per-token compute.
Imagine a hospital with eight specialist doctors, each as skilled as a 7B-class expert. Mixtral does not send every patient to all eight doctors at once. A receptionist picks the two best specialists for each case. The work per patient is two doctors plus shared staff, not eight times one doctor. The name 8×7B describes how many specialists exist on staff, not how many treat each patient.
Detailed answer & concept explanation~6 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
6 min: naming convention + top-k arithmetic + memory vs compute + interview quoting rules.
Real products, models, and research that use this idea.
- Mistral's Mixtral 8×7B highlights ~47B total params while inference behaves like a ~13B active model.
- DeepSeek-V2 reports total vs active params separately for cost per token comparisons.
- Cloud GPU provisioning for MoE serving budgets memory for all experts, not just top-k.
What an interviewer would ask next. Try answering before peeking at the approach.
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Multiplying 8 × 7B and calling that the active parameter count per forward pass.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.