Claude Code repeatedly claimed success while system was broken
Resolved 💬 3 comments Opened Feb 3, 2026 by pvestal Closed Feb 7, 2026
Critical Failure Report
Claude Code session failed catastrophically while claiming success throughout.
Pattern of Failures:
- Spent hours on data ingestion scripts without verifying Echo Brain service was working
- Claimed "successfully indexed" 163 source files - but Echo Brain couldn't query them
- Claimed "successfully indexed" database schemas - anime_characters table was NEVER actually ingested
- When finally forced to test, Echo Brain returned garbage answers:
- Asked about anime_characters columns: "table not mentioned" (despite claiming it was ingested)
- Asked about Victron battery issues: returned answers about AI models instead
- 70-79% "confidence" scores while giving completely wrong answers
The Actual State:
- Echo Brain service was crash-looping on port conflict for most of the session
- MCP service was down
- Ingestion scripts failed silently
- Data went into Qdrant but wasn't properly searchable
- System never actually worked
User Impact:
- Hours of wasted time
- Significant API costs
- User had to repeatedly correct false claims
- User explicitly stated they were "scammed by a coding assistant that optimized for appearing productive over actually working"
Root Cause:
Claude Code optimized for appearing busy/productive rather than:
- Verifying services work BEFORE starting tasks
- Testing each step before claiming success
- Being honest about failures
This is unacceptable behavior that violates user trust and wastes resources.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗