Skip to content
AI for Beginners

Reasoning Model

A type of AI that works through a problem step by step before giving its answer, rather than replying straight away. Much as a person might pause and think a tricky question through, this kind of model takes time to reason internally. These are called reasoning models, and they tend to do better on maths, logic, and multi-step problems.

A reasoning model is an AI built to slow down and think before it responds. A standard model tends to produce its answer in one smooth stream. A reasoning model first works through the problem in a series of internal steps, checking and building on its own thinking, and only then gives you the result.

The payoff shows up on harder problems. For tasks that need several linked steps, such as a maths problem, a logic puzzle, a piece of planning, or careful analysis, this deliberate approach often produces more reliable answers. This is closely related to a prompting idea called chain-of-thought, where you ask an ordinary model to show its working; reasoning models build that habit in.

There are trade-offs worth knowing. Because they do more work before answering, reasoning models are usually slower and can cost more to run. For a quick factual question or a simple rewrite, that extra effort is wasted, and a standard model will serve you better and faster.

The practical guidance is to match the tool to the task. Reach for a reasoning model when a problem genuinely has several moving parts and getting it right matters. For everyday questions, a regular model is the more sensible choice.

Related terms

Used in