The recipe is the news, not the model

DeepSeek-R1 matches o1-class reasoning and then gives the method away. The headline people will remember is the leaderboard. The part that changes how you build systems is the recipe.
R1-Zero skips supervised fine-tuning and runs reinforcement learning with a verifier: right answer, not a human-written chain of thought. Group Relative Policy Optimization (GRPO) is the optimizer. Reasoning behaviors show up because they win the reward, not because someone demonstrated them. R1 then adds a cold start so the traces are readable. The distilled 32B Qwen model beats o1-mini on several math and code benches.
o1 showed that extra test-time compute is a product. R1 shows you can induce that behavior with RL on checks you already have, then shrink it. If your domain has a grader — tests, a rubric, a schema, a human vote — you are looking at a training loop, not a prompting trick. The expensive model is no longer the only place that kind of reasoning lives.