Back to browse
GitHub Repository

See how many tokens your AI coding agents really burned.

0 starsTypeScript

Open-source CLI to see your AI coding token usage and compare it

by arhaam·Jun 16, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemCozyShip It

Unified local AI cost tracker when native dashboards stay siloed and cloud-based.

Strengths
  • Parses local log files directly, ensuring zero data ever leaves your machine.
  • Breaks down costs by project and model, showing prompt cache hit rates.
  • Tiny dependency-free bundle generates offline HTML dashboards for easy sharing.
Weaknesses
  • Leaderboard feels gimmicky and undermines the strong local-first privacy pitch.
  • Relies on fragile log formats that might break with tool updates frequently.
Target Audience

Developers using multiple AI coding agents

Similar To

Wakatime · Cursor · Claude Console

Post Description

I use Claude Code, Codex, Cursor every day and had no idea how much I was actually burning across all of them combined. Each tool shows its own usage (most don't) in its own place, if at all, and I just wanted one number. So I wrote this.

npx whoburnedmore

reads the usage/log files these tools already write locally, sums them up, and prints a dashboard: total tokens, a cost estimate, active days, and your heaviest single day.

There is also a public leaderboard on the webiste which compares your ai usage with all others

Feedback & a upvote is appreciated

github is /amiinwani/whoburnedmore.com product hunt : https://www.producthunt.com/products/whoburnedmore

Similar Projects

Developer Tools●●Solid

Agent Lens – Code assistant observability in VSCode

Parses local JSONL session files from Copilot, Claude Code, and Codex and surfaces an interactive DAG, per-agent/token metrics, and session replay directly in the activity bar — immediately useful for spotting which agents and skills actually do the work. The Claude cache-token breakdown and timeline replay are clever, concrete features that show the author dug into provider internals; adoption looks small today, but the concept and implementation give real observability where previously there was opacity.

Niche GemWizardry
pjettter
204mo ago
Developer Tools●●Solid

ccclub – See which of your friends is burning the most on Claude Code

Pulls data straight from ~/.claude/projects and only uploads aggregated metrics (tokens, cost, calls) via a 6-letter invite code flow — nice and surgical. The one-command npx init + join UX and a show-data privacy audit button make adoption trivial, but it’s strictly useful only to groups already using Claude Code and requires trust that aggregated uploads are enough for your threat model.

Niche GemSlick
mazzystar
203mo ago