AI Trend Notifier
EN
← wiki

$ cat wiki/concepts/reasoning-models.md

Reasoning Models

Definition

A family of LLMs that explicitly model the reasoning process itself. They allocate test-time compute to reasoning steps (chain-of-thought, search, verification) to improve the ability to solve complex problems.

Why It Matters

  • Matches personal interests: reasoning (1.3x) × frontier models (1.3x)
  • The most active research thread of 2024-2026 — tracked across the industry since the OpenAI o-series
  • A direction that addresses the limits of simple scale-up

State of the Art (2026-08-02)

  • Strongest empirical result (2026-05-20): OpenAI — Disproof of the Erdős unit distance conjecture — autonomous solution of an 80-year-old open pure-math problem. A general-purpose reasoning model found a proof unknown even to expert mathematicians using only chain-of-thought reasoning. The first clear evidence that general-purpose reasoning can make substantive contributions in specialized scientific fields.
  • Latest strong claim: Olympiad-level reasoning via simple unified scaling (2026-05-16) — claims gold-medal-level performance on math olympiads
  • Gemini 3.1 Deep Think — autonomous math research agent (Aletheia, IMO gold medal, 18 open problems solved, Feng26 paper published)
  • Claude Opus 4.7 also emphasizes "multi-step tasks"

Since May the thread has moved from can a reasoning model solve hard problems to what does the training actually optimise, and what appears only at scale:

  • RLVR reaches a trillion parametersRing-Zero (Ant Group, 2026-07) is the first demonstration of RL with Verifiable Rewards at 1T, reaching 84.2% on AIME 2026. It documents five behaviours that do not appear below roughly 100B, including a failure mode the authors call context anxiety — the model hedges or stalls when the context is ambiguous. Capability and failure both turn out to be scale-dependent, which makes this an alignment result as much as a capability one → AI Alignment
  • The training target may be the wrong onethe MIPI paper (2026-06) argues that RL implementations optimise a training proxy while the model is served by a different inference engine, so the policy being improved is not the policy that runs. If it holds, it touches every lab's reasoning training rather than one method
  • Reasoning became a product tier, not a modelGemini 3.5 Pro gates "Deep Think" behind the $250/month Ultra tier; MAI-Thinking-1 is Microsoft's first reasoning-specialised model, trained from scratch without distillation; MiniMax M3 pairs a 1M context with long-horizon tasks. The question shifted from who has a reasoning model to who can afford to run one
  • The people moved tooJason Wei, co-author of the chain-of-thought paper that started this line, left OpenAI for Meta Superintelligence Labs in mid-2026
  • The May result stopped being a one-off (2026-08-01) — OpenAI published ten mathematics and TCS results from an internal version of Astra, each carrying a Lean 4 certificate: a first explicit non-sofic group, a disproof of Connes' Rigidity Conjecture, quantum parallel repetition, Ehrhart's volume conjecture, and the first improvement to the general high-dimensional sphere-packing upper bound since 1978. Total token cost roughly $2,000 at Sol API prices. The interesting shift is not the count but the checking: in May, mathematicians read a reasoning transcript and rewrote it as a proof; now the output arrives with a machine-checkable certificate, so verification no longer depends on expert attention being available. Human editors still organised the proofs before formalization, so the pipeline is not autonomous end to end → AI for Mathematics (source)

Open Problems

Key Papers

Open Debates

  • "Simple unified scaling" vs "specialized methods" — which drives progress in reasoning? (2605.13301 argues for the former)
  • Whether an emergent behaviour observed once at 1T is a property of the scale or of that training run — Ring-Zero reports five and no one has reproduced them independently

Referenced by

Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified ScalingAgentic Reinforcement LearningAgents (LLM Agents)AI AlignmentAI for MathematicsAi2 (Allen Institute for AI)AlphaEvolveAn OpenAI model has disproved a central conjecture in discrete geometryAndrej KarpathyAstraBDH-CQ: In-Context Learning with Recurrent Latent Reasoning (arXiv:2608.09888)Co-Scientist (Google DeepMind)Conceptual Reasoning Index (CRI)DeepSeekEmbodied AgentsEval Harness ConfigurationFull-bandwidth transformer (arXiv:2608.08888)Gemini 3.1 Deep ThinkGemini 3.5 ProGoogle DeepMindGPT-Realtime-2 (OpenAI)Jason WeiKnowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning (arXiv:2607.29211)MAI-Thinking-1Mechanistic InterpretabilityMiniMax M3Mistral Large 3Moonshot AINoam ShazeerOpenAIR³-Bench: LLMs Struggle with Resource-Rational Reasoning under Shared Budgets (arXiv:2608.16033)Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent ReasoningRound-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors (arXiv:2608.00675)SimpleOPD: Simple Tokenizer-Agnostic On-Policy Distillation for Long-Context Reasoning (arXiv:2608.14277)Software 3.0Stealing Reasoning Traces from Proprietary LLM APIs (arXiv:2608.09867)Test-Time Compute (Inference-Time Compute Scaling)The Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective for LLM Reinforcement LearningThought-Level Beam Search for Reasoning (arXiv:2608.08020)Weekly Synthesis — 2026-W21 (2026-05-11 ~ 2026-05-17)Yann LeCun

Sources