bunx ccusage Shows $18,450 in Credits Burned — Flat Plans Absorb the Cost

A Reddit user on r/ClaudeAI ran bunx ccusage monthly -s 20260501 --all and discovered they had burned $18,450.29 in credits during May — on a flat-rate subscription of €200/month for Claude Code plus €200/month for Codex (€400 total). The tool calculated 248M input tokens, 42M output tokens, and 21.7B total tokens when counting cache reads.
What bunx ccusage Shows
The command bunx ccusage@latest pulls actual usage data from Anthropic's API history. In this case, the user's side project — built in evenings, weekends, and early mornings — consumed far more than the subscription covers. They noted: "so on the actual usage side they're literally losing money on me I think."
Flat Plans vs. Pay-as-You-Go
The €200 Claude Code flat and €200 Codex flat plans are currently subsidized, as the user acknowledges: "subscriptions are paid with VC money at the moment." This level of consumption would cost $18,450 on pay-as-you-go pricing. If Anthropic adjusts pricing or removes flat options, heavy users like this could face steep increases.
How to Check Your Own Usage
Run this in your terminal:
bunx ccusage@latestOr for a specific month:
bunx ccusage monthly -s YYYYMMDD --allIf you're on a flat plan, it's worth checking — especially if you use Claude heavily outside of work hours.
Who Should Care
Developers on Claude flat-rate subscriptions who want to know their true consumption before pricing changes. Also useful for teams negotiating enterprise plans.
📖 Read the full source: r/ClaudeAI
👀 See Also

PocketBot: AI compiles automations to JavaScript for cost-effective, deterministic scheduling
PocketBot addresses API and hardware cost issues by compiling natural language requests into self-contained JavaScript scripts that run on schedules without LLM calls at runtime. The tool uses AI only once to write code, then executes deterministically with 20+ integrations including Google Suite, Slack, and Notion.

Deblank: Tool to Strip Code Formatting for LLM Token Reduction
Deblank is an open-source tool that strips code formatting (indentation, whitespace, line breaks) before sending to LLMs, reducing tokens by ~30% for Java/C++ and ~9% for Python with ~76ms latency. It supports Python, Java, C/C++, C#, JS/TS, and Go.

NaNMesh MCP checks GitHub issues before Claude recommends libraries
NaNMesh MCP is an open-source Model Context Protocol server that crawls GitHub Issues, Stack Overflow, and Reddit for known bugs in development tools. When Claude recommends a library, it can check for real problems before integration.

Multi-Agent Debate App Built with Claude, ElevenLabs, and Flux
A developer built a debate app where Claude generates arguments for two personas on any topic, with an AI judge scoring and picking a winner. The app adds voice via ElevenLabs and images via Flux to create a debate show experience.