claude-code - 💡(How to fix) Fix Severe quality regression — paying customer burning tokens with zero results [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45105Fetched 2026-04-09 08:13:09
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
2
Timeline (top)
labeled ×4commented ×1cross-referenced ×1

Fix Action

Fix / Workaround

  1. Ignores its own memory/feedback. User's feedback memory says "wireframes before code, stop patching." Claude ignored this and patched live, breaking the app repeatedly.
RAW_BUFFERClick to expand / collapse

User Report — 2026-04-08

Paying Claude Code customer reporting significant quality decline over the past 2 weeks.

Issues

  1. Token waste without results. Claude reads files it doesn't need, asks questions it should answer itself, over-explains, and makes the user repeat themselves. Every wasted interaction costs real money.

  2. Regression in execution quality. Tasks that used to be handled cleanly (one-pass code changes, minimal back-and-forth) now take multiple attempts with broken intermediate states. In this session, Claude was asked to redesign a UI — it made 3 broken attempts, had to revert twice, and burned ~30 minutes of tokens before producing working code.

  3. Ignores its own memory/feedback. User's feedback memory says "wireframes before code, stop patching." Claude ignored this and patched live, breaking the app repeatedly.

  4. Asks questions instead of executing. CLAUDE.md explicitly says "Do not ask clarifying questions you can answer yourself." Claude continues to ask "Want me to do X?" instead of just doing it.

  5. Sanitizes failures instead of being honest. When asked to document mistakes, Claude writes diplomatic versions instead of the raw truth.

Impact

  • Hours of user time wasted across multiple sessions
  • Real money spent on token consumption with no delivered value
  • User considering switching to Gemini/Codex due to unreliability
  • Trust in the tool is severely damaged

Environment

  • Claude Code CLI (Opus 4.6, 1M context)
  • Project: Streamlit/Python sales CRM (~5500 line app.py)
  • User has detailed CLAUDE.md with explicit rules that are being ignored

Evidence

Full session transcript and failure log maintained in project's export.md file.

extent analysis

TL;DR

Review and update the CLAUDE.md file to ensure explicit rules are correctly defined and aligned with the user's expectations to potentially mitigate the issues with Claude Code's behavior.

Guidance

  • Verify that the CLAUDE.md file is correctly formatted and contains clear, concise rules that Claude Code can understand and follow.
  • Check the project's export.md file for patterns or common themes in the failures and adjust the CLAUDE.md rules accordingly.
  • Consider adding more specific examples or use cases to the CLAUDE.md file to help Claude Code better understand the user's expectations.
  • Review the Opus 4.6 documentation to ensure that the user is using the correct syntax and structure for the CLAUDE.md file.

Example

No code snippet is provided as the issue does not contain specific code-related problems, but rather issues with the tool's behavior and configuration.

Notes

The effectiveness of the suggested solution depends on the quality and clarity of the rules defined in the CLAUDE.md file. If the issues persist after updating the file, further investigation into the tool's configuration or the project's setup may be necessary.

Recommendation

Apply workaround: Update and refine the CLAUDE.md file to better align with the user's expectations and needs, as this is the most direct and non-invasive approach to potentially resolve the issues with Claude Code's behavior.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING