Rapid AI Benchmark Improvement: Small Models and New Entrants Closing Capability Gaps · history
Version 6
2026-07-02 02:44 UTC · 166 items
What
Four open-weights models released between mid-June and early July 2026 have produced benchmark results narrowing capability gaps with closed frontier systems. GLM-5.2 (Zhipu AI) leads open-weights models on SWE-Bench and holds a verified 22.8% on ARC-AGI-2[17]; VibeThinker-3B reports math and coding scores approaching Claude Opus 4.5 from 3 billion parameters[3]; Ornith-1.0 (DeepReinforce) scores 82.4 on SWE-Bench Verified under MIT license[4]. A new entrant, Agents-A1 (35B), claims 1-trillion-parameter-model performance by training on long verified multi-step task trajectories and distilling specialist teacher models rather than scaling parameters[14].
Why it matters
Open-weights models reliable enough for independent capability auditing offer developers cheaper, inspectable alternatives to proprietary APIs. The distillation question remains the central caveat: if benchmark scores partly reflect training on closed-source outputs rather than independent capability, both rankings and any calibration estimates built on them may overstate generalization.
Open questions
Can GLM-5.2's verified ARC-AGI-2 score reliably anchor estimates of private model capabilities when combined with WeirdML results, or does distillation introduce systematic biases that make it a poor calibration reference?[15][16]
GLM-5.2 tops PostTrainBench at 34.29% but trails human-built instruct models at 51.14%[12] — what training or architectural changes would close that gap?
Does Agents-A1's claim of 1T-model performance at 35B parameters hold outside its benchmark suite, and does specialist-teacher distillation generalize to tasks beyond search, science, coding, and tool use?[14]
ARC-AGI-2 went from 3.0% best (May 2025) to 85% for GPT-5.5 (June 2026)[11] — does GLM-5.2's verified 22.8% show the benchmark still discriminates meaningfully between open and closed systems, or is the gap an artifact of scale?
Narrative
Three open-weights models released in mid-to-late June 2026 — GLM-5.2 from Zhipu AI, VibeThinker-3B from Weibo AI, and Ornith-1.0 from DeepReinforce — have produced benchmark results that narrow the gap to closed frontier systems on software engineering, mathematical reasoning, and abstract visual tasks. GLM-5.2 leads open-weights models on the DeepSWE software engineering leaderboard[1] and scores near Claude Opus 4.7 on traditional LLM benchmarks[2]. VibeThinker-3B, built on Qwen2.5-Coder-3B using a post-training pipeline combining supervised fine-tuning and GRPO, reports 94.3 on AIME26 and 80.2 Pass@1 on LiveCodeBench v6 — numbers that approach Claude Opus 4.5 from only 3 billion parameters, under MIT license[3]. Ornith-1.0-397B is a Mixture-of-Experts model with 397 billion total parameters and only 17 billion active, scoring 82.4 on SWE-Bench Verified under MIT license[4]; Simon Willison tested its 35B MoE GGUF locally and reported proficient agentic performance at 103 tokens per second, with clean Apache 2.0 licensing from its Gemma 4 base[5].
The primary analytical debate centers on GLM-5.2. Zvi Mowshowitz initially called it the best available open-weights model but argued it was heavily distilled from Claude Opus — noting its tendency to self-identify as Claude and its reliance on a Claude-based harness — and concluded it occupied a commercially awkward position[2]. He later elevated this to a potential 'DeepSeek moment' for open-source agents, without resolving the distillation concern[6]. Community evidence leans toward the optimistic view: a normally benchmark-skeptical observer found GLM-5.2 genuinely impressive in direct use[7], a developer claimed it outperformed Opus 4.8 in a live coding build-off[8], multiple developers report real cost savings using it in Cursor[9], and at least one developer confirms that DeepSWE benchmark results match their own hands-on experience[10]. On abstract visual reasoning, GLM-5.2 scored a verified 22.8% on ARC-AGI-2 at $0.25 per task — the highest-scoring open-weights model publicly reported on this benchmark, well below GPT-5.5's 85%[11]. It also topped PostTrainBench at 34.29%, against a 51.14% human-built instruct model baseline[12]. A circulating discussion frames GLM-5.2's token volume on DeepSWE as potentially cost-inefficient despite its benchmark wins, adding a dimension to the commercial viability debate Mowshowitz had flagged[13].
A fourth model, Agents-A1 (35B), takes a different approach to the efficiency question. Rather than scaling parameters or optimizing post-training pipelines, it trains on long verified multi-step task trajectories averaging 45K tokens — teaching the model complete work processes including search, tool use, error correction, and answer verification. Specialist teacher models are trained separately for search, science, instruction following, and tool use, then their capabilities are distilled into a single student model. The result claims strong performance on long-task benchmarks across all four domains, under Apache 2.0 license[14]. This is a different architectural bet than GLM-5.2's or Ornith-1.0's approaches: rather than scale MoE or tune post-training, it tries to compress the behavioral patterns of specialized frontier systems into a compact model through richer trajectory data.
A widely-shared analysis has used GLM-5.2's officially verified ARC-AGI-2 score as a calibration anchor, combined with WeirdML benchmark results, to assemble 8 private benchmark datapoints and triangulate estimates of closed model capabilities[15][16]. This approach is logically vulnerable to the same distillation concern Mowshowitz raises: if GLM-5.2's scores partly reflect training on closed-model outputs rather than independent capability, calibration estimates built on them may be systematically off. The cumulative picture is that open-weights models have made measurable advances on agentic coding, math, and abstract reasoning, but gaps to leading closed models remain substantial on the most demanding benchmarks, the distillation question is unresolved across multiple models, and cost-per-task efficiency of high-performing open models is emerging as a secondary concern.
Timeline
- 2025-05: Best verified models on ARC-AGI-2 scored only 3.0%. [11]
- 2026-06-18: Weibo AI releases VibeThinker-3B using the Spectrum-to-Signal SFT+GRPO post-training pipeline. [20][24]
- 2026-06-18: Zhipu AI publishes GLM-5.2 full benchmark results showing strong coding and reasoning performance. [25][26]
- 2026-06-21: DeepSWE benchmark updated to include GLM-5.2. [1]
- 2026-06-22: Zvi Mowshowitz calls GLM-5.2 the best open model but argues it is heavily distilled from Claude Opus and commercially awkward. [2]
- 2026-06-22: Julian Goldie SEO claims GLM-5.2 outperformed Opus 4.8 in a live coding build-off. [8]
- 2026-06-23: A normally benchmark-skeptical observer reports finding GLM-5.2 genuinely impressive in hands-on use. [7][27]
- 2026-06-24: Rohan Paul reports VibeThinker-3B scores 94.3 on AIME26 and 80.2 on LiveCodeBench v6, approaching Claude Opus 4.5. [3]
- 2026-06-25: DeepReinforce releases Ornith-1.0-397B, a 397B MoE agentic coding model (17B active) scoring 82.4 on SWE-Bench Verified under MIT license. [4]
- 2026-06-25: Zvi Mowshowitz frames GLM-5.2 as a potential 'DeepSeek moment' for open-source AI agents. [6]
- 2026-06-25: Developers report real cost savings using GLM-5.2 in Cursor compared to Claude and GPT. [9]
- 2026-06-26: ARC-AGI evaluation team officially verifies GLM-5.2's 22.8% on ARC-AGI-2 at $0.25 per task; GPT-5.5 leads at 85%. [17][11]
- 2026-06-26: GLM-5.2 tops PostTrainBench at 34.29%; human-built instruct models score 51.14% on the same benchmark. [12]
- 2026-06-26: Analysis combining GLM-5.2 ARC-AGI results with WeirdML data assembles 8 private benchmark datapoints as a calibration framework for closed model estimates. [15][16]
- 2026-06-26: A developer confirms DeepSWE benchmark results for GLM-5.2 match their own hands-on coding experience. [10]
- 2026-06-29: Simon Willison tests Ornith-1.0 35B MoE locally, reports 103 tokens per second and proficient agentic performance with clean Apache 2.0 licensing. [5]
- 2026-07-01: Agents-A1 (35B) reported by Rohan Paul: claims 1T-model performance through 45K-token verified task trajectories and specialist teacher distillation, Apache 2.0 on Hugging Face. [14]
Perspectives
Zvi Mowshowitz
GLM-5.2 is the best available open-weights model and may represent a 'DeepSeek moment' for open-source agents, but is very likely heavily distilled from Claude Opus and occupies a commercially awkward niche.
Evolution: Stance has strengthened toward the 'DeepSeek moment' framing while retaining distillation skepticism, leaving the two positions in tension.
Simon Willison
Ornith-1.0 shows genuinely good agentic performance in local testing at 103 tokens per second with clean open licensing; initial impressions are cautiously positive.
Evolution: Consistent with his general pattern of hands-on model evaluation; no shift.
Rohan Paul
Reports benchmark data for GLM-5.2, VibeThinker-3B, Ornith-1.0, PostTrainBench, and Agents-A1 without strong editorial endorsement or dismissal.
Evolution: Consistent neutral-analytical stance across all releases covered.
bendee983
Normally skeptical of AI benchmarks but finds GLM-5.2 genuinely impressive in direct use, not just on paper.
Evolution: A skeptic who updated positively after hands-on testing.
Julian Goldie SEO
GLM-5.2 outperformed Opus 4.8 in a live build-off, though top-benchmark models often come last in real-world tests.
Evolution: Enthusiastic on GLM-5.2 in head-to-head comparison while skeptical of benchmark rankings as a general guide.
Weibo AI / WeiboLLM
VibeThinker-3B demonstrates that a 3B model can achieve frontier-adjacent verifiable reasoning through the Spectrum-to-Signal post-training pipeline.
Evolution: Initial release; no prior stance to compare.
DeepReinforce
Ornith-1.0-397B achieves 82.4 on SWE-Bench Verified using only 17B active parameters under MIT license.
Evolution: No stance shift since initial release.
Tensions
- Mowshowitz argues GLM-5.2 is heavily distilled from Claude Opus and likely generalizes poorly outside benchmark-like tasks; bendee983, Julian Goldie, and a developer reporting DeepSWE experience all find its performance genuinely strong in direct use. [2][7][8][10]
- Mowshowitz called GLM-5.2 commercially awkward — not cheap enough for bulk tasks and not strong enough for hard tasks — but developers report real cost savings using it in Cursor; a circulating discussion adds that its token volume on DeepSWE may make it cost-inefficient despite benchmark wins. [2][9][13]
- Mowshowitz's own framing is internally split: he characterizes GLM-5.2 as a potential 'DeepSeek moment' for open-source agents while simultaneously arguing its benchmarks overstate generalization due to distillation. [2][6]
- VibeThinker-3B's benchmark numbers approach Claude Opus 4.5 on math and coding at 3B parameters, but whether a model of that size can match a vastly larger model on tasks outside its training distribution remains untested. [3]
- GLM-5.2 is being used as a calibration anchor to estimate closed model capabilities from 8 private benchmark datapoints, but if its scores are distillation artifacts, those calibration estimates may be systematically off. [15][16][2]
Sources
- [1] DeepSWE Benchmark updated with GLM 5.2 and updated results for other models — reactive:ai-benchmark-race (2026-06-21)
- [2] GLM-5.2 Is The New Best Open Model — Zvi's AI Roundups (2026-06-22)
- [3] VibeThinker is a 3B param model, with almost head to head benchmark result with Opus 4.5 on reasoning with novel SFT+GRP… — Rohan Paul Twitter (2026-06-24)
- [4] Another fantastic open source release. — Rohan Paul Twitter (2026-06-25)
- [5] Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding — Simon Willison (2026-06-29)
- [6] AI #174: You're It — Zvi's AI Roundups (2026-06-25)
- [7] RT @bendee983: I'm usually very skeptical of AI benchmarks, but GLM-5.2 is really impressive. Aside from the benchmark r... — reactive:ai-benchmark-race (2026-06-23)
- [8] GLM 5.2 JUST HUMILIATED OPUS 4.8 IN A LIVE BUILD-OFF — reactive:ai-benchmark-race (2026-06-19)
- [9] Developers are reporting real cost savings using GLM-5.2 in Cursor compared to Claude and GPT. — reactive:ai-benchmark-race (2026-06-25)
- [10] Deepswe's benchmark results are my own experience. — reactive:ai-benchmark-race (2026-06-26)
- [11] GLM-5.2 got 22.8% on ARC-AGI-2:, $0.25/task — Rohan Paul Twitter (2026-06-24)
- [12] GLM 5.2 just took the top spot on PostTrainBench by scoring 34.29%. — Rohan Paul Twitter (2026-06-26)
- [13] GLM-5.2 benchmarked on DeepSWE: Beats Gemini & GPT-5.4, but the token volume/cost makes it wildly inefficient? (Theo — reactive:ai-benchmark-race
- [14] 🇨🇳 Another good model from China. — Rohan Paul Twitter (2026-07-01)
- [15] With the new ARC-AGI results from GLM 5.2, together with the WeirdML results, we now have 8 private benchmark datapoints... — reactive:ai-benchmark-race (2026-06-27)
- [16] With the new ARC-AGI results from GLM 5.2, together with the WeirdML results, we now have 8 private benchmark datapoints... — reactive:ai-benchmark-race (2026-06-26)
- [17] GLM-5.2 model has received official verification from the ARC-AGI evaluation. According to the results, GLM-5.2 achieved... — reactive:ai-benchmark-race (2026-06-26)
- [18] RT @bendee983: I'm usually very skeptical of AI benchmarks, but GLM-5.2 is really impressive. Aside from the benchmark r... — reactive:ai-benchmark-race (2026-06-23)
- [19] THE “BEST” AI MODEL CAME LAST IN MY REAL-WORLD TEST. — reactive:ai-benchmark-race (2026-06-24)
- [20] RT @WeiboLLM: ⭐ VibeThinker-3B is released — a dense 3B model for frontier-level verifiable reasoning. — reactive:ai-benchmark-race (2026-06-18)
- [21] VibeThinker-3B: A 3B Dense Reasoning Model Built on Qwen2.5-Coder-3B With the Spectrum-to-Signal Post-Training Pipeline ... — reactive:ai-benchmark-race (2026-06-21)
- [22] GLM-5.2 delivers a substantial leap in app development capabilities, which also represent demanding long-horizon tasks. — reactive:ai-benchmark-race (2026-06-19)
- [23] GLM-5.2: Built for Long-Horizon Tasks - Hugging Face — reactive:ai-benchmark-race
- [24] RT @ModelScope2022: Meet VibeThinker-3B, a 3B reasoning model from Weibo AI focused on math, coding, and STEM reasoning.... — reactive:ai-benchmark-race (2026-06-18)
- [25] RT @ValsAI: Full results for GLM 5.2 are here! — reactive:ai-benchmark-race (2026-06-18)
- [26] RT @ValsAI: Full results for GLM 5.2 are here! — reactive:ai-benchmark-race (2026-06-18)
- [27] @AndrewCurran_ What GLM 5.2 did to the best of the best is as big of a breakthrough as the R1 improvement purely from th... — reactive:ai-benchmark-race (2026-06-23)