Lesson 84 of 1455
Reasoning effort — when to pay for deeper thinking
Reasoning effort trades latency and tokens for better answers on hard problems. Here is when that trade is worth it. In the current GPT-5 family, that choice usually shows up as model selection plus a reasoning effort setting.
Builders · Model Families · ~17 min read
The o-series lesson still matters
Older o-series models taught developers the pattern: spend more inference compute when the answer is hard enough to justify it. In the current GPT-5 family, that choice usually shows up as model selection plus a reasoning effort setting. Higher effort can improve math, code, planning, and logic, but it also adds latency and output tokens.
Pay for deeper reasoning when
- You have a hard, discrete problem with a verifiable answer
- Latency budget is in minutes, not seconds
- A single good answer saves a human 30+ minutes
- Proofs, plans, derivations, or multi-file code changes are the work
Skip it when
- Chat that needs snappy turns
- Simple retrieval or rewriting
- Creative writing where voice matters more than proof
- Tasks GPT-5.4 mini already solves reliably
Compare the options
| Task | GPT-5.4 mini low effort | GPT-5.5 high effort |
|---|---|---|
| Routine summarization | Excellent | Overkill |
| Competition math | Useful but uneven | Much stronger |
| Refactor a complex module | Decent | Excellent |
| Latency | seconds | longer seconds or minutes |
| Cost per call | $ | $$$ |
Reasoning effort is a budget dial. Treat high and xhigh as deliberate choices, not defaults.
response = client.responses.create( model="gpt-5.5", reasoning={"effort": "high"}, input=hard_problem, )Key terms in this lesson
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Builders · 25 min
GPT-5.5 vs. GPT-5.4 mini — when to pay for the flagship
GPT-5.5 is the hard-problem default; GPT-5.4 mini is the cost-sensitive workhorse. Learn when quality is worth the extra latency and tokens.
Builders · 30 min
GPT-5.5 vs. Claude Opus 4.7 — which chatbot wins your day
Two frontier models, same subscription price, very different personalities. Pick by vibe, not by benchmark — here is how to figure out which one clicks for you.
Builders · 25 min
Claude Opus 4.7 vs. Sonnet 4.6 — which Claude to pick
Opus is the flagship, Sonnet is the workhorse. Here is the five-minute decision tree for when to pay 2x more for Opus and when Sonnet handles it.
