YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Claude Code bug burns $200 credits

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Claude Code bug burns $200 credits
OPEN LINK ↗
// 45d agoNEWS

Claude Code bug burns $200 credits

A GitHub issue reports that having `HERMES.md` in recent git commit messages makes Claude Code route requests to extra-usage billing instead of the included Max plan quota. The reporter says the bug silently consumed about $200 in credits while plan usage stayed low.

// ANALYSIS

This looks less like a one-off billing glitch and more like brittle server-side routing keyed off prompt content, which is the kind of failure that can turn an AI coding assistant into a surprise invoice generator.

  • The trigger is surprisingly specific: uppercase `HERMES.md` in commit history, not a file on disk, which points to hidden prompt parsing or classification logic
  • The impact is concrete and user-hostile: quota on the paid plan remains available while the system drains separate extra-usage credits
  • The reproduction is strong because it isolates the behavior with a minimal local git repo and a single commit message change
  • Even if the underlying bug is fixed, the error message is too generic to help users diagnose billing-path issues before money is spent
  • For AI tooling vendors, this is a reminder that prompt context, billing policy, and usage routing need explicit tests, not just model-side evals
// TAGS
claude-codecliai-codingagentpricing

DISCOVERED

45d ago

2026-04-29

PUBLISHED

45d ago

2026-04-29

RELEVANCE

8/ 10

AUTHOR

homebrewer