VibeThinker-3B: A 3B Parameter Model That Matches 671B DeepSeek on AIME Math Benchmarks

A team of nine researchers at Sina Weibo published a 14-page arXiv report this weekend claiming a 3B parameter model—VibeThinker-3B—matches or exceeds reasoning performance of models hundreds of times larger. The model scored 94.3 on AIME 2026 (American Invitational Mathematics Examination), placing it alongside DeepSeek V3.2 (671B parameters) and ahead of Gemini 3 Pro (91.7). With a test-time scaling technique called Claim-Level Reliability Assessment, the score reaches 97.1.
Key Benchmarks
- AIME 2025: 91.4
- AIME 2026: 94.3 (97.1 with CLRA)
- HMMT 2025: 89.3
- BruMO 2025: 93.8
- IMO-AnswerBench: 76.4
- LiveCodeBench v6 (Pass@1): 80.2
- Unseen LeetCode contests (April–May 2026): 96.1% acceptance rate
- IFEval: 93.4
Notably, VibeThinker-3B underperforms on knowledge benchmarks: 70.2 on GPQA-Diamond vs. 91.9 (Gemini 3 Pro) and 87.0 (Claude Opus 4.5). The authors explicitly acknowledge this as consistent with their claim—verifiable reasoning is "parameter-dense," while open-domain knowledge is "parameter-expansive."
The Training Pipeline
VibeThinker-3B is post-trained on Qwen2.5-Coder-3B (Alibaba's Qwen team) using the "Spectrum-to-Signal Principle," a multi-stage pipeline introduced in the team's earlier VibeThinker work. The paper describes a Parametric Compression-Coverage Hypothesis: verifiable reasoning can be compressed into a compact core, while broad knowledge requires more parameters.
Within hours of publication, the paper received 62 upvotes on Hugging Face Daily Papers, the model repo had 130 likes, and the GitHub repo had 685 stars. Skepticism on social media was high—user @orcus108's post accumulating over 161K views asked: "I genuinely don't know if this is a breakthrough or if the benchmarks are broken."
For context: DeepSeek V3.2 has 671B parameters (~224x larger), GLM-5 has 744B, and Kimi K2.5 exceeds 1 trillion. VibeThinker-3B can run on a consumer laptop.
📖 Read the full source: HN AI Agents
👀 See Also

Caveman vs 'be brief' prompt: benchmarking compression prompts for Claude
A 24-prompt benchmark across 5 arms finds that the 2-word prompt 'be brief.' matches caveman compression on both token count and output quality, though caveman provides structural consistency and safety escape features.

Microsoft's BitNet Enables 100B Parameter LLM Inference on Single CPU
Microsoft's open-source BitNet project achieves 100B parameter LLM inference at 5-7 tokens/second on a single CPU, with the 2B parameter model using 0.4GB memory and 29ms latency while matching full-precision models on benchmarks.

FFmpeg Developer Accuses OxideAV of AI License Laundering in MagicYUV Issue
An FFmpeg developer has opened an issue on OxideAV's magicyuv repo, challenging the project's licensing and alleging AI-assisted license laundering of GPL code.

When Everyone Has AI but the Company Still Learns Nothing: The Messy Middle of Enterprise AI Adoption
Ethan Mollick's framework shows that individual AI productivity gains don't automatically become organizational learning. The article explores why companies are stuck in a 'messy middle' where AI use is uneven, hidden, and disconnected from shared knowledge.