← Reddit

Help with claude usage

Reddit · Jaded_Mushroom_5876 · August 9, 2026
A user who switched from Codex to Claude after encountering usage limits reported dissatisfaction with Claude's adherence to instructions specified in plans. The user indicated that Claude Opus, their primary model, fails to properly follow plan instructions and described it as "too lazy." They sought clarification on methods to ensure Claude follows all specified instructions accurately.

Detailed Analysis

This Reddit post surfaces a recurring pain point among developers who have migrated to Claude Code from competing tools like OpenAI's Codex: the gap between Claude's stated capabilities and its practical adherence to detailed, multi-step instructions. The original poster, a seven-month Codex veteran who switched primarily to escape usage caps on Codex's $200 tier, reports satisfaction with Claude's more generous rate limits but frustration that Opus—Anthropic's most capable model—frequently fails to execute plans as written. The complaint isn't about raw intelligence or usage economics; it's about reliability in following explicit, structured directives, a distinct and arguably more consequential failure mode for professional coding workflows.

This tension reflects a broader challenge in agentic coding tools: the difference between a model that can generate correct code when prompted directly versus one that can reliably execute a pre-defined plan across many steps without drifting, skipping items, or taking shortcuts. Users often describe this as models being "lazy," a colloquial term for behavior where an LLM produces partial implementations, stubs, or placeholder code instead of fully completing every specified task. This is a well-documented phenomenon across frontier models, including Claude, and has prompted the emergence of an entire ecosystem of workarounds: detailed system prompts, explicit checklists, breaking large plans into smaller sub-tasks, using tools like Claude's "plan mode," or leveraging CLAUDE.md configuration files to reinforce instruction-following behavior. The fact that a switch from Codex to Claude didn't resolve—and may have introduced—this specific frustration suggests that instruction fidelity in agentic contexts remains an unsolved problem industry-wide, not one unique to Anthropic's models.

The stakes here extend beyond individual user annoyance. As coding assistants increasingly operate in "agentic" modes—executing multi-file changes, running tests, and iterating autonomously—the reliability of plan execution becomes a core product differentiator, arguably more important than raw benchmark performance. Anthropic has invested heavily in positioning Claude Code as a tool for exactly this kind of extended, autonomous software engineering work, competing directly with Codex, Cursor, and other agentic coding products. A user base actively comparing usage limits, cost structures, and instruction-following behavior across these tools indicates the market has matured past simple "which model is smarter" comparisons into more nuanced evaluations of workflow reliability, cost-per-task, and operational trust.

More broadly, this thread is emblematic of a growing community-driven knowledge base around prompt engineering and agent orchestration techniques that has developed alongside these tools—often filling gaps left by official documentation. The request for peer advice on "how you ensure Claude actually follows every instruction" underscores that even sophisticated technical users still rely heavily on trial-and-error and crowd-sourced best practices to get consistent results from frontier AI coding agents, highlighting that prompt and workflow engineering remains as much a practical skill as model capability itself in determining real-world AI usefulness.

Read original article →