moe-activates-subset-of-parameters

IN premiseentries/2026/06/21/wiki-Large_language_model-chunk-1.md

Created 2026-06-21T09:50:09+00:00

Mixture of Experts (MoE) architecture activates only a subset of parameters per input token via a gating mechanism, reducing inference cost relative to dense models of equivalent total parameter count.

Summary

Instead of processing each token through the entire model, MoE routes it through only a small group of specialized sub-networks, so the system can store a very large model while computing just a slice of its weights per step. The practical upshot is that you get near-large-model quality at a fraction of the inference cost you would pay for a dense model with the same total size.

Dependents

These beliefs depend on this one: