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

MTPLX: 2.24x Faster Tokens on Apple Silicon Using Native MTP Heads
MTPLX achieves 63 tok/s on Qwen3.6-27B on M5 Max (up from 28 tok/s) using built-in MTP heads, with exact temperature sampling and no external drafter.

bad-ass-mcp: Free, Open Source MCP for Native Desktop GUI Control via Accessibility API
bad-ass-mcp is an open source MCP server that lets Claude and other AI agents control macOS, Windows, and Linux desktops using the native accessibility layer — no screenshots, no look-move-look loops. Free alternative to Computer Use, Operator, or UiPath.

Travel Hacking Toolkit: AI Skills and MCP Servers for Points and Miles Search
A GitHub repository provides 7 markdown skills and 6 MCP servers that teach Claude Code and OpenCode to search award flights across 25+ mileage programs, compare cash prices, pull loyalty balances, and find hotels and ferries. Setup requires cloning the repo and running setup.sh.

OpenClaw extension routes requests through Claude Code CLI instead of API
An OpenClaw extension spawns the Claude CLI binary as a subprocess, routing requests through Claude Code CLI instead of the Anthropic API. This provides the full Claude Code experience at the flat rate of a max plan.