<?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: Ak Thoha</title>
    <description>The latest articles on DEV Community by Ak Thoha (@akthoha).</description>
    <link>https://dev.to/akthoha</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%2F4003473%2F456a04e1-7f1a-429d-9b4e-7aa04d42133d.png</url>
      <title>DEV Community: Ak Thoha</title>
      <link>https://dev.to/akthoha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akthoha"/>
    <language>en</language>
    <item>
      <title>Why Your Developer Productivity Metrics Are Measuring the Wrong Thing</title>
      <dc:creator>Ak Thoha</dc:creator>
      <pubDate>Fri, 26 Jun 2026 07:46:20 +0000</pubDate>
      <link>https://dev.to/akthoha/why-your-developer-productivity-metrics-are-measuring-the-wrong-thing-3npl</link>
      <guid>https://dev.to/akthoha/why-your-developer-productivity-metrics-are-measuring-the-wrong-thing-3npl</guid>
      <description>&lt;p&gt;Your DORA metrics are elite. Your velocity is up. Releases still slip.&lt;/p&gt;

&lt;p&gt;You're measuring the pipeline, not what's blocking it.&lt;/p&gt;

&lt;h2&gt;
  
  
  DORA Sees the End, Not the Wait
&lt;/h2&gt;

&lt;p&gt;DORA metrics are real. Google's research validates them. But they only see one moment: when code ships.&lt;/p&gt;

&lt;p&gt;They don't see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The 6 days a feature sat waiting for security review&lt;/li&gt;
&lt;li&gt;The two teams building the same dependency, unaware of each other&lt;/li&gt;
&lt;li&gt;The Slack thread where the real blocking decision lives&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DORA sees elite teams ship fast. It doesn't see why those same elite teams still slip releases while mediocre teams ship on time.&lt;/p&gt;

&lt;p&gt;The answer: visibility. One team can see its dependencies. The other can't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Story Points Are a Confidence Game
&lt;/h2&gt;

&lt;p&gt;Ron Jeffries invented story points and now regrets it—not because estimation is bad, but because points became a proxy for productivity when they measure neither.&lt;/p&gt;

&lt;p&gt;Watch this pattern:&lt;/p&gt;

&lt;p&gt;Q1: 45 → 45. Aligned.&lt;br&gt;
Q2: 52 → 50. Velocity up.&lt;br&gt;
Q3: 58 → 54. Charts green.&lt;br&gt;
Reality: Same shipping speed all three quarters.&lt;/p&gt;

&lt;p&gt;Teams learned to estimate generously without changing output. It works great until you cross team boundaries and suddenly Team A's 5 points has nothing to do with Team B's 5 points.&lt;/p&gt;

&lt;h2&gt;
  
  
  SPACE Found the Problem—Then Stopped
&lt;/h2&gt;

&lt;p&gt;GitHub and Microsoft's SPACE framework added communication as a dimension of productivity. Good instinct.&lt;/p&gt;

&lt;p&gt;Then it suggested measuring communication with surveys: "Do you feel informed?"&lt;/p&gt;

&lt;p&gt;That's a feeling, not a signal.&lt;/p&gt;

&lt;p&gt;The real signals hide in Slack threads nobody linked to tickets. PRs waiting on async reviews. Code shipped that silently broke another team's API contract.&lt;/p&gt;

&lt;p&gt;SPACE named the problem. It didn't solve the visibility problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three Signals That Show You're Blind
&lt;/h2&gt;

&lt;p&gt;If you want to see what's actually slowing you down, measure this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Phantom Dependencies How many pieces of work touch code across multiple repos without a formal dependency ticket? Most teams discover these only after merge. Panic mode activated.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Async Resolution Time Slack threads: 5-7 days to resolve blockers. Jira: a few hours. Same information, different container. This tells you something about where knowledge actually lives.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Context-Switching Interrupts UC Irvine research: 23 minutes to regain focus after one interrupt. Count the "who owns this?" moments in one engineer's week. Multiply that across your team. That's real velocity drag.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What Actually Works
&lt;/h2&gt;

&lt;p&gt;Layer 1: Flow Metrics (Keep DORA) Use cycle time, not velocity. Velocity is a number teams learn to adjust. Cycle time is measured time.&lt;/p&gt;

&lt;p&gt;Layer 2: Coordination Signals (The Missing Layer) Measure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Untracked dependencies discovered post-merge per release&lt;/li&gt;
&lt;li&gt;How long cross-team blockers sit in async channels&lt;/li&gt;
&lt;li&gt;Pre-merge vs. post-merge dependency discovery rate&lt;/li&gt;
&lt;li&gt;Unplanned context switches per engineer per week&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Connect your tools and ask: "What's actually blocking work across all these systems?"&lt;/p&gt;

&lt;p&gt;Layer 3: Outcome Confidence (Forward-Looking) Turn vague status updates into risk forecasts. "We're on track" becomes "72% confidence, main risk is untracked payment team dependency."&lt;/p&gt;

&lt;h2&gt;
  
  
  The Experiment
&lt;/h2&gt;

&lt;p&gt;Try this on your last 3 releases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Blind spots: How many cross-team dependencies did you discover only after code shipped?&lt;/li&gt;
&lt;li&gt;Async channels: Which Slack threads contain blocking conversations? How long open?&lt;/li&gt;
&lt;li&gt;One team, one week: Count "who owns this?" moments.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most teams find the numbers shocking.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Question
&lt;/h2&gt;

&lt;p&gt;If releases slip despite strong metrics, you're measuring the wrong things.&lt;/p&gt;

&lt;p&gt;Not "are developers fast?" but "can we see what's blocking them?"&lt;/p&gt;

&lt;p&gt;Teams that surface dependency risk early ship 30-40% faster. Not because they code faster—because they can see.&lt;/p&gt;

&lt;p&gt;Start measuring handoffs.&lt;/p&gt;

&lt;p&gt;Mythreyi Chandoor builds execution intelligence tooling. 15+ years as a technical program director watching smart teams ship slower than they should—usually because visibility stopped at team boundaries.&lt;/p&gt;

&lt;h2&gt;
  
  
  Discussion
&lt;/h2&gt;

&lt;p&gt;What's the biggest coordination blocker you see in your engineering org? Where do you lose the most time in handoffs nobody tracks?&lt;/p&gt;

&lt;p&gt;Drop your experience in the comments—genuinely curious how others are solving this.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>devops</category>
      <category>engineering</category>
      <category>metrics</category>
    </item>
  </channel>
</rss>
