← Blog

Open source reached the frontier: what changed in 2026

11 jun 2026

For years, the narrative was the same: open source models lag 6 to 12 months behind proprietary ones. They were good for prototyping, adequate for simple use cases, necessary for those with privacy constraints — but they were not the best choice if you needed the maximum performance available.

In 2026, that narrative came to an end. Not as hyperbole, but as a verifiable fact in public benchmarks.

What happened

Four releases in a few months defined the inflection point:

DeepSeek V4 Pro (MIT, April 2026): 1.6 trillion parameters, 49 billion active, 80.6% SWE-Bench Verified — equivalent to the proprietary Claude Opus 4.6.

Llama 4 Maverick (Meta Llama License, April 2026): 400 billion total, 17 billion active, better than GPT-4o and Gemini 2.0 Flash on multimodal benchmarks, context of 1 million tokens.

Gemma 4 (Apache 2.0, April 2026): four sizes, from smallest to largest, all with multimodal capabilities. Google releasing under Apache 2.0 — one of the most permissive licenses available.

Mistral Medium 3.5 (modified MIT, May 2026): 128 billion dense, 77.6% SWE-Bench, runs on four GPUs.

The MoE architecture as a common denominator

A technical pattern unites the largest open source releases of 2026: almost all use Mixture of Experts. DeepSeek V4 Pro (1.6T total / 49B active), Llama 4 Maverick (400B / 17B), Alibaba's Qwen 3.5 (397B / 17B), Llama 4 Scout (109B / 17B).

MoE solved the fundamental problem that limited open source: how to have large-model capability with small-model inference cost. The answer was to have many experts and activate only a fraction on each token processed.

The practical result: a 400-billion-parameter model that costs as much to infer as a 17-billion model. This efficiency was what made it viable to have frontier models running on hardware that real organizations can operate.

The benchmark table that matters

Model Type SWE-Bench License Input Cost (API)
Claude Opus 4.7 Closed 87.6% Proprietary US$ 5.00/M
GPT-5.5 Closed ~85% Proprietary ~US$ 5.00/M
DeepSeek V4 Pro Open 80.6% MIT US$ 0.30/M
Gemini 3.1 Pro Closed 80.6% Proprietary US$ 2.00/M
Llama 4 Maverick Open ~78% Meta Llama Self-host
Mistral Medium 3.5 Open 77.6% MIT mod. US$ 1.50/M

The pattern is clear: the best open models reach 77-80% of the main production benchmark, while the closed ones are at 85-88%. The gap exists — but it is 7 to 10 percentage points, not an entire generation.

Licenses: not all open source is equal

The technical openness of the code is not equivalent to the legal openness of use. In 2026, the main licenses in the ecosystem have important practical differences:

MIT (DeepSeek V4, parts of Mistral): The most open. Unrestricted commercial use, no obligation to share modifications, no restrictions based on company size.

Apache 2.0 (Gemma 4): Similar to MIT in freedom of use, with explicit patent protection. The de facto corporate standard for open source projects.

Meta Llama License: Allows commercial use for most, but companies above 700 million MAU need a special license. European Union users were restricted at release. It is not open source in the technical OSI sense.

For legal compliance, the distinction matters. For most companies, MIT and Apache 2.0 are equivalent in practice. The Meta Llama License requires case-by-case analysis.

What changed for those who make infrastructure decisions

Before 2026, the decision to use a proprietary versus open source model had two components: technical capability (closed ones were better) and cost/privacy (open ones were cheaper and more private).

In 2026, the technical capability component almost disappeared for most use cases. The decision is now:

Use a model via proprietary API when: enterprise support is needed, SLAs are required, integration with the ecosystem (Azure, Google Cloud) has value, or the specific use case is in the top 7-10 percentage points that only Opus 4.7 or GPT-5.5 deliver.

Use an open source model when: data privacy is non-negotiable, volume is high enough for the API cost to be relevant, customization via fine-tuning is needed, or you want to eliminate vendor dependency.

The speed of the cycle

Another structural change of 2026: the pace of releases. In April and May 2026, DeepSeek V4, Llama 4 Scout/Maverick, Gemma 4 (4 variants), Mistral Medium 3.5, Claude Opus 4.7, GPT-5.5, Grok 4.3, and Qwen 3.6 Plus were released — all in about 60 days.

This pace has implications for those who make platform decisions. Choices made in January 2026 may be outdated by March. The strategy of "choosing the best model and locking it in" is being replaced by abstraction architectures that allow swapping models without refactoring the application.

Conclusion: the map has changed

The LLM ecosystem in May 2026 is fundamentally different from a year ago. Open source reached the frontier. Truly open licenses like MIT are in production-capability models. The cost per token dropped between 5x and 10x for equivalent use cases.

For those who build AI infrastructure, the challenge of 2026 is no longer access to capability — it is choosing amid abundance. And that, compared to what existed before, is a much better problem to have.

Get the latest posts

New articles on AI, Vibe Code and Builder Code — by email or Telegram.

or
Get it on Telegram

By subscribing, you agree to receive emails/messages and to the Privacy Policy. You can unsubscribe anytime. No spam.