cd /news/artificial-intelligence/vibethinker-3b-and-the-strength-of-p… · home topics artificial-intelligence article
[ARTICLE · art-62266] src=sebastianraschka.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

VibeThinker-3B and the Strength of Post-Training

WeiboAI released VibeThinker-3B, a 3.09B-parameter coding and reasoning model built on Qwen2.5-Coder-3B that achieves performance close to much larger systems through extensive post-training, including synthetic data, multi-stage supervised finetuning, and reinforcement learning. The model demonstrates that careful data curation and post-training can significantly boost small model capabilities at a fraction of the cost of training from scratch.

read2 min views17 publishedJun 17, 2026
VibeThinker-3B and the Strength of Post-Training
Image: Sebastianraschka (auto-discovered)

According to the reported benchmarks, VibeThinker-3B gets surprisingly close to much larger coding and reasoning systems.

What I found most interesting is that the model builds on the older Qwen2.5-Coder-3B stack. Based on the model card, VibeThinker-3B has 3.09B parameters and uses a Qwen2-style backbone.

So, this is a pretty clear example of how much can come from good data curation and post-training.

The technical report is worth reading because it gives a detailed look at the post-training pipeline. The important pieces are:

  • high-signal synthetic math and code data with verifiable solutions
  • multiple reasoning paths per answer, followed by aggressive filtering
  • two-stage supervised finetuning, first broad coverage and then harder long-reasoning examples - checkpoint selection by target accuracy rather than validation loss alone
  • MGPO, a GRPO-style RLVRmethod that emphasizes samples that are neither too easy nor too hard - single-stage 64k-context RL, instead of progressive context expansion
  • domain RL ordered as math, then code, then STEM
  • a later stage that rewards shorter correct trajectories
  • offline self- distillationfrom filtered Math, Code, and STEM RL trajectories - final instruction RL using rule-based validators and rubric-based reward models

They do not share the exact GPU hours for this project. Based on numbers from the earlier VibeThinker-1.5B report, my rough guess would be that this cost on the order of $25k to $60k. That is still a lot of money, but it is not millions.

One caveat is that as of June 17, 2026, the model is very new, and the benchmarks could still be too good to be true. It needs practical use over the next few days to see whether the VibeThinker results check out in practice. But as a first impression, this is a strong small-model result and a useful post-training write-up.

Source: lightly edited website version of my Substack note.

Inkling: A New Open-Weight 975B MoE with a Few Surprises Short note on Thinking Machines Lab's 975B Inkling open-weight model, its benchmark profile, sparse MoE design, short convolutions, embedding RMSNorm, and

200,000 Subscribers Short note celebrating Ahead of AI reaching 200,000 subscribers. GPT 5.6 Has 72 Possible Configurations. What's A Good Default? Short note on how GPT 5.6 model and effort choices map onto training-time and inference-time scaling, producing 72 configurations.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @weiboai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/vibethinker-3b-and-t…] indexed:0 read:2min 2026-06-17 ·