← Reddit

Switching effort in the same session

Reddit · ilzut · June 3, 2026
A Claude Code user discovered that effort levels can be switched within the same session, which would enable planning at higher effort before implementation at lower effort when appropriate. The same user also found that models can be switched mid-session, though Claude could identify which model was active but could not verify the effort setting.

Detailed Analysis

A user experimenting with Claude Code through the web UI has raised a practical question about whether effort-level settings can be dynamically adjusted within a single session, and whether such changes have any meaningful effect on model behavior. The post, shared on the r/ClaudeAI subreddit, describes the observation that both effort level and model selection appear to be switchable mid-session — a capability the user found potentially valuable for workflow optimization, particularly for performing high-effort planning tasks followed by lower-effort implementation steps within the same conversation thread.

The practical implication of this feature, if functional as observed, would be significant for users managing compute costs and latency. Claude Code's effort settings are generally understood to influence the depth of reasoning and extended thinking the model applies to a given prompt. Higher effort modes engage more thorough, deliberative processing — analogous to what Anthropic has described in its extended thinking architecture — while lower effort modes prioritize speed and efficiency. If these settings genuinely reconfigure mid-session, users could strategically allocate cognitive resources, reserving intensive processing for architectural or planning prompts and dialing back for routine code generation or boilerplate tasks.

The user also noted an asymmetry in what Claude itself can report: it was able to identify which model it was running on when asked directly, but could not verify or confirm the active effort setting. This is consistent with how large language models generally have access to certain runtime metadata — such as model version identifiers passed through system prompts or context — but may lack introspective access to lower-level inference configuration parameters like sampling strategies or compute budgets that are set at the infrastructure level rather than within the conversation context.

This interaction touches on a broader challenge in AI product design around transparency and user control. As Anthropic and other AI developers build increasingly configurable interfaces, users naturally seek to understand which controls are cosmetic versus substantively affecting model behavior. The uncertainty expressed in this post reflects a common experience across the industry, where UI affordances sometimes outpace clear documentation of their underlying effects. Claude Code in particular, as a developer-focused tool, attracts users with sophisticated mental models of system behavior who are more likely to probe these distinctions than typical end users.

The question of mid-session configurability also connects to broader trends around agentic AI workflows, where long-running sessions increasingly require adaptive resource allocation. As Claude and competing models are deployed in more complex, multi-step agentic tasks, the ability to modulate effort dynamically — rather than committing to a single configuration at session start — becomes a meaningful engineering concern. Whether Anthropic has implemented this capability as a true runtime switch or as a session-restart-equivalent under the hood remains unclear from the available information, but the user's observation suggests the web UI at minimum presents the affordance, making formal documentation of its actual behavior a reasonable product expectation.

Read original article →