Using Reasoning Models Well

The habits that made you good at prompting standard models can actively hurt you with reasoning models. "Let's think step by step" is redundant — even counterproductive — when the model already thinks natively. Few-shot examples can constrain reasoning that's better left free. The shift from standard to reasoning models isn't just picking a different model; it's unlearning some prompting reflexes and learning where deep thinking actually earns its cost.

Reasoning models behave differently enough that using them well requires different practices. This post is the practical one: how prompting changes for reasoning models, when to reach for one versus a standard model, how they fit into agentic and tool-using systems, and the pitfalls to avoid. It translates the series’ concepts into day-to-day guidance for building with these models.

Prompting is different

The biggest surprise for people coming from standard models: the prompting techniques you learned can be unnecessary or counterproductive with reasoning models.

The through-line: reasoning models want a clear problem, not a reasoning recipe. The prompting shift is from “guide the model’s thinking” (needed for standard models) to “state the problem well and get out of the way” (better for reasoning models). Unlearning the step-by-step reflex is one of the most common adjustments.

When to use a reasoning model

Reasoning models aren’t a universal upgrade — they’re the right tool for a subset of problems, and using them everywhere wastes cost and latency (the economics post). The decision:

The judgment is the same as the economics dial: match the tool to the problem’s difficulty and stakes. A good default is to start with a standard model and escalate to reasoning when the problem is hard enough to warrant it — rather than defaulting to reasoning and paying its cost on everything.

Reasoning models in agents and tool use

Reasoning models are especially valuable in agentic systems — where a model plans, uses tools, and executes multi-step tasks — because those tasks are exactly the multi-step reasoning reasoning models are good at:

So reasoning models and agents are complementary: agents need multi-step reasoning, and reasoning models provide it. But the economics compound in loops, so deploy reasoning selectively within an agent — deep thinking for the hard decisions, cheaper models for the routine.

Pitfalls and practices

A grab-bag of practical guidance for building with reasoning models well:

Using reasoning models well means unlearning some standard-model prompting habits (don’t over-prompt or force step-by-step), matching the model to the problem (reasoning for hard multi-step work, standard models for simple/fast tasks, routing between them), leveraging them in agentic planning while watching loop costs, and remembering that reasoning improves but doesn’t guarantee correctness. The final post covers the limits and frontier — what reasoning models still can’t do, and where the field is heading.

Key takeaways

Further reading

Sources & References