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

Free Wizard Migrates ChatGPT History to Claude Projects — Key Lessons on Token Limits and RAG
A free, no-code tool walks ChatGPT exports into Claude Projects, revealing that 26MB JSON hits token limits and topic splitting is the fix. Claude's RAG only reads parts of large files, so specific queries work best.

Scaling Karpathy's Autoresearch with 16 GPUs: Results and Methods
The SkyPilot team gave Claude Code access to 16 GPUs on a Kubernetes cluster to run Karpathy's Autoresearch project. Over 8 hours, the agent submitted ~910 experiments, reduced validation bits per byte from 1.003 to 0.974 (2.87% improvement), and reached the best validation loss 9x faster than sequential execution.

OpenClaw PARA Skill Automatically Organizes Files Using Tiago Forte's Method
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for automatic file organization, moving files from a messy root directory into structured folders.

Yozora-fm: Interactive Anime Music Galaxy Visualization
Yozora-fm is an interactive visualization where each star represents an anime opening or ending song, with over 9,000 tracks mapped by genre and era. Users can click stars to play videos or explore the galaxy interface.