Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Mixture of Experts
๐ŸŽ›๏ธ
Models & AITechnical

Mixture of ExpertsMoE

A model architecture that activates only a fraction of its parameters per request.

Mixture of Experts (MoE) is an architecture where the model contains many independent sub-networks ("experts") but only routes each input token through a small subset of them โ€” typically 2โ€“8 out of dozens. A learned router decides which experts to activate.

Why it matters: MoE allows massive total parameter counts (= more knowledge) while keeping inference compute manageable. Mistral's Mixtral 8ร—7B activates 12B parameters per forward pass despite having 47B total. Grok v9 Medium has 1.5T total but far fewer active parameters.

Tradeoffs:

  • Pro: More total knowledge per FLOP spent during inference
  • Pro: Can specialise different experts for different domains
  • Con: Requires more memory to hold all expert weights (even those not active)
  • Con: Load balancing across experts adds engineering complexity

Models using MoE: Mixtral 8x7B/8x22B, Grok 1/2/3, Gemini 1.5 (claimed), GPT-4 (rumoured), Qwen3-235B.

In plain terms

A hospital where a triage nurse (router) decides which specialist to send each patient to. The hospital employs 20 specialists but only 2โ€“3 see any given patient.

Related concepts

โฌก

Large Language Model

AI trained on vast text to understand and generate language.

โš™๏ธ

Transformer

The architecture that made modern AI possible โ€” attention over sequences.

โšก

Inference

The moment a trained model actually runs and generates output.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source ยท Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote โ†—GitHub โ†—RSS Feed โ†—
ยฉ 2026 Sintra ยท Curated in the open.Built on the void.