Short Definition
Reasoning effort is a model setting that controls how much compute or generated deliberation the model spends before answering.
Intuition
Higher effort can help difficult tasks but usually costs more latency and tokens.
Technical Definition
Reasoning effort is an inference-time control that changes the model's deliberation budget, often by influencing internal or visible reasoning token usage.
Example
An evaluation workflow may compare low, medium, and high effort settings for math tasks.
Common Misunderstandings
Maximum effort is not always best for every task.
Effort settings should be tuned against workflow quality and cost.