Show HN: Frugal Tokens – explore costs and usage across coding agents

(demo.frugaltokens.com)

14 points | by dpc94 1 hour ago

3 comments

  • stephensilber 58 minutes ago
    I have started using this to inspect some of my heavier sessions and it has helped uncover some of the parts of my workflow and my project's build pipeline that were really slowing me down.

    I also had no idea how many cache misses were happening when I stepped away for an hour or more at times.

  • joshstrange 42 minutes ago
    I can highly recommend https://agentsview.io/ for a way to dig into your LLM usage. It reads your local conversation files and provides a ton of visualizations as well as the ability to dig into each conversation and see all the tool calls/etc. It's incredibly powerful.
    • dpc94 32 minutes ago
      Looks interesting. One of the angles that I approached while building this was focusing on cache misses. Not sure if this shows much info about this category. My tool is also local only + detecting changes and syncing into a sqlite db
  • ixtli 1 hour ago
    dug around in there briefly and the per-session explorer is the best part imo