Experienced devs are slower with AI and they don't even know it
A recent study reveals that experienced developers using AI coding tools are actually 19% slower than when coding without them, despite believing they are 20% faster. This discrepancy highlights a significant perception gap, where developers misjudge their efficiency due to the rapid output of AI tools. The findings suggest that seasoned developers need to approach AI-generated code with skepticism to avoid potential pitfalls in their work.
- ▪Experienced developers using AI coding tools were found to be 19% slower than without them.
- ▪Despite this, they believed they were 20% faster, creating a perception gap of nearly 40%.
- ▪The study emphasizes the need for experienced developers to critically evaluate AI-generated code rather than trusting it at face value.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2760047) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aditya Agarwal Posted on May 24 Experienced devs are slower with AI and they don't even know it #webdev #programming #discuss #career Here's a number that should make you uncomfortable: experienced developers using AI coding tools were 19% slower than without them. But here's the kicker — they thought they were 20% faster. Read that again. The difference between what people think and the truth is almost 40 percent. This is not just a random comment from Twitter.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).