FTFuture Technology
AI

Meta's Llama 4 Maverick Tops the Open-Source Leaderboard and Forces a Rethink

· 3 min read · By Nath Connell

Key takeaways

  • Llama 4 Maverick is a mixture-of-experts model with 400 billion total parameters but only 17 billion active at inference time
  • It uses 128 experts, activating 8 per token, keeping inference costs comparable to a much smaller dense model
  • On the LMSYS Chatbot Arena, Maverick scored competitively with GPT-4o and Claude 3.5 Sonnet at release
  • Weights are available for commercial use on Hugging Face under Meta's custom licence

For most of the past two years, the story of open-source AI has been one of perpetual catch-up. A frontier lab releases a new closed model, and the open-source community spends months trying to close the gap. Meta's Llama 4 Maverick is complicating that narrative in a way that is worth sitting with properly.

Llama 4 Maverick, part of Meta's broader Llama 4 family released in April 2026, is a mixture-of-experts model with approximately 400 billion total parameters, of which roughly 17 billion are active at any given time during inference. That architecture keeps inference costs down while maintaining strong benchmark performance. On the LMSYS Chatbot Arena, which crowdsources human preference rankings rather than relying on automated benchmarks, Maverick reached scores competitive with GPT-4o and Claude 3.5 Sonnet at the time of its release.

What Mixture-of-Experts Actually Means Here

The mixture-of-experts (MoE) architecture is not new, but Meta's execution with Maverick represents one of the more ambitious open-source implementations to date. In a standard dense model, every parameter is used for every token processed. In an MoE model, the network routes each token through only a subset of specialised sub-networks, called experts. Maverick uses 128 experts, activating eight at a time.

The practical upshot is that a model with the knowledge capacity of a 400 billion parameter network runs at the cost of something much closer to a 17 billion parameter model. For organisations that want to self-host a frontier-quality model without paying frontier-level compute bills, this architecture is genuinely attractive.

Meta has released Maverick under a licence that permits commercial use for organisations below a certain user threshold, though the exact terms require careful reading for larger deployments. The weights are available via Hugging Face and Meta's own distribution channels.

The Broader Significance for the AI Ecosystem

When a model of this calibre is freely available, several things shift at once. The cost floor for capable AI drops, particularly for companies that have the engineering capacity to run their own inference. The leverage of proprietary API providers weakens slightly, not dramatically, but meaningfully. And the research community gains a powerful foundation to fine-tune, evaluate, and extend.

The future, in 3 minutes a day. The biggest tech story explained every morning, free. Get the briefing →

For enterprises specifically, the calculation is becoming more interesting. Running a strong open-weights model on dedicated infrastructure can be cheaper at scale than paying per-token API fees, and it keeps sensitive data in-house. Maverick's efficiency profile makes that calculation more favourable than it has been with previous open-source frontier models.

There are caveats worth noting. Benchmark performance does not always translate cleanly to real-world task quality, particularly for specialised domains. And the operational burden of running your own frontier model is not trivial: you need the hardware, the expertise, and the ongoing maintenance capacity. For many organisations, an API is still the right answer.

What This Means for OpenAI, Anthropic, and Google

The closed model providers are not standing still. GPT-4o has been updated multiple times, Anthropic released Claude 3.7 Sonnet earlier this year, and Google's Gemini 2.5 Pro has shown strong reasoning performance. The gap between the best closed and best open models has narrowed, but closed models still hold advantages in multimodal capability, context length, and the kind of consistent performance tuning that comes from controlling the full stack.

What Meta is doing, arguably more than anyone else at the frontier, is ensuring that open-source remains a viable path for AI development rather than a compromise. That matters for the long-term health of the ecosystem. A world where only a handful of API providers have access to frontier AI is a world with significant concentration risk, both commercially and, for those who think about it, societally.

Maverick is not perfect and it is not the last word. But the fact that a genuinely competitive frontier model is freely available, with an efficient inference profile, is a meaningful moment in the history of this technology.

Sources

Get the briefing, free

The biggest tech story, explained in 3 minutes every weekday. Choose your briefings →

Free. No spam. Unsubscribe in one click.