📊 Full opportunity report: Breaking Down Why Frontier AI Is Now All About Mixture-of-Experts on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
Frontier AI is now adopting mixture-of-experts (MoE) models to scale large AI systems efficiently. This approach separates total parameters from active computation, reducing costs and enabling trillion-parameter models to run practically.
Frontier AI has shifted its focus to mixture-of-experts (MoE) models, a development that allows trillion-parameter models to operate efficiently by activating only a subset of their parameters per token. This transition is crucial because it addresses the economic and technical barriers that have limited the scale of open AI models, making large-scale knowledge accessible at manageable costs.
Traditional dense transformer models use all their parameters for each token processed, resulting in high computational and memory costs that grow linearly with model size. For example, a 70-billion-parameter dense model requires roughly 70 billion computations per token, making larger models prohibitively expensive to run at scale.
Mixture-of-experts (MoE) models divide their capacity into many smaller sub-networks called experts. During inference, a routing component selects only a handful of these experts to activate for each token, leaving the rest dormant. This means that while the total number of parameters can be in the trillions, only a fraction is used at any given moment, reducing per-token compute costs significantly.
Thorsten Meyer, a prominent AI researcher, explains that in models like Kimi K3, which has 2.8 trillion total parameters, only about 104 billion are active per token. The rest remain in memory, ready to be called upon, which explains why these models require enormous RAM but can generate outputs at speeds comparable to much smaller models.
This split between total parameters (memory cost) and active parameters (speed cost) is the key to scaling AI models efficiently. It allows for large knowledge bases without the linear increase in operational costs, making trillion-parameter models feasible for open-access deployment.
Every serious open model this year quotes two parameter counts instead of one — a huge total and a much smaller active. That split is the single highest-leverage concept for reasoning about how these models run, what they cost, and why they behave as they do.
Instead of one monolith where everything activates for every token, an MoE splits its capacity into many parallel experts. For each token, a small fast router selects only a handful to run. The rest stay dormant.
A dense model welds capability and running-cost together — every added parameter is paid for on every token, forever. MoE breaks the lockstep.
- All 70B run to answer “capital of France?”
- Capability and cost rise in lockstep
- Past a few hundred billion, the per-token bill becomes absurd
- Breadth of a giant model at the per-token compute of a small one
- Grow capability by adding experts, not per-token cost
- The only way trillion-parameter open models are serveable at all
This is the source of the most common expensive mistake in local inference. The two counts are paid to two different pieces of hardware.
The same model, seen through the two-number lens: what fits, and how fast.
Read those two numbers as two questions and you can predict a model before downloading it.
Implications of MoE for Large-Scale AI Deployment
The adoption of mixture-of-experts models marks a significant shift in AI development, enabling the creation and deployment of models with trillions of parameters at a fraction of the traditional cost. This breakthrough allows AI systems to possess vast knowledge bases while maintaining manageable operational expenses, opening new possibilities for research, commercial applications, and open AI initiatives.
Furthermore, understanding the split between total and active parameters helps researchers and engineers optimize hardware provisioning, avoid costly miscalculations, and improve model efficiency. The move toward MoE models also accelerates progress in areas like natural language understanding, reasoning, and multi-modal AI, where large knowledge bases are essential.

AI Systems Performance Engineering: Optimizing Model Training and Inference Workloads with GPUs, CUDA, and PyTorch
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Evolution Toward Mixture-of-Experts in 2026
Prior to 2026, most large language models were dense, with all parameters active during inference. As models grew beyond a few hundred billion parameters, the costs—both in compute and memory—became unsustainable for open models. The industry converged on MoE architectures as a solution, allowing models to scale capacity without proportional increases in operational costs.
This shift was driven by breakthroughs in routing algorithms and hardware capabilities, which made it feasible to load and manage extensive parameter sets while activating only a subset per token. Companies like Kimi K3 and DeepSeek have demonstrated the practical benefits of MoE, with models that can hold trillions of parameters but operate at speeds comparable to smaller models.
The trend reflects a broader industry consensus that MoE is essential for pushing the boundaries of AI capabilities without prohibitive costs, especially for open-weight models.
"The core idea: a big brain, but only part of it fires. This split between total and active parameters is what makes trillion-parameter models feasible at scale."
— Thorsten Meyer
large memory server for machine learning
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What Technical and Commercial Challenges Remain?
While MoE models address many scaling issues, questions remain about optimizing routing algorithms, managing expert specialization, and ensuring model interpretability. Additionally, the long-term cost-effectiveness and robustness of MoE architectures at even larger scales are still under investigation.
It is also unclear how widespread adoption will be across different AI domains and whether hardware limitations or training complexities might slow further progress.
As an affiliate, we earn on qualifying purchases.
Upcoming Developments and Industry Adoption
Researchers and companies will focus on refining routing techniques, improving expert specialization, and reducing training costs for MoE models. Expect to see more large-scale open models adopting MoE architectures, with increased emphasis on efficiency and interpretability. Industry collaborations and hardware innovations are likely to accelerate this trend, making trillion-parameter models more accessible and practical for broader applications.
As an affiliate, we earn on qualifying purchases.
Key Questions
Why are mixture-of-experts models better than dense models for large AI systems?
MoE models activate only a subset of their parameters per token, significantly reducing per-token compute costs while maintaining large total capacity. This enables trillion-parameter models to operate efficiently at scale.
What are the main technical challenges with MoE models?
Key challenges include optimizing routing algorithms, managing expert specialization, and ensuring the model's interpretability and robustness during training and inference.
How does MoE impact hardware requirements for AI deployment?
MoE models require substantial memory to store all parameters but only need enough compute for the active experts. This means high RAM needs but more manageable processing power during inference.
Will MoE models replace traditional dense models entirely?
While MoE models are increasingly popular for large-scale applications, dense models remain useful for smaller tasks and specific domains. The industry is likely to use both approaches depending on the context.
What does this mean for open AI models and accessibility?
MoE architectures make trillion-parameter models more feasible for open-source projects, potentially democratizing access to large-scale AI capabilities previously limited by cost.
Source: ThorstenMeyerAI.com