How Reasoning Models Think (The Hidden Process)
You ask: "What's 15% of 2,847?"
Standard Model (GPT-5): "427.05"
(instant, but doesn't show work)
Reasoning Model (GPT-5-Thinking):
<thinking>
Need to calculate 15% of 2,847
15% = 0.15
Breaking down: 2,847 × 0.15
= 2,847 × 0.1 + 2,847 × 0.05
= 284.7 + 142.35
= 427.05
</thinking>
The answer is 427.05
Key difference: Reasoning models show their "chain of thought" - they think through the problem step-by-step before answering. This improves their accuracy!