Mixture of experts
A model design where only a small part of the network runs for each request, keeping big models cheap to use.
In a mixture-of-experts model, the network is split into many sub-networks and a router picks only a few of them for any given input. That is why these models are quoted with two numbers, for example 284 billion total parameters and 13 billion active: the first is how big the model is, the second is how much of it actually runs each time.
The practical effect is that you get the knowledge of a very large model at closer to the running cost of a small one. Almost every recent open model, from DeepSeek to Thinking Machines’ Inkling, is built this way. The trade-off used to be memory, since you still had to load the whole thing even though you only use a slice of it. Runtimes such as Swiftlet now chip away at that by streaming the unused experts from disk on demand.
-
Are Models Getting Worse at Facts on Purpose?
-
Nvidia's New Free Model Is Not the Smartest. It Is Just Very, Very Fast
-
An 80 billion parameter model now runs on a normal Mac in 4.3 GB of memory, and a 35B one runs on an iPhone
-
AMD trained a fully open model on its own chips and published everything except a commercial licence
-
Mira Murati's lab shrank its own model to a quarter of the size and lost one point
-
Kimi K3's weights are finally public, and they weigh 1.4 terabytes
-
Ollama quietly made Macs a better place to run open models
-
DeepSeek V4 goes fully stable, and the old models switch off today
-
A Small Open Coding Model Just Beat Rivals Ten Times Its Size, and You Can Run It Yourself
-
Mira Murati's New Lab Ships Its First Model, and It's Built to Be Customized
-
Soofi S: Germany Now Has an Open AI Model That Tops the Open-Source Charts