What Is Tokenmaxxing? The AI Token Leaderboard Trend
Tokenmaxxing is the 2026 flex where engineers race to burn the most AI-coding tokens. Here is where it came from, whether it's healthy, and how to measure your own number.
Quick answer
npx whoburnedmore. 🔥Somewhere in 2026 the bragging rights of software switched currency. It used to be lines shipped, PRs merged, or green squares on a contribution graph. Now a slice of the industry brags about tokens consumed— the raw amount of generation an engineer pushes through Claude Code, Codex, Cursor, or a Gemini CLI in a week. That behaviour picked up a name: tokenmaxxing. It rhymes with the older “-maxxing” meme family on purpose, half-ironic and half-serious, and it is now written up by outlets like the Pragmatic Engineer and Built In as a genuine workplace phenomenon rather than a passing tweet.
What is tokenmaxxing?
At its simplest, tokenmaxxing is optimising for token throughput the way a runner optimises for mileage. The premise: if you are leaning hard on AI agents to plan, scaffold, refactor, and review, your token meter climbs — so a high meter is taken as proof you have folded these tools deep into your workflow rather than poking at them occasionally. People who tokenmaxx tend to keep an agent running in the background, fan work out across parallel sessions, and reach for a model loop where they would once have typed the code by hand.
The catch is that throughput and value are not the same axis. A tight, well-scoped prompt can solve a problem in a fraction of the tokens of a sprawling, re-explained one, so the person who burns the most is not automatically the person who built the most. That gap is the entire reason tokenmaxxing is debated rather than simply celebrated 🤔.
Tokenmaxxing vs. just using AI a lot
Heavy AI use is incidental — you burn tokens because the work needed it. Tokenmaxxing is intentional: the high number is part of the goal, something to compare and compete on. The line between the two is exactly where the controversy lives.Where did tokenmaxxing come from?
The trend has a clear corporate origin story. In 2025, Shopify built an internal token leaderboard so teams could see who was leaning hardest into AI tooling — turning private usage into a visible, ranked scoreboard. Around the same time, Meta reportedly built its own version, then abolished it after backlash from engineers who felt it rewarded wasteful churn over real output. Two of the biggest names in tech landing on opposite verdicts is what gave tokenmaxxing its narrative tension.
- 1
Shopify ships an internal leaderboard (2025)
Token spend per person becomes visible across teams, framed as encouragement to adopt AI tooling faster. - 2
Meta builds one, then pulls it
A similar board appears internally and is later abolished after staff push back that it incentivises burning tokens for the score, not the result. - 3
The press names the behaviour (2026)
Coverage from the Pragmatic Engineer and Built In labels the wider pattern “tokenmaxxing,” and the term escapes the office into public discourse.
Is tokenmaxxing actually good?
Honestly: it depends what you measure and why. A leaderboard is a sharp incentive, and sharp incentives cut both ways. The optimistic read is that visible token counts pull hesitant engineers off the fence — when adoption is the bottleneck, a little friendly rivalry gets people to actually try the agentic workflow instead of admiring it from a distance.
The pessimistic read is Goodhart's law in a hoodie: the moment tokens become the target, they stop being a good measure. You can pad a number with re-runs, bloated context, and loops that re-send the whole conversation, all of which spend tokens without shipping anything. Meta's reversal is the cautionary tale here.
| Angle | Motivates adoption | Rewards real output | Risk of waste |
|---|---|---|---|
| Public leaderboard | loosely | high | |
| Private self-tracking | neutral | low | |
| No measurement at all | — | — | unknown |
A healthier framing treats the token count as a diagnostic, not a trophy. Knowing you burned 18M tokens this month tells you something real about how you work — but only if you pair it with whether the work was good. Tokenmaxxing goes wrong precisely when the first half is celebrated and the second half is ignored.
What a balanced token mix looks like
Most people who track their burn find it spreads across several tools rather than one. A typical split for someone living in agentic workflows 📊:
- Claude Code52%
- Codex CLI21%
- Cursor17%
- Gemini CLI10%
How do I measure my own token burn?
You don't need a corporate dashboard to play. Every major coding agent writes a local log of what it spent, and one command reads all of them at once — no account, no install to keep around:
$ npx whoburnedmore↳ reading local logs: claude code, codex, cursor, gemini cli… YOUR TOKENMAXX SCORE ──────────────────────────────── this week 6.9M tokens this month 24.4M tokens all time 188.1M tokens rank #142 of 4,031 builders 🔥
whoburnedmore parses the on-disk usage records each agent already keeps, sums them, and — if you opt in — places you on a public leaderboard so the flex has somewhere to land. The privacy line is firm: only daily aggregate totals leave your machine. Your prompts, your code, and your file names never do.
Make the number mean something
Before you chase a higher rank, glance at the per-tool split and your daily curve. If one day towers over the rest, it is usually a runaway agent loop re-sending context, not a productive day. Trim that and your burn falls without losing any real work — the opposite of gaming the score. See the Claude Code usage breakdown for how to read those daily numbers.first corporate token board
command to measure yours
aggregates only ever leave
Whether tokenmaxxing is a healthy habit or a vanity metric depends entirely on what you do with the number. Measured privately and read with a critical eye, your token burn is an honest mirror of how you build. Turned into a pure scoreboard with no quality check, it is the kind of metric companies build, brag about, and quietly abolish 🏆. The tool is the same either way — the discipline is yours.
Related guides
The AI Coding Token Leaderboard: Who Burned Most?
The fun part: rank your token burn against every other developer on the board.
How to Check Your AI Coding Token Usage
The cross-tool overview: one command that totals your token usage and cost across every AI coding agent you run.
ccusage vs tokscale vs whoburnedmore
A neutral feature-by-feature table of the three main token trackers.