nowfound

Alternatives

Products that do what Decant – Understand how you spend tokens does

Hey HN - there are lots of tools to understand how many tokens you use and how much it costs, but we haven't found any that tell you where those tokens are going! Decant helps you understand what you are spending tokens on (context gathering, planning, code, chat, etc), so you can optimize it.

  1. 1

    See exactly how much you spend on Claude, across every tool

    Mar 2026

  2. 2

    Ask Claude Code where your usage went. Token audit, limit diagnosis and usage forensics — built from the session logs already on your machine, nothing leaves it. - kelviq/tare

    10d ago · github.com

  3. 3

    Track your AI spend and connect it to business outcomes

    Aug 2026 · rippling.com

  4. 4

    Never get blindsided by Claude's usage limits again

    12d ago · dietclaude.com

  5. 5

    Make Claude Code faster and cheaper without losing context

    Mar 2026

  6. 6
    Caveman161

    why use many token when few do trick

    24d ago · caveman.so

  7. 7
    Rudel94

    Claude Code & Codex session analytics for dev teams

    Apr 2026

  8. 8

    I wanted to share a project I’ve been working on called Frugal Tokens. I originally built it because I was curious to see how much all of my sessions cost and how much cache misses affected that spend. I’d noticed people had widely different spend profiles and wanted to better understand what might contribute to that. As I’ve worked on this, the tool has grown to show more usage patterns across all of your sessions. It shows overall usage, estimated working time and overlapping sessions, and where your spend is coming from across models and cache misses. I also have a few session level…

    18d ago · demo.frugaltokens.com

  9. 9

    Count tokens and estimate costs for any AI model

    2024

  10. 10
    Straude155

    Strava for Claude Code, the global tokenmaxxing Leaderboard

    Apr 2026

  11. 11

    Strava for your coding assistants

    Apr 2026

  12. 12TT

    I use multiple AI tools for work and also my side projects, and the annoying part was to track my costs and token usage across tools. Everytime I had to visit each tool and its respective usage setting to check it and I was losing patience and also was getting hit by surprise limits Now I know that there are already free/open-source trackers for Cursor or Claude usage, and they are useful if that is all you need. My problem is broader as I wanted one small place to see tokens, spend, subscriptions and limits across the AI tools I actually use. I was really tired of switching tabs and…

    Jul 2026 · lifehacksgermany.com

  13. 13

    Track AI CLI spending across Claude, Codex & Gemini in 40ms

    Feb 2026

  14. 14
    Conduit137

    Fix the tool-list bloat slowing your AI agent

    Jun 2026 · toolport.app

  15. 15CS

    Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests / responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo/context? People usually accumulate skills, agents, MCP servers,…

    Jun 2026 · github.com

  16. 16

    Get your trading card based on your CC & codex usage

    May 2026

  17. 17

    Browse, search & track costs across Claude Code sessions

    Apr 2026

  18. 18

    See your LLM token bill before you hit send.

    2025

  19. 19TT

    I use Claude Code, Codex and Cursor (and sometimes Antigravity) basically every day, and could never tell how much I was actually consuming across all of them. So I built TokenMaxxer. A small CLI reads the files these tools already write locally and puts it all in one dashboard, broken out by tool, model, provider and day. It covers 18 tools now, and you get a profile page with your daily activity, cost estimates, and your top models and tools. There's also a global leaderboard if you want to compete against other TokenMaxxers! I'd love to see if anyone can beat the first place (currently…

    Aug 2026 · tokenmaxxer.xyz

  20. 20
    Recost130

    Your API costs fully visible.

    Apr 2026

  21. 21

    Spotify Wrapped for Claude, Codex & a Public leaderboard.

    Jun 2026 · whoburnedmore.com

  22. 22LC

    Hi HN, I'm building Librarian (https://uselibrarian.dev/), an open-source (MIT) context management tool that stops AI agents from burning tokens by blindly re-reading their entire conversation history on every turn. The Problem: If you're building agentic loops in frameworks like LangGraph or OpenClaw, you hit two walls fast: Financial Cost: Token usage scales quadratically over long conversations. Passing the whole history every time gets incredibly expensive. Context Rot: As the context window fills up, the LLM suffers from the "Lost in the Middle" effect. Response latency…

    Feb 2026 · uselibrarian.dev

  23. 23TT

    I built this after hitting the same wall repeatedly — no good way to enforce token budgets in application code. Provider caps are account-level and tell you what happened, not what is happening. Two ways to add it: # Direct client wrapper client = tokencap.wrap(anthropic.Anthropic(), limit=50_000) # LangChain, CrewAI, AutoGen, etc. tokencap.patch(limit=50_000) Four actions at configurable thresholds: WARN, DEGRADE (transparent model swap), BLOCK, and WEBHOOK. SQLite out of the box, Redis for multi-agent setups. One design decision worth mentioning: tokencap tracks tokens, not dollars. Token…

    Apr 2026 · github.com

  24. 24
    Maestro20

    Bloomberg Terminal for CLI agents

    Jan 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →