Skip to content

Open-Source AI Caught Up to Within 3% of GPT and Claude. So Why Isn't It in Production?

Mozilla's first State of Open Source AI report puts the quality gap to top proprietary models at about 3% and the cost advantage at up to 50x. Yet only 51% of developers ship open models. The blocker is no longer model quality. It is infrastructure.

Updated
6 min read
As featured inBloombergTechCrunchForbesThe VergeBusiness Insider

The short version

Mozilla published its first State of Open Source AI report in July 2026, and the headline number is striking: the performance gap between the best open models and top proprietary systems like ChatGPT and Claude has narrowed to about 3%. Over three years, the cost of running capable models has fallen by up to 50x. And 79% of developers now use open models in some form.

Here is the catch. Only 51% have actually deployed an open model in production, versus 63% for closed models. Developers want open-source AI. Most of them cannot get it live. The blocker is not model quality anymore. It is infrastructure.

That single gap, wanting open AI but not shipping it, is the most useful thing to understand about the AI stack in 2026.

What the report actually found

The report, produced with SlashData, surveyed developers on what they use and what stops them. Four numbers matter:

  • A 3% quality gap. On the benchmarks the report tracks, the leading open-weight models trail the top closed frontier models by roughly three percentage points. Two years ago that gap was wide enough to make open models a non-starter for serious work. It is now a rounding error for most tasks.
  • Up to 50x cheaper. The cost of running a capable model has dropped by as much as 50x over three years, driven by smaller efficient architectures, better quantization, and cheaper inference hardware.
  • 79% use, 51% ship. Most developers touch open models. Barely half get them into production. For closed models, the production rate is 63%, despite fewer developers using them overall.
  • One third of usage, 4% of revenue. Open models power roughly a third of real-world AI usage but capture only about 4% of AI revenue, a reminder that "widely used" and "monetized" are very different things.

As SlashData's Alvaro Ruiz Cubero put it, the production shortfall "indicates that there is not an issue purely of model quality, but of missing infrastructure."

The gap closed because open weights caught up

The reason the quality gap shrank is that the open-weight frontier got genuinely good. Models from DeepSeek, Meta's Llama line, Alibaba's Qwen, Mistral, and others now handle reasoning, coding, and long-context tasks at a level that was proprietary-only in 2024. You can download the weights, run them on your own hardware, fine-tune them on your own data, and never send a token to someone else's API.

For a large class of work, chat assistants, summarization, classification, extraction, retrieval-augmented generation, internal coding help, a top open model is no longer a compromise. It is simply the cheaper option that also happens to keep your data on your side of the wire.

The real blocker is plumbing, not intelligence

If the models are this good and this cheap, why does only half of the interested crowd ship them?

Because running your own model means owning the parts a proprietary API hides from you: GPU capacity and scheduling, inference serving and batching, autoscaling, observability, model versioning, safety filtering, and uptime. An OpenAI or Anthropic subscription bundles all of that into a single billing line. Self-hosting unbundles it and hands it back to your team.

That is the trade the Mozilla report captures. The report frames it bluntly: "Open models offer what a subscription never can: owning your infrastructure instead of renting someone else's." The upside is control and cost. The cost of that upside is operational work most teams have not staffed for yet. It notes that even large operators like Microsoft and Uber are reconsidering how much they want to depend on closed AI, precisely because renting at scale gets expensive and strategically fragile.

The economics: keep your data, ditch the AI bill

The pitch for open source AI in 2026 is not ideological. It is a spreadsheet.

At low volume, a closed API is almost always the right call. You pay per token, you write no infrastructure, and the bill is small. But usage scales, and per-token pricing scales with it. At some point the monthly API bill crosses the cost of running your own inference, and from there the closed option only gets more expensive while the open one amortizes. Add regulated data that cannot leave your environment, or a product where the model is the core margin, and the case for owning the stack gets stronger still.

The counterweight is honest: closed frontier models still lead at the very top of capability, ship new features first, and cost you zero operations. If your edge is being three points smarter than everyone else on the hardest tasks, or you have no platform team to run GPUs, renting is rational. Most teams are not on that frontier. They are running workloads a 3%-behind open model handles fine, and they are paying frontier prices to do it.

How to actually get open source AI into production

Closing the "want it but cannot ship it" gap is an infrastructure problem, so start with the infrastructure, not the model.

  • Prototype locally first. Tools like Ollama, LM Studio, and Jan let you download and run open models on a laptop or a single workstation in minutes, so you can validate quality on your actual tasks before committing to a serving stack. This is where most "is open good enough" questions get answered.
  • Pick the model for the job, not the leaderboard. A smaller open model that runs cheaply and passes your evals beats a bigger one you cannot afford to serve. Our guide to the best open-source LLMs breaks down which models fit which workloads.
  • Plan the serving layer. Production means an inference server (batching, streaming, autoscaling), a place to run GPUs, and observability. This is the part the report says teams underestimate. Budget for it as real engineering work, not a weekend.
  • Test before you trust. Evaluate your chosen model on your own data and adversarial inputs, and keep a fallback. Open weights give you control, which also means you own the safety and quality gates the API used to handle.
  • For agents, mind the extra surface. If you are building autonomous workflows on open models, the security considerations compound. See our guide to the best open-source AI agents for frameworks and the guardrails that go with them.

The bottom line

The old reason to avoid open-source AI, that it was not good enough, is gone. Mozilla's data puts the quality gap at about 3% and the cost advantage at up to 50x. The new reason teams stay on closed APIs is simpler and more fixable: shipping your own model is an infrastructure project, and most teams have not built that muscle yet.

That is good news, because infrastructure gaps close faster than capability gaps. The model race is largely settled for everyday workloads. The next phase is tooling, the serving stacks, local runners, and deployment platforms that turn a downloadable set of weights into something you can run in production without a dedicated ML-ops team. When that layer matures, "we use open models" and "we ship open models" will finally be the same number.

From the team behind Toolradar

Growth partner for B2B tech

Toolradar also helps B2B tech companies grow, content marketing & distribution through 5 newsletters (550K+ tech professionals), AI Academy, and the Toolradar directory.

See how we work
open source AIlocal LLMAI costself-hosted AILLM
Share this article
Louis Corneloup

Written by

Louis Corneloup