OPEN_SOURCE ↗
YT · YOUTUBE// 3h agoNEWS
Claude Code HERMES.md Bug Bills Extra Usage
A Better Stack video says Claude Code can misroute subscription traffic into API-style extra usage billing when HERMES.md appears in prompt text or recent git history. If true, it’s a brittle billing-router bug that turns an ordinary context string into a surprise charge.
// ANALYSIS
This is the kind of billing bug that destroys trust faster than it costs money: users expect prompt content to affect model behavior, not whether they get billed on a subscription or metered API basis.
- –The reported trigger is alarming because `HERMES.md` is a normal convention in agent workflows, not a malicious payload.
- –The failure mode is especially bad because users see “out of extra usage” even when subscription headroom remains, which makes diagnosis and support loops painful.
- –Anthropic’s Claude Code docs already expose `CLAUDE.md`, memory files, and cost tracking, so this points to fragile server-side routing around context ingestion.
- –If you run Claude Code with Hermes-style project conventions, it’s worth auditing recent commits and prompt/context files until Anthropic clarifies the bug.
// TAGS
claude-codecliai-codingdevtoolpricing
DISCOVERED
3h ago
2026-04-27
PUBLISHED
3h ago
2026-04-27
RELEVANCE
8/ 10
AUTHOR
Better Stack