<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: John</title>
    <description>The latest articles on DEV Community by John (@johns23424234324234).</description>
    <link>https://dev.to/johns23424234324234</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3804725%2F1a454157-2ebf-4e8a-a57a-f58d812f1cdc.png</url>
      <title>DEV Community: John</title>
      <link>https://dev.to/johns23424234324234</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johns23424234324234"/>
    <language>en</language>
    <item>
      <title>A tiny macOS menu bar tool that shows LLM token usage in real time</title>
      <dc:creator>John</dc:creator>
      <pubDate>Tue, 03 Mar 2026 23:54:22 +0000</pubDate>
      <link>https://dev.to/johns23424234324234/a-tiny-macos-menu-bar-tool-that-shows-llm-token-usage-in-real-time-4316</link>
      <guid>https://dev.to/johns23424234324234/a-tiny-macos-menu-bar-tool-that-shows-llm-token-usage-in-real-time-4316</guid>
      <description>&lt;p&gt;If you build anything with the OpenAI or Claude APIs, you probably know the pattern.&lt;/p&gt;

&lt;p&gt;You’re experimenting with prompts, testing scripts, or debugging an agent. Everything works fine, but there’s one thing that’s always a little unclear while you're developing:&lt;/p&gt;

&lt;p&gt;How many tokens did that just use?&lt;/p&gt;

&lt;p&gt;Most of the time you only see token usage later in logs or dashboards. That’s useful for analytics, but it’s not very helpful while you're actively coding.&lt;/p&gt;

&lt;p&gt;During development I kept running into the same situations:&lt;/p&gt;

&lt;p&gt;• testing prompt changes&lt;br&gt;
• running quick API experiments&lt;br&gt;
• building LLM tools&lt;br&gt;
• debugging responses&lt;/p&gt;

&lt;p&gt;And every time I wanted a simple answer in the moment:&lt;br&gt;
“How many tokens did that call just use?”&lt;/p&gt;

&lt;p&gt;So I built something extremely simple.&lt;/p&gt;

&lt;p&gt;It’s a small macOS menu bar utility that shows token usage in real time while you're working. No dashboards or heavy analytics tools. Just a tiny counter in the menu bar so you can see usage immediately.&lt;/p&gt;

&lt;p&gt;The goal was basically:&lt;/p&gt;

&lt;p&gt;see token usage the same way you see CPU or battery status.&lt;/p&gt;

&lt;p&gt;Nothing complicated, just immediate visibility while building.&lt;/p&gt;

&lt;p&gt;If you're curious or want to try it, you can see it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tokenbar.site" rel="noopener noreferrer"&gt;https://tokenbar.site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d also be interested to hear how other people monitor token usage during development. Do you rely on logs, dashboards, or something else entirely?&lt;/p&gt;

</description>
      <category>xamarin</category>
      <category>openai</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
    <item>
      <title>Why is tracking LLM token usage still so annoying?</title>
      <dc:creator>John</dc:creator>
      <pubDate>Tue, 03 Mar 2026 22:44:05 +0000</pubDate>
      <link>https://dev.to/johns23424234324234/why-is-tracking-llm-token-usage-still-so-annoying-2m3l</link>
      <guid>https://dev.to/johns23424234324234/why-is-tracking-llm-token-usage-still-so-annoying-2m3l</guid>
      <description>&lt;p&gt;If you build anything with the OpenAI or Claude APIs, you've probably run into this at some point.&lt;/p&gt;

&lt;p&gt;You're testing prompts, running scripts, tweaking things quickly… and suddenly you realize you have no real sense of how many tokens you're burning in real time.&lt;/p&gt;

&lt;p&gt;You can check dashboards later, sure. But while you're actually developing, it's basically invisible. You run something, it works, and only later do you discover the cost.&lt;/p&gt;

&lt;p&gt;I kept running into the same problem:&lt;/p&gt;

&lt;p&gt;• running prompt experiments&lt;br&gt;
• testing agents or scripts&lt;br&gt;
• debugging API calls&lt;/p&gt;

&lt;p&gt;and having no immediate visibility into token usage while coding.&lt;/p&gt;

&lt;p&gt;Most tools that exist are either:&lt;/p&gt;

&lt;p&gt;dashboards after the fact&lt;/p&gt;

&lt;p&gt;logging solutions&lt;/p&gt;

&lt;p&gt;full analytics platforms&lt;/p&gt;

&lt;p&gt;But I just wanted something extremely simple: a tiny indicator that shows token usage while I'm working.&lt;/p&gt;

&lt;p&gt;So I ended up building a small macOS menu bar tool that shows token usage in real time while you're developing.&lt;/p&gt;

&lt;p&gt;No dashboards.&lt;br&gt;
No analytics platform.&lt;br&gt;
Just a token counter sitting in the menu bar.&lt;/p&gt;

&lt;p&gt;If anyone else here builds with LLM APIs and finds themselves wondering “how many tokens did that just burn?”, I'm curious if something like this would actually be useful.&lt;/p&gt;

&lt;p&gt;You can see it here:&lt;br&gt;
&lt;a href="https://tokenbar.site" rel="noopener noreferrer"&gt;https://tokenbar.site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would also love feedback from anyone working heavily with the OpenAI or Claude APIs.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>productivity</category>
      <category>xamarin</category>
    </item>
  </channel>
</rss>
