FEATUREDHacker News Frontpage· rssEN02:01 · 06·23
→VibeThinker-3B: a 3B model matches or beats DeepSeek V3.2, GLM-5, and Gemini 3 Pro on verifiable reasoning
This tech report presents VibeThinker-3B, a 3B model that scores 94.3 on AIME26 (97.1 with test-time scaling), 80.2 Pass@1 on LiveCodeBench v6, and 96.1% on unseen LeetCode contests. It matches or exceeds DeepSeek V3.2, GLM-5, and Gemini 3 Pro on these verifiable tasks. The training pipeline uses curriculum-based SFT, multi-domain RL (GRPO), and offline self-distillation. IFEval stays at 93.4, so instruction following isn't sacrificed. The authors propose a Parametric Compression-Coverage Hypothesis: verifiable reasoning compresses into small cores, but open-domain knowledge still needs broad parameter coverage. The post doesn't disclose training data size, compute cost, or inference latency.
#Reasoning#Code#VibeThinker-3B#DeepSeek V3.2
why featured
Featured · importance 82 · hook + knowledge + resonance
editor take
A 3B model matches DeepSeek V3.2 and Gemini 3 Pro on math and coding, but the paper omits training data and inference latency.
sharp
The numbers are what make this worth clicking: VibeThinker-3B scores 94.3 on AIME26 math (97.1 with test-time scaling), 80.2 Pass@1 on LiveCodeBench v6 coding, and 96.1% on unseen LeetCode contests. That puts it in the same band as DeepSeek V3.2, GLM-5, and Gemini 3 Pro—with just 3 billion parameters.
The training recipe isn't exotic: curriculum-based SFT, multi-domain GRPO reinforcement learning for reasoning, then a round of self-distillation. IFEval holds at 93.4, so instruction following didn't get sacrificed for reasoning gains.
I'd discount this a bit though. The paper doesn't disclose training data size, compute budget, or inference latency. The authors propose a "Parametric Compression-Coverage Hypothesis"—verifiable reasoning compresses into small cores, while open-domain knowledge still needs broad parameter coverage. Interesting framing, but right now it's supported by a handful of benchmark scores with no external reproduction. Treat it as a promising technical direction, not a "small models beat giants" headline.
HKR breakdown
hook ✓knowledge ✓resonance ✓