Blog

Claude Extended Thinking: When It Pays and When It Doesn't

August 2026 · 4 min read · Technical

Illustration of a circle with an arc representing extended reasoning
← Back to all posts

Extended thinking gives Claude more room to reason through a problem step by step before answering, and the honest trade-off is straightforward: better results on genuinely hard problems, at the cost of more time and more tokens spent on problems that didn't need the extra reasoning in the first place.

Where it clearly pays off

It's also worth noting that extended thinking doesn't fix a poorly specified prompt. If the underlying question is ambiguous or missing key context, more reasoning time just produces a more thoroughly reasoned wrong answer, not a right one. Fixing the prompt itself usually matters more than choosing which reasoning mode to run it through.

The teams that get the most value from extended thinking tend to be the ones with a genuinely mixed workload, some tasks that need it, plenty that don't, rather than businesses running one uniform kind of request where the answer is usually obvious either way from the start.

Multi-step logical problems, anything involving careful arithmetic across several dependent steps, complex code debugging where the root cause isn't obvious from the symptom, and any task where a wrong first instinct is a real risk, these are where extended thinking earns its cost. The model working through its reasoning explicitly, checking its own steps, catches errors that a fast, single-pass answer would have missed.

  • Good fit: multi-step logic, complex debugging, careful sequential calculations

  • Poor fit: simple factual lookups, straightforward formatting or rewriting tasks

  • Cost and latency both increase meaningfully when extended thinking is engaged

  • Test both modes on your actual task type before defaulting to either one

Where it's wasted

Simple factual questions, straightforward rewrites, formatting tasks, anything where the answer doesn't actually require multi-step reasoning, gain little to nothing from extended thinking while still paying the latency and cost penalty. Running every request through extended thinking by default, regardless of complexity, is the single most common way teams overspend on this feature without noticing, because the cost creeps up gradually rather than showing up as one obvious mistake.

A worked cost comparison

A Sydney fintech team running a mix of simple lookups and genuinely complex reconciliation logic through the same pipeline found that defaulting everything to extended thinking cost roughly $1,100 a month more than necessary once they measured it properly, almost entirely from simple lookups that never needed the extra reasoning depth. Splitting the pipeline so only the genuinely complex reconciliation tasks used extended thinking cut that overspend without any measurable drop in quality on the simple tasks.

A practical decision rule

Before defaulting to extended thinking on a new task type, ask whether the task genuinely involves multiple dependent reasoning steps where an early mistake would compound, or whether it's closer to a single-step lookup or transformation. When in doubt on a new, unfamiliar task, test both modes against a handful of real examples and compare the actual output quality, rather than assuming more reasoning is always better or always unnecessary.

How to actually run the test

Pull ten to twenty real examples of a task type, run half through standard mode and half through extended thinking, and compare both the output quality and the cost per request. This doesn't need to be a formal experiment with statistical rigour, just enough of a sample to see whether extended thinking is producing a meaningfully different, better result or whether it's spending extra time and money to arrive at the same answer a faster pass would have given.

Repeat this check periodically as task types evolve, since a task that was simple last year can grow more complex as a business scales, and the calibration that was right initially may need revisiting rather than treated as permanently settled.

Getting this split right once, for each distinct task type your business runs regularly, is a one-time calibration exercise that keeps paying off on every subsequent request of that type.

The two together

A well-specified prompt run through the right reasoning mode for its complexity gets the best result at the lowest sustainable cost. Get either half wrong, a vague prompt or the wrong mode, and the other half can't fully compensate. Treat both as part of the same calibration exercise rather than solving one and assuming the other doesn't matter.

For most Australian businesses running Claude across a mix of task types, this calibration is a one-off half-day exercise per task category, and it's worth doing before assuming either mode by default.

That mix is common in Australian professional services and finance teams handling everything from quick client queries to genuinely complex reconciliation work in the same day, which makes the calibration exercise worth the half day it takes.

Ready to move from AI pilot to production?

We help mid-market Australian businesses deploy AI automations that actually reach production and deliver measurable ROI.