<?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: Brayden Yancy</title>
    <description>The latest articles on DEV Community by Brayden Yancy (@centrail).</description>
    <link>https://dev.to/centrail</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%2F4140145%2F2be432fe-1de0-4584-b989-9901ee3f57fa.png</url>
      <title>DEV Community: Brayden Yancy</title>
      <link>https://dev.to/centrail</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/centrail"/>
    <language>en</language>
    <item>
      <title>I tracked 2.86 billion AI coding tokens. Here's what a commit actually costs.</title>
      <dc:creator>Brayden Yancy</dc:creator>
      <pubDate>Thu, 24 Sep 2026 17:46:04 +0000</pubDate>
      <link>https://dev.to/centrail/i-tracked-286-billion-ai-coding-tokens-heres-what-a-commit-actually-costs-3745</link>
      <guid>https://dev.to/centrail/i-tracked-286-billion-ai-coding-tokens-heres-what-a-commit-actually-costs-3745</guid>
      <description>&lt;p&gt;Every team I talk to is paying for Claude Code, Copilot, Codex or all three. Almost none of them can answer a simple question: &lt;strong&gt;what did that AI spend actually ship?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The provider invoice tells you how many tokens you bought. It doesn't tell you which commits those tokens turned into. So I built a tool that does, and pointed it at my own work first.&lt;/p&gt;

&lt;h2&gt;
  
  
  The numbers
&lt;/h2&gt;

&lt;p&gt;Here's everything Centrail has tracked on my own AI-assisted development so far:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Total&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Tokens&lt;/td&gt;
&lt;td&gt;2.86 billion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI spend&lt;/td&gt;
&lt;td&gt;$4,099&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Commits&lt;/td&gt;
&lt;td&gt;944&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cost per commit&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$4.34&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Why cost per commit matters
&lt;/h2&gt;

&lt;p&gt;"We spend $X a month on AI" is a budget line. "$4.34 per shipped commit" is a unit cost you can actually manage. Once you have it, you can ask better questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which repos burn the most tokens per commit?&lt;/li&gt;
&lt;li&gt;Which models cost more without shipping more?&lt;/li&gt;
&lt;li&gt;When did spend spike, and did output spike with it?&lt;/li&gt;
&lt;li&gt;Are there cheaper models that would do the same job?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Centrail runs where the work happens, on your machine, not at the invoice level. The CLI reads local usage from your AI coding agents and ties each token and dollar to the Git commit it produced. That syncs to a dashboard, so the whole team or organization stays up to date on real AI metrics automatically. Nobody has to update a spreadsheet.&lt;/p&gt;

&lt;p&gt;It also estimates the energy, water and CO2 behind every token, with a public methodology, because AI's footprint is a cost too.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The CLI is open source: &lt;a href="https://github.com/braydenyancy/centrail-cli" rel="noopener noreferrer"&gt;github.com/braydenyancy/centrail-cli&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Dashboard and free tier: &lt;a href="https://centrail.org" rel="noopener noreferrer"&gt;centrail.org&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What does a commit cost on your team? If you don't know, I'd love to hear how you're thinking about AI spend in the comments.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
