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

推荐订阅源

Y
Y Combinator Blog
MyScale Blog
MyScale Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
V
V2EX
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Help Net Security
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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
Experienced devs are slower with AI tools. Nobody wants t...
Aditya Agarwal · 2026-05-25 · via DEV Community

A recent study discovered that experienced open-source developers were 19% slower while using AI coding assistants. However, those same developers indicated themselves to believe that they were 20% faster.

Read it and weep: the disconnect between perception and reality is nearing 40 percentage points.

Why This Should Bother You

This wasn't just any survey. It compared real task completion times with self-reported productivity. And the senior engineers - the ones we trust to make all the big architectural decisions - were certainly, but inaccurately, confident about their speed.

And the industry is building its entire tooling strategy around the opposite assumption.

The Perception Trap

I have a hypothesis to explain this phenomenon. As a senior dev, you have a lot of cognitive load taken up by context-switching costs that you are not aware of.

You prompt the AI. You read the output. You notice it got the abstraction wrong. You fix it. You re-prompt. You read again. You realize it missed an edge case you would have caught on line three. You fix that too.

Every single step appears to be helping. There is less typing on your part. More code on the screen. More dopamine. But wall-clock time, in total? It takes longer to finish the task.

→ AI output creates an illusion of velocity because characters appear fast
→ Senior devs spend more time reviewing and correcting than they realize
→ The cognitive load of evaluating generated code is real work that doesn't feel like work

Who Actually Benefits?

This is not meant to be anti-AI. It's a more nuanced perspective.

AI assistants are genuinely helpful when you are learning a new language or framework. They save you real minutes when you're writing the boilerplate for the hundredth time. They are a decent starting point when you're working with an unfamiliar API.

However, if you are familiar with the codebase, already understand the patterns, and can type as fast as you think? The AI is essentially adding an intermediary layer between your brain and the editor. This intermediary has a downside.

The study indicates that for skilled developers, the cost is about 19%. This is almost a full day per week.

The Industry Doesn't Want to Hear This

A discussion with over 800 comments from experienced developers erupted about these findings. Reactions were polarized, but revealing. A lot of senior engineers acknowledged they had sensed this friction, but had assumed they were an outlier.

They were not the outlier. They were the average.

Meanwhile, every company is mandating AI tool adoption. Each job advertisement includes Copilot. Every engineering blog is publishing "how we 10x'd with AI" stories. The incentive structure punishes anyone who says "actually, this is slowing me down."

Nobody wants to be the person who looks like they can't adapt. Hence, everybody agrees and nods along to things. 🤷

What I Think We Should Do

Stop treating AI coding assistants as universally beneficial. Start treating them like any other tool — useful in specific contexts, counterproductive in others.

Measure actual output, not vibes
→ Let senior engineers opt out without stigma
→ Stop conflating "uses AI tools" with "is a modern developer"

The best developers I know are ruthless about removing friction from their workflow. If a tool becomes a hindrance, they eliminate it. We need to allow them to do so.

I have a question for you: Have you ever turned off Copilot or another similar tool and felt quicker than before, but you were too embarrassed to tell your team?