惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Vercel News
Vercel News
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
Jina AI
Jina AI
Y
Y Combinator Blog
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Why Your Developer Productivity Metrics Are Measuring the...
Ak Thoha · 2026-06-26 · via DEV Community
Cover image for Why Your Developer Productivity Metrics Are Measuring the Wrong Thing

Ak Thoha

Your DORA metrics are elite. Your velocity is up. Releases still slip.

You're measuring the pipeline, not what's blocking it.

DORA Sees the End, Not the Wait

DORA metrics are real. Google's research validates them. But they only see one moment: when code ships.

They don't see:

  • The 6 days a feature sat waiting for security review
  • The two teams building the same dependency, unaware of each other
  • The Slack thread where the real blocking decision lives

DORA sees elite teams ship fast. It doesn't see why those same elite teams still slip releases while mediocre teams ship on time.

The answer: visibility. One team can see its dependencies. The other can't.

Story Points Are a Confidence Game

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.

Watch this pattern:

Q1: 45 → 45. Aligned.
Q2: 52 → 50. Velocity up.
Q3: 58 → 54. Charts green.
Reality: Same shipping speed all three quarters.

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.

SPACE Found the Problem—Then Stopped

GitHub and Microsoft's SPACE framework added communication as a dimension of productivity. Good instinct.

Then it suggested measuring communication with surveys: "Do you feel informed?"

That's a feeling, not a signal.

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.

SPACE named the problem. It didn't solve the visibility problem.

Three Signals That Show You're Blind

If you want to see what's actually slowing you down, measure this:

  1. 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.

  2. 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.

  3. 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.

What Actually Works

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

Layer 2: Coordination Signals (The Missing Layer) Measure:

  • Untracked dependencies discovered post-merge per release
  • How long cross-team blockers sit in async channels
  • Pre-merge vs. post-merge dependency discovery rate
  • Unplanned context switches per engineer per week

Connect your tools and ask: "What's actually blocking work across all these systems?"

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."

The Experiment

Try this on your last 3 releases:

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

Most teams find the numbers shocking.

The Real Question

If releases slip despite strong metrics, you're measuring the wrong things.

Not "are developers fast?" but "can we see what's blocking them?"

Teams that surface dependency risk early ship 30-40% faster. Not because they code faster—because they can see.

Start measuring handoffs.

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.

Discussion

What's the biggest coordination blocker you see in your engineering org? Where do you lose the most time in handoffs nobody tracks?

Drop your experience in the comments—genuinely curious how others are solving this.