Memory follows total parameters and compute follows active ones, so the two models pull the GPU count in opposite directions. The chain for a 235B-total, 22B-active MoE against a dense 70B, for serving and then for training.
A MoE model and a dense model reach the same quality. How do their GPU counts compare for serving and for training?
Memory follows total parameters and compute follows active ones, so the two models pull the GPU count in opposite directions. The chain for a 235B-total, 22B-active MoE against a dense 70B, for serving and then for training.
Updated Sep 2026 · Grounded in real AI infrastructure interview loops and written to a senior-engineer editorial bar, with every number worked and every diagram hand-built.
The concepts behind this question
Ranked by how closely each one overlaps this question's topic, so the first card is the thing to read if the answer above moved too fast.
The interviewer wants the candidate to separate the two parameter counts and to show that the answer flips between serving (memory-bound, MoE needs more cards to hold) and per-token cost (compute and bandwidth per token, MoE wins).
No comments yet — be the first to share your approach.
