Refacto AI

Industry story

Open-Source AI Models Halving Gap-Closure Time Each Era

agents evals inference model-pricing open-weights

A SemiAnalysis analysis spanning three distinct LLM eras — early scaling (2022–2024), reasoning (2024–2025), and agentic (2025–present) — finds that open-source models are closing the capability gap with frontier closed models at an accelerating rate. Specifically, with each new era, open models take roughly half as long to match the leading closed model: ~17 months in Era 1, ~8.5 months in Era 2, and under 6 months in Era 3. The authors benchmarked models using era-appropriate evaluation suites (e.g., GSM8K/MMLU-Pro for Era 1, AIME/HLE for Era 2, SWE-bench/BrowseComp for Era 3) to avoid benchmark saturation artifacts.

In the current agentic era, Kimi K2.6 surpassed Anthropic's Opus 4.5 in 4.8 months and Zhipu's GLM-5.2 cleared OpenAI's GPT-5.2 in 6 months on the authors' composite benchmark suite. The authors note important caveats: benchmarks can be hill-climbed via RL (reinforcement learning) environments that mimic test tasks, and real-world usability (e.g., Claude Code's harness) still differentiates closed models even when open models score comparably. Nevertheless, the consistent halving trend raises questions about long-term monetization viability for frontier labs if open models remain competitive at far lower cost.

Analysis

Showing the shorter version.

SemiAnalysis has a chart showing open models closing the gap to frontier models faster each era: 17 months, then 8.5, then under 6. Kimi K2.6 passed Opus 4.5 in 4.8 months. GLM-5.2 passed GPT-5.2 in 6. The question is whether that compression is a plannable curve or a three-era pattern that someone decided looks like a law.

Two reasons to be skeptical of the extrapolation. First, the trend assumes closed labs keep dropping tidy "era-defining" models at fixed intervals, open development stays unconstrained by compute, and benchmarks don't get gamed faster than they're retired. None of those hold cleanly. Dylan Patel's own team flags the RL hill-climbing problem: you can train a model to score well without building the underlying capability. Second, Kimi and Zhipu aren't garage projects. They're running enormous RL clusters on state-adjacent capital. "Open" no longer means cheap to make. It means a different spend pattern: less pretraining compute, more RL, faster loops.

That compute shift matters for the closed-lab moat. If Era 4 closes in under three months, the training-compute advantage expires before the next big pretraining run even finishes. The moat was time, and time is compressing.

But benchmark parity and production parity are different things, and that gap is where your on-call engineer lives. Swap an open model that "matches" Opus into an agent loop and you inherit worse tool-call reliability, weaker coherence over long trajectories, and refusal behavior nobody tuned. SemiAnalysis itself points to Claude Code's harness as what still separates the leaders. The eval says tie; production says budget 90 days of regression. The inference cost savings are real, 70 to 90% on an open-weight model, but they're visible on day one and the silent failures show up in week six.

Enterprise procurement adds another layer. A CTO doesn't sign because a Chinese open model cleared GPT-5.2 on a composite benchmark suite. They sign for indemnification, audit logs, data residency, and someone to call when the agent deletes a production table. Open weights mean you own the alignment posture, which procurement reads as owning the liability. The capability floor rising doesn't make the vendor risk fall.

Both things can be true simultaneously: the technical moat collapses while the commercial moat holds. That's the actual state of play right now.

The call: On the next major agentic benchmark refresh before 2027-02-28, the top open-weight model will match or beat the leading closed model on composite agentic scores. No independent production-harness test, covering tool-call reliability and long-trajectory coherence under load, will show the open model within 10% of the closed leader. Medium confidence. Score parity is on-trend; harness parity has never followed it, and nothing in this data suggests it's halving too.

If you're building on models, the practical question isn't whether to believe the halving curve. It's narrower: does open-model parity on your specific workload arrive before your closed-model contract renews, and does it arrive with enough harness quality that you don't eat a quarter of reliability debt? Run your own eval on your own agent trajectories, not the paper's suite. Load-test tool-call reliability at production concurrency. And if it's a Chinese open model, get legal on provenance before engineering gets attached.

The score race and the reliability race are different races. The chart tracks the one that's easier to win.

Also covered this issue

Comments