GLOSSARY

Reasoning Model

DEFINITION

A large language model explicitly trained to perform multi-step logical reasoning before producing a final answer, improving accuracy on complex tasks.

A reasoning model is a class of large language model that generates an internal chain of thought — sometimes called a "scratchpad" — before delivering its final response. Rather than producing an answer in one pass, the model works through sub-problems step by step, checking its own logic along the way.

This approach dramatically improves performance on tasks that require multi-step math, logical deduction, code generation, and scientific reasoning. OpenAI's o-series models and Anthropic's extended thinking mode are prominent examples. Reasoning models typically trade higher latency and token cost for significantly better accuracy on hard problems.

In enterprise AI deployments, reasoning models are preferred for tasks like financial analysis, legal document review, and complex workflow planning where correctness outweighs speed.

Related Terms

Stay in the loop

Weekly AI tool reviews, news digests, and how-to guides.

Join 12,000+ builders