Skip to content
Cortexa ConsultingCortexa Consulting
Cortexa Ground Truth
Explainer5 min readBy Joe Coffman
0:00 / 5:21

Tip: once it’s playing, tap any line to jump the audio there.

Reasoning models show their work.

A reasoning model works the problem out before answering. That thinking costs time and tokens: worth it on genuinely hard tasks, wasted on easy ones.


“Should we put this on one of the new thinking models?” It comes up on nearly every Artificial Intelligence (AI) build now. A reasoning model works a problem out before it answers, the way a careful person scribbles on scratch paper instead of blurting the first thing that comes to mind. That extra step is real, and it earns its keep on genuinely hard problems. On easy ones it mostly just runs up the bill.

What does a reasoning model do differently?

A standard model answers in one pass. It predicts the reply straight through, left to right, closer to autocomplete with a diploma than to a deliberate thinker. A reasoning model puts a step in front of that answer. OpenAI says its models use internal reasoning tokens before producing a response1, which lets them inspect alternatives, recover from ambiguity, and solve harder multi-step tasks1. Google describes the same move: with a thinking model, Gemini reasons internally before responding2. None of this is new. A 2022 paper found that writing out a series of intermediate reasoning steps3 (a chain of thought) significantly improves the ability of large language models to perform complex reasoning3, and that these abilities emerge naturally in sufficiently large language models3.

A plain model answers in one pass. A reasoning model works through the middle steps first, on scratch paper you never see and still pay for.

How does a reasoning model reach an answer?

One pass through a reasoning model

What's Real?

The “so what” for anyone serving tech clients

  • Match the model to the step, and price it that way. Reserve reasoning for the genuinely hard, high-stakes work: the thorny analysis, the tricky bit of code, the plan a person will act on. Run the routine steps on a plain, faster, cheaper model. Because the hidden thinking is billed as output1 and priced in tokens5, quoting “put it all on the thinking model” can quietly multiply a client's bill for output nobody reads.
  • When a client asks for “explainable AI,” be precise about what the reasoning trace is. It looks like an audit trail, and it demos beautifully, but the model's own account of its steps is not guaranteed to be faithful7. When correctness has to be provable, the proof is a test you run, the kind the evals brief describes8, not the story the model narrates about itself.

Next Reads