Llama 4 Scout & Maverick MoE Models
Summary: On April 5, 2025, Meta released Llama 4 (Scout 109B and Maverick 402B), transitioning the open-weight Llama line to a Mixture-of-Experts (MoE) architecture with a 10-million-token context.
As artificial intelligence systems scaled, researchers faced a dilemma: massive models were highly capable but required immense computing power to run. On April 5, 2025, in Menlo Park, California, Meta released Llama 4, featuring two models named Scout (109B) and Maverick (402B). By transitioning the Llama family to a Mixture-of-Experts (MoE) design—where only a fraction of the model is activated for each query—and introducing a 10-million-token context window, Meta proved that open-weight models could process massive codebases or corporate archives efficiently.
| Historical Attribute | Milestone Registry Value |
|---|---|
| Classification Type | software |
| Chronological Date | 2025-04-05 |
| Coordinates / Location | Menlo Park, California |
| Curation Authority | Nick Hodder + MIA |
| Milestone Importance | standard Milestone |
How does Llama 4 Scout & Maverick MoE Models fit into the history of artificial intelligence?
The open-weight lineage of Meta began with the original LLaMA leak in 2023, expanding through Llama 2 and the massive Llama 3.1 405B in 2024. Prior to the Llama 4 generation, dense models required substantial computing power to run, limiting their use in standard environments.
Llama 4 resolved these limitations by adopting a sparse Mixture-of-Experts architecture. It proved that open-weight models could achieve high-quality reasoning and long-context processing (up to 10 million tokens) without requiring massive server resources, establishing a flexible baseline for local model deployment.
What are the core technical achievements of Llama 4 Scout & Maverick MoE Models?
Llama 4's architecture features a sparse routing system that routes tokens across specialized expert networks. The model incorporates a 10-million-token context window, trained using advanced position embeddings that maintain accuracy across long document sequences.
Meta optimized the training pipelines using massive GPU clusters, processing trillions of tokens of diverse text, code, and multimodal data. This scaling achieved high scores in coding, logic, and multi-step planning, matching the performance of proprietary Western systems on enterprise tasks.
Why is the legacy of Llama 4 Scout & Maverick MoE Models significant to modern computing?
The rollout of Llama 4 accelerated the integration of open-weight systems in enterprise architectures. Its ability to run cost-effectively enabled companies to deploy local models for data-sensitive workflows, such as legal document audits and financial analyses, without relying on third-party cloud APIs.
Additionally, the model influenced developers to prioritize context engineering and retrieval-augmented generation (RAG) pipelines, shifting software engineering patterns toward systems designed to format and feed high-fidelity context to models efficiently.