Claude Opus 4.6's effort=low parameter differs from other providers' low-reasoning modes

Claude Opus 4.6's effort parameter behaves differently than similar settings from other AI providers. While OpenAI's reasoning.effort=low and Gemini's thinking_level=low primarily control reasoning depth, Anthropic's effort=low parameter controls general behavioral effort.
Key differences in behavior
When set to effort=low, Claude Opus 4.6 exhibited several specific behaviors that differed from expectations:
- Made fewer tool calls than expected
- Was less thorough in cross-referencing information
- Effectively ignored parts of system prompts instructing it how to do web research
- Agents returned confidently wrong answers because they stopped looking for information
These issues were resolved by bumping the parameter to effort=medium. The behavior is documented by Anthropic, confirming it's not a bug but an intentional design choice.
Practical implications
This means developers cannot treat Anthropic's effort parameter as a drop-in replacement for OpenAI's reasoning.effort or Gemini's thinking_level when working across multiple AI providers. The source material raises the question of whether reasoning and behavioral effort should be separate controls or bundled together as Anthropic has implemented.
The original post includes trace examples and full details available at https://everyrow.io/blog/claude-effort-parameter.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude-Code v2.1.88 Release: Flicker-Free Rendering, Permission Hooks, and Critical Fixes
Claude-Code v2.1.88 introduces a flicker-free rendering option via CLAUDE_CODE_NO_FLICKER=1, adds a PermissionDenied hook for auto mode retries, and fixes memory leaks, crashes, and rendering issues across Windows, macOS, and Linux terminals.

Reddit user explores why AI can't yet search satellite imagery for missing aircraft like MH370
A Reddit user asked Claude AI to search satellite and sonar databases to locate missing aircraft like MH370 and Amelia Earhart's plane. Claude responded that it lacks connections to those databases and computer vision tools for large-scale image scanning, though the user notes the necessary technology components already exist separately.

Chrome's Gemini Nano AI Model Consumes 4GB of Disk Space
Google Chrome automatically downloads a 4GB weights.bin file for the Gemini Nano on-device AI model, which may bloat storage without clear user notification. Disabling the On-Device AI toggle in settings removes the file and prevents re-download.

New AI Tutor Achieves 0.71-1.30 SD Effect Size in Dartmouth Course
A new AI tutor for a Dartmouth introductory CS course showed learning gains of 0.71 to 1.30 standard deviations compared to a control group.