<?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: Minchul Shin</title>
    <description>The latest articles on DEV Community by Minchul Shin (@craigstarr_ca5783).</description>
    <link>https://dev.to/craigstarr_ca5783</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2995229%2F32d918ec-da10-4386-91c6-0d5d873f4257.jpg</url>
      <title>DEV Community: Minchul Shin</title>
      <link>https://dev.to/craigstarr_ca5783</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/craigstarr_ca5783"/>
    <language>en</language>
    <item>
      <title>I built a terminal cockpit to see what my AI coding agents actually cost</title>
      <dc:creator>Minchul Shin</dc:creator>
      <pubDate>Tue, 09 Jun 2026 14:14:07 +0000</pubDate>
      <link>https://dev.to/craigstarr_ca5783/i-built-a-terminal-cockpit-to-see-what-my-ai-coding-agents-actually-cost-17pd</link>
      <guid>https://dev.to/craigstarr_ca5783/i-built-a-terminal-cockpit-to-see-what-my-ai-coding-agents-actually-cost-17pd</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fofr1tpwt1inmw3blcgrr.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fofr1tpwt1inmw3blcgrr.gif" alt="demo" width="560" height="315"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I use Claude Code, Codex, and Gemini every day.&lt;/p&gt;

&lt;p&gt;One morning I realized I had no idea what any of it was costing me.&lt;/p&gt;

&lt;p&gt;Each vendor only shows its own usage dashboard, and most third-party tools wanted me to upload logs somewhere.&lt;/p&gt;

&lt;p&gt;Hard pass.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;agent-cockpit&lt;/strong&gt; — a terminal dashboard that reads the logs these tools already write to your machine and turns them into a live view of token usage, costs, and trends.&lt;/p&gt;

&lt;p&gt;It's completely local:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Read-only&lt;/li&gt;
&lt;li&gt;No uploads&lt;/li&gt;
&lt;li&gt;No API keys&lt;/li&gt;
&lt;li&gt;No daemon&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A single CGO-free Go binary (~6 MB).&lt;/p&gt;

&lt;p&gt;No Node. No Bun. No Python.&lt;/p&gt;

&lt;p&gt;Currently supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Claude Code&lt;/li&gt;
&lt;li&gt;Codex&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/nashory/agent-cockpit" rel="noopener noreferrer"&gt;https://github.com/nashory/agent-cockpit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback on what agents or metrics I should support next.&lt;/p&gt;

</description>
      <category>go</category>
      <category>cli</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
