← Reddit

There is Max Effort now

Reddit · hibzy7 · April 14, 2026

Detailed Analysis

Anthropic's introduction of a "max effort" parameter for Claude Opus 4.6 represents a meaningful expansion of developer control over the model's reasoning depth and computational investment. The feature, surfaced in a Reddit post on r/ClaudeAI, reflects growing community awareness of a tiered effort system now embedded in Anthropic's API — spanning levels from low through medium, high, and the newly available "max" — each calibrating how many tokens the model dedicates to internal reasoning before producing a response. The "max" tier is exclusive to Claude Opus 4.6 and is designed explicitly for the most demanding tasks: complex multi-step research, hard reasoning problems, and agentic workflows where thoroughness outweighs speed or cost concerns.

The technical implementation is straightforward but consequential. Developers invoke the setting via the `output_config` field in API calls, specifying `"effort": "max"` alongside the model identifier `claude-opus-4-6`. According to Anthropic's documentation, this level can consume up to ten times more tokens than the "low" effort setting — a dramatic difference in computational cost that nonetheless unlocks meaningfully stronger performance on benchmarks. Opus 4.6 at high or max effort scores 62.7% on MCP Atlas, leads Terminal-Bench 2.0 for agentic coding, and tops Humanity's Last Exam, establishing it as Anthropic's most capable publicly available model across rigorous evaluative dimensions. These gains build on Claude Opus 4.5, released in November 2025, which introduced the initial effort control preview before Opus 4.6 added adaptive thinking and context compaction for sustained long-horizon tasks.

The broader significance of this feature lies in what it signals about how frontier AI labs are rethinking the interface between capability and resource allocation. Rather than presenting a single fixed performance ceiling, Anthropic is offering users a dial — a spectrum of intelligence-speed-cost tradeoffs that can be tuned per task. This approach mirrors patterns seen in cloud computing, where on-demand resource provisioning replaced static infrastructure, and suggests that AI inference is maturing toward similar economic architectures. The availability of "max" effort through both direct API access and subscription tiers (such as the Max 5x plan at $100/month) also indicates Anthropic is deliberately segmenting its market between enterprise developers building high-stakes agentic pipelines and individual power users who want occasional access to maximum model capability.

Safety considerations accompany the performance improvements. Anthropic reports that Opus 4.6 at max effort maintains misalignment rates comparable to Opus 4.5, while simultaneously reducing over-refusals — a balance that has historically been difficult to strike as models are pushed toward stronger reasoning. The dynamic token caps introduced during peak hours to manage capacity suggest Anthropic is also carefully managing infrastructure strain, a necessary constraint given that max effort workloads are inherently more resource-intensive. As agentic use cases proliferate — Claude Code being the most prominent current example — the ability to selectively invoke maximum reasoning power becomes less a novelty and more a foundational tool for developers building systems that must reliably handle edge cases and complex dependencies without human intervention.

Read original article →