MoE (Mixture of Experts): N specialist sub-networks. Per token, a router picks top-K (usually 2). Only those K participate in the forward pass.
Wins: total params can be 10× a dense model, but compute matches the smaller dense model. Memory cost stays high (all experts loaded). Used by Mixtral, DeepSeek V3, GPT-4.