← Reddit

20~ day claude user: i am confused

Reddit · TomerBrosh · August 8, 2026
A user working with Claude Opus 4.8 found it slow but useful for developing a website, then upgraded to Opus 5 which provided faster results but demonstrated inefficient behaviors requiring costly API usage. The user created a custom plugin with over 720 behavioral rules to manage these issues, spending more than $365 in API costs while the system self-corrected approximately 75 percent of the problems. The user expressed frustration about needing extensive manual configuration instead of receiving better default behavior and questioned when Opus 5.1 would be released.

Detailed Analysis

A Reddit post from a self-described "20-day Claude user" captures a familiar arc in the experience of power users adopting Claude Code for serious, long-running projects. The user describes starting with Opus 4.8 in a slow but reliable mode, gradually building out a multi-repo architecture with a "boss-employee" relationship between coordinating agents. The transition to Opus 5 brought a jarring shift in behavior: the model began producing fast "results" before adequate reasoning, which initially read as improved performance but actually introduced enough erratic behavior that the user built a custom plugin with over 720 gates to block specific words, behaviors, and wasteful tool usage. This is a striking illustration of how subjective "speed" and "output volume" can be mistaken for quality, only for users to discover downstream costs in reliability and control.

The financial dimension of the post is notable and speaks to a broader pain point in the Claude Code ecosystem: escalating usage costs tied to increasingly agentic, multi-session workflows. The user describes burning through $20, then $100, then $200 in rate-limited spending, and ultimately paying an extra $45 just to keep working through the weekend. This reflects how running coordinated multi-agent sessions — where Claude spins up sub-sessions, assigns them roles, and lets them coordinate tasks within the same git repository — can multiply token consumption far beyond what a single-agent workflow would cost. For developers building on Claude Code's agentic capabilities, this cost unpredictability is a recurring theme in community discussions, especially as Anthropic pushes toward more autonomous, delegatable agent behavior.

The core frustration articulated here — needing extensive manual guardrails, gates, and "checklists/behavior fixes" to keep an agentic model on task — points to a broader industry challenge: the gap between raw model capability and dependable, production-ready agentic behavior. Building hundreds of custom gates to catch "dumb behavior" is effectively hand-rolled alignment and reliability engineering performed by an end user rather than the model provider. This is not unique to Anthropic; similar patterns have emerged around other frontier agentic coding tools, where speed and eagerness to produce output can come at the expense of judgment, verification, and restraint. The user's observation that Opus 5 is fast at generating "results" but not necessarily fast at correct or well-reasoned results echoes a common critique of RLHF-tuned models that are optimized to appear responsive and helpful, sometimes at the cost of deliberation.

Finally, the post's closing plea — "WHEN ARE WE GETTING OPUS 5.1?" — reflects a broader expectation among power users that incremental model updates should meaningfully address behavioral quirks rather than requiring users to build increasingly elaborate external scaffolding. The claim that a homemade plugin already fixes "75% of the things the comments here complain about" suggests a community that has identified common, reproducible failure modes in Claude's agentic tooling, yet is left to solve them independently rather than through official patches. This dynamic — power users doing informal QA and building unofficial tooling to compensate for model instability — is emblematic of the current moment in AI-assisted software development, where the pace of capability releases often outstrips the maturity of the tooling, cost controls, and behavioral consistency needed to make those capabilities dependable for everyday, budget-conscious use.

Read original article →