<?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: Charlie Graham</title>
    <description>The latest articles on DEV Community by Charlie Graham (@charlie_graham_12a6bd8586).</description>
    <link>https://dev.to/charlie_graham_12a6bd8586</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%2F3401276%2F0866ca58-d30a-4b8a-a546-079ebc6f3055.png</url>
      <title>DEV Community: Charlie Graham</title>
      <link>https://dev.to/charlie_graham_12a6bd8586</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/charlie_graham_12a6bd8586"/>
    <language>en</language>
    <item>
      <title>Counting tokens is dumb. So we built a free metric for AI proficiency.</title>
      <dc:creator>Charlie Graham</dc:creator>
      <pubDate>Wed, 20 May 2026 21:59:12 +0000</pubDate>
      <link>https://dev.to/charlie_graham_12a6bd8586/counting-tokens-is-dumb-so-we-built-a-free-metric-for-ai-proficiency-5a88</link>
      <guid>https://dev.to/charlie_graham_12a6bd8586/counting-tokens-is-dumb-so-we-built-a-free-metric-for-ai-proficiency-5a88</guid>
      <description>&lt;p&gt;We’ve been trying to figure out a real answer to a question that keeps coming up: how do you measure whether someone is actually good at Claude Code, Codex, and the other AI coding tools? Not "do they use them," but how good are they at using AI.&lt;/p&gt;

&lt;p&gt;The first metric we looked at, like everyone else, was token usage. It’s the only number you can pull out of the box. Anthropic and OpenAI hand you spend data in the console. Spend correlates with cost. Cost is something finance asks about. So token usage becomes an easy first answer.&lt;/p&gt;

&lt;p&gt;But obviously counting tokens sucks as a metric.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we noticed when we looked at the actual sessions
&lt;/h2&gt;

&lt;p&gt;When we started reading session logs from people who were clearly good with these tools, and people who were clearly struggling, both groups burned tokens. Sometimes the strugglers burned more.&lt;/p&gt;

&lt;p&gt;A senior developer who has refined their workflow ships in 100,000 tokens what a junior chews through a million on. The high-skill move is fewer turns, sharper prompts, smaller context windows, more planning up front. &lt;/p&gt;

&lt;p&gt;Rank by token spend and you end up rewarding the things that make people slower:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Padded context with files that aren’t relevant&lt;/li&gt;
&lt;li&gt;Brute-forcing with longer and longer prompts&lt;/li&gt;
&lt;li&gt;Staying in chat mode forever instead of building reusable workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On top of all this, once a company starts measuring token usage, the incentive flips from accidental to deliberate. If your performance review or “AI adoption KPI” depends on token spend, the rational move is to burn tokens on purpose. We’ve already heard about people writing scripts that loop the model on busywork just to pump their number. The metric becomes the work, and the work stops mattering.&lt;/p&gt;

&lt;p&gt;We’ve seen the same critique made about lines of code and commit counts. Volume isn’t skill. It just looks like it on a dashboard.&lt;/p&gt;

&lt;h2&gt;
  
  
  So we tried looking at something else
&lt;/h2&gt;

&lt;p&gt;We started watching for things you can read from local session activity that show how someone configured the tool, not how much they spent on it.&lt;/p&gt;

&lt;p&gt;Eight things kept clustering together. People with two of them usually had four. People with five usually had close to all of them.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customization — CLAUDE.md, AGENTS.md, custom slash commands, hooks. How much did they shape the tool to their workflow, vs run defaults?&lt;/li&gt;
&lt;li&gt;Parallel Agents — Are they using multiple agents working at once, or one chat at a time?&lt;/li&gt;
&lt;li&gt;Background Work — Tasks delegated to run unattended, or babysitting every turn?&lt;/li&gt;
&lt;li&gt;Tool Breadth — To what degree do they have MCP servers, skills, plugins wired into the environment?&lt;/li&gt;
&lt;li&gt;Planning — Plan mode, structured /spec / /plan workflows, or jumping straight to file edits?&lt;/li&gt;
&lt;li&gt;Repetition — Skill breadth and skill depth, measured separately. A lot of people install skills they never actually use.&lt;/li&gt;
&lt;li&gt;Custom Skills — Written their own reusable workflows for things they do more than once?&lt;/li&gt;
&lt;li&gt;Multi-Tasking — AI treated as a team running in parallel, or as a single chat window?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Plus a few tool-specific ones we added later for Codex and Cowork.&lt;/p&gt;

&lt;p&gt;Each of these is observable from session activity. No self-report, no interview answer to game.&lt;/p&gt;

&lt;h2&gt;
  
  
  So we built a free metric
&lt;/h2&gt;

&lt;p&gt;We turned the framework into &lt;a href="https://www.aiqrank.com" rel="noopener noreferrer"&gt;AIQ Rank&lt;/a&gt;. AIQ Rank reads local session activity from whatever AI coding tools you’re using (Claude Code, Codex, Cursor, OpenCode, Cowork) and scores you 0-1000 across the eleven dimensions. Think of it as a credit score, but for AI fluency.&lt;/p&gt;

&lt;p&gt;We made it free. It runs locally — transcripts never leave your machine. You get a number, a per-dimension breakdown, and a profile URL to share if you want to.&lt;/p&gt;

&lt;p&gt;The score is the hook. The breakdown is the part that’s actually useful. When we ran it on ourselves the first time, the dimension that surprised us wasn’t a strength we expected. It was a weakness we hadn’t noticed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we’d suggest doing with it
&lt;/h2&gt;

&lt;p&gt;If you ran a quick sanity check on your team — top 10% by token spend, top 10% by &lt;a href="https://www.aiqrank.com" rel="noopener noreferrer"&gt;AIQ Rank&lt;/a&gt; — we suspect the overlap would be smaller than you’d expect. Some of the token-heavy people are still brute-forcing every problem in chat mode. Some of the lower-spend people quietly built skills, wired up MCPs, learned plan mode, and run parallel agents.&lt;/p&gt;

&lt;p&gt;That gap is the interesting part. Not because token spend is bad data, but because it’s a different question than “who’s good at this.”&lt;/p&gt;

&lt;p&gt;If you want to do this comparison across your own team, AIQ Rank has private team leaderboards — invite people, scores aggregate to a board only your group sees. Transcripts still never leave anyone’s machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  What do you think?
&lt;/h2&gt;

&lt;p&gt;Let us know what changes/improvements we should make and please try it out!  Do you agree/disagree with these parameters?&lt;/p&gt;

&lt;p&gt;Enter the one command from &lt;a href="https://www.aiqrank.com" rel="noopener noreferrer"&gt;aiqrank.com&lt;/a&gt;. It takes about a minute to run. We’d love any constructive feedback! &lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>claude</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
