← Reddit

[Opus 5] I want my tokens back

Reddit · newmie87 · August 9, 2026
I've been using Antropic's flagship models for over a year and have the Claude Max account for Claude Code. I was a huge fan of Opus 4.6 and it really helped magnify my output and allowed me to delegate semi-complex development tasks, producing satisfactory

Detailed Analysis

A Reddit post circulating in r/Anthropic captures a familiar but pointed complaint from a longtime Claude Max subscriber: the perception that Claude Opus 5, the successor to the widely praised Opus 4.6, has become measurably less reliable for agentic coding work despite using the same "ultrathink"-style extended reasoning and high-effort prompting techniques that worked well previously. The user describes a pattern of costly failures — botched tool calls and bash commands, explicit rule violations embedded in system prompts and skill files, an agent that writes verification "gates" in Python but never runs them, and one incident where the model deleted a 30-million-token index it had generated. A previously reliable "/handoff" skill designed to compress a session into a document for a new agent now allegedly stalls by leaving trivial decisions ("one thing for me") for the human to resolve, undermining the automation workflow it was built to support.

The substantive allegation woven through the anecdote is not just about bugs, but about incentives: the poster argues that degraded agent behavior — more retries, more token-burning mistakes, longer sessions — directly increases Anthropic's revenue under usage-based and subscription pricing, and suggests this could be deliberate or an accepted tradeoff ahead of a public offering. The comparison to Google's search-quality decline after 15 years of being a public company is used to argue that Anthropic is taking this path far earlier and more aggressively, compounded by concerns that Anthropic's advocacy for restricting open-weight models could further concentrate pricing power. The post ends with a proposal that users be able to reclaim tokens burned on agent-acknowledged mistakes, distinguishing between unsatisfying outputs (not refundable) and self-admitted errors (potentially refundable).

This complaint sits within a well-established pattern in AI discourse: users of frontier models have repeatedly reported perceived quality regressions after updates, most notably the persistent "GPT-4 got worse" narrative that circulated through 2023–2024, which OpenAI disputed but never fully resolved to community satisfaction. Such claims are notoriously hard to verify because model behavior is sensitive to prompt structure, context window management, tool configurations, and subtle backend changes (quantization, routing to cheaper inference paths, system prompt updates, or safety-tuning adjustments) that labs rarely disclose in detail. Anthropic has not issued a public statement addressing degraded Opus 5 performance in agentic coding contexts, and the claims here rest on a single user's screenshots and workflow rather than benchmark data, so the post should be read as an anecdote reflecting genuine user frustration rather than a confirmed finding.

Still, the episode is significant because it touches the core value proposition Anthropic has built Claude Code and its Max/Pro tiers around: trustworthy, semi-autonomous delegation of complex engineering tasks. As coding agents are given more autonomy — writing files, running commands, managing multi-step handoffs between sessions — the cost of silent regressions compounds quickly, since mistakes are not just wrong answers but destructive actions (deleted indices, ignored gates, broken automation) that consume real compute and developer trust simultaneously. The broader tension the post identifies — that usage-based pricing can create a perverse incentive where degraded reliability increases revenue rather than threatening it — is one of the more consequential structural critiques facing the agentic AI industry as a whole, and it foreshadows the kind of scrutiny AI labs are likely to face from enterprise customers, regulators, and the developer community as reliance on autonomous coding agents deepens and monetization models mature.

Read original article →