ChatGPT Reasoning Effort Slider Explained: A New Feature for Customizing AI Thinking Depth

OpenAI's new reasoning effort slider lets ChatGPT users manually balance thinking depth against response speed.
OpenAI has introduced a reasoning effort slider for ChatGPT Plus and Pro subscribers, allowing users to manually control how deeply the model thinks before responding. This feature enables flexible trade-offs between response speed and answer quality, reflecting a broader industry shift toward giving users more control over AI behavior and computational resource allocation.
OpenAI Launches Reasoning Effort Adjustment Feature
OpenAI has recently rolled out a new feature for ChatGPT Plus and Pro subscribers: a slider that adjusts the model's "reasoning effort." This means users can now manually control how much "thinking" ChatGPT invests in generating each response, allowing for more flexible trade-offs between response speed and answer quality.
According to OpenAI's official statement on social media, the core goal of this change is to "make things simpler to use" and is a direct result of the team "listening to user feedback." This messaging reveals an important signal: as reasoning models become more widespread, users are demanding greater control over model behavior.



Why ChatGPT Needs a Reasoning Effort Slider
The Double-Edged Sword of Reasoning Models
Since OpenAI introduced its o1, o3, and other reasoning-series models, "deep thinking" capabilities have become a new competitive focus for large language models. These models perform internal multi-step reasoning (chain-of-thought) before answering, significantly improving performance on complex tasks like mathematics, programming, and logical reasoning.
Chain-of-thought reasoning is a technical paradigm that allows large language models to generate intermediate reasoning steps before producing a final answer. In 2022, a Google research team was the first to systematically demonstrate that by including step-by-step reasoning examples in prompts, model performance on arithmetic, commonsense reasoning, and symbolic manipulation tasks could be dramatically improved. OpenAI's o1 series models internalized this approach into model training, enabling the model to autonomously perform multi-step reasoning rather than simple pattern-matching outputs. The computational overhead of this method primarily comes from generating additional reasoning tokens—each intermediate thinking step requires the model to perform forward propagation calculations, and the more reasoning steps there are, the greater the GPU computation time and memory usage.
OpenAI's reasoning model series began with the o1-preview released in September 2024, followed by o1-mini (a faster, lighter version) and o3 (a more powerful iteration). The core difference between these models and the GPT-4 series is that GPT-4 tends to generate answers in a single pass, while the o-series models conduct an internal "thinking" process that can last tens of seconds, exploring multiple reasoning paths before delivering a final answer. This design demonstrates significant advantages in benchmark tests for math competitions, code generation, and scientific reasoning—for example, o1 achieves over 80% accuracy on International Mathematical Olympiad-level problems, far exceeding GPT-4's approximately 13%. However, the trade-off is that response latency can increase from a few seconds to tens of seconds or even several minutes.
However, deep reasoning doesn't come without costs. More reasoning steps mean longer wait times and higher computational costs. For simple questions like "What's the weather today?", deploying a full reasoning chain is clearly overkill—wasting computing power and degrading the user experience.
From Automatic Decision-Making to User-Led Control
Previously, the system would automatically determine how many reasoning resources to allocate, leaving users with no direct means of intervention. The new slider hands this decision back to users:
- Lower reasoning effort: Get instant feedback quickly, ideal for everyday conversations and simple queries
- Higher reasoning effort: Let the model think more thoroughly, suitable for complex analytical tasks
This design is essentially a form of "making resource allocation explicit"—transforming the trade-off logic that was previously hidden within the system into a perceivable, operable interface element for users.
Practical Impact of Reasoning Effort Adjustment on User Experience
Flexible Balance Between Efficiency and Quality
For Plus and Pro users, the most direct value this feature provides is a sense of control. In everyday Q&A scenarios, lowering the intensity delivers a smoother conversational rhythm; when tackling high-value tasks like debugging code, data analysis, or academic problems, raising the intensity yields more rigorous and reliable outputs.
This flexibility is particularly well-suited to professional workflows. Developers, researchers, and content creators often need to switch frequently between different tasks, and an adjustable reasoning effort allows them to dynamically optimize interaction efficiency based on task requirements.
Implicit Guidance Toward Computational Cost Awareness
You might not have noticed, but giving users the choice over reasoning effort also provides them with a more intuitive understanding of computational costs. When users actively select "high-intensity reasoning," they're also implicitly understanding that better answers require more computational investment. This helps cultivate more mature AI usage habits.
In the operation of large language models, computational costs are primarily determined by the GPU power consumed during inference, typically measured in "tokens." Each token corresponds to roughly one English word or a few Chinese characters. What makes reasoning models special is that they generate a large number of "hidden tokens" (internal thinking processes invisible to users), which consume computing power just the same. According to industry estimates, the computational cost of a single high-intensity reasoning request can be 5-10 times that of a standard request. This is why OpenAI has limited reasoning effort adjustment to Plus ($20/month) and Pro ($200/month) paid users—their subscription fees can cover the higher computational overhead.
Industry Trends in AI Product Design
Controllability as a New Dimension of Product Competition
As model capabilities across major vendors increasingly converge, product-level differentiation is becoming ever more important. The launch of the reasoning effort slider reflects a shift in AI product design from "pursuing capability ceilings" to "optimizing the usage experience."
How to present powerful model capabilities to users in a friendlier, more controllable manner is becoming a key indicator of product maturity. Competitors like Google and Anthropic are exploring similar approaches in their own products, such as offering different "thinking modes" or response preference settings.
In the field of AI product controllability, major vendors have taken different technical approaches. Anthropic's Claude offers an "Extended Thinking" mode, allowing users to decide whether to enable deep reasoning; Google's Gemini differentiates between speed and quality trade-offs through different model versions (such as Flash and Pro). Microsoft's Copilot has also begun introducing response mode options like "Creative/Balanced/Precise." These designs collectively reflect a cognitive shift in the industry: while the "ceiling" of model capabilities is certainly important, how to enable users to efficiently invoke the appropriate level of capability in daily use is what ultimately determines product retention and user satisfaction. This also echoes the "user sense of control" principle long advocated in the field of Human-Computer Interaction (HCI).
Product Iteration Based on User Feedback
OpenAI specifically emphasized "we're listening to your feedback" in its announcement, and this isn't empty PR rhetoric. From the early model selector controversy to today's fine-grained reasoning effort control, we can see OpenAI continuously adjusting its product form based on actual user needs.
For a product with hundreds of millions of users, striking a balance between simplifying the interface and retaining advanced features remains a constant challenge. The introduction of the reasoning effort slider is a microcosm of this ongoing balancing act.
Summary
Although the reasoning effort slider may seem like a minor feature update, it reflects an important direction in AI product evolution: moving from pursuing raw capability toward more refined user experience design. By handing the allocation of reasoning resources over to users, OpenAI has enabled ChatGPT to achieve a more flexible balance between efficiency and quality.
For Plus and Pro subscribers, this means greater control and more efficient workflows. For the industry as a whole, it signals that model "controllability" is becoming an important battleground in future product competition.
Related articles

How to Interview Engineers in the AI Era: Practical Insights on Restructuring the Interview Process
When AI coding tools render traditional algorithm interviews ineffective, how should teams restructure? Insights from a year of practice on evaluating systems thinking, problem decomposition, and human-AI collaboration.

AI Agent Observability: A New Paradigm for Production Debugging and Hallucination Governance
Deep dive into AI Agent observability tools for production debugging and hallucination governance, covering full-chain tracing, semantic evaluation, and continuous improvement strategies.

How Theoretical Physicists Can Efficiently Get Started with Machine Learning: Optimal Paths and Resource Guide
A systematic guide for theoretical physicists transitioning to ML, covering math advantages, a three-stage learning path, classic textbooks, and physics-ML cross-disciplinary research directions.