Mixture of Experts (MoE) in LLMs: How Routing Works and What It Means for Inference
A practical deep-dive into Mixture of Experts architecture: how token routing works, load balancing with auxiliary loss, why MoE models are harder to serve than dense models despite lower per-token compute, expert parallelism tradeoffs, and when to choose MoE vs dense models for inference.