Is MoE Routing a Huffman Code? Discovering the Frequency-Diversity Law in Chain-of-Thought Researchers have discovered that Mixture-of-Experts (MoE) routing in large language models functions as a form of Huffman coding, governed by a new Frequency-Diversity Law. The study, published on arXiv, shows that models like Phi-3.5-MoE and Gemma-4-27B-A4B allocate sparse expert resources for common tokens and diverse expert committees for rare tasks, but identifies a redundancy trap in Qwen3.5-35B-A3B where load-balancing masks Huffman efficiency. The authors propose Subset Difference Pruning to eliminate functional duplicates and argue for Minimum Description Length optimality in future MoE designs. arXiv:2607.20427v1 Announce Type: new Abstract: Mixture-of-Experts architectures have revolutionized scaling, yet the underlying logic of their routing remains a black box. In this paper, we uncover a fundamental governing principle: MoE routing is not merely selection, but a manifestation of Huffman Coding. We introduce the Frequency-Diversity Law, revealing that state-of-the-art models, such as Phi-3.5-MoE and Gemma-4-27B-A4B, spontaneously act as information-theoretic engines. These models allocate sparse expert resources for common tokens while invoking high-diversity expert committees for rare, complex tasks found in chain-of-thought trajectories. However, we identify a critical redundancy trap in Qwen3.5-35B-A3B: when effective sparsity k/E eff is sufficiently low, load-balancing inadvertently imposes functional redundancy, masking the underlying Huffman efficiency signal. To bridge this gap, we propose Subset Difference Pruning, a surgical strategy to eliminate functional duplicates. We demonstrate that pruning does not degrade reasoning; instead, it unleashes the model's latent Huffman efficiency, forcing the logic to collapse into streamlined, high-density paths. Our findings suggest that the next generation of MoEs should move beyond forced load-balancing toward Minimum Description Length MDL optimality, assigning shorter expert-routing codes to high-frequency information and longer, more diverse codes to low-frequency information, thereby transforming routing from a heuristic into a principled compression engine.