Experienced devs are slower with AI tools. Nobody wants to admit it.
A recent study found that experienced developers are actually slower when using AI coding tools, despite believing they are faster. The discrepancy between perceived and actual productivity is significant, with a 40 percentage point gap. This raises concerns about the reliance on AI tools in the industry, as many developers feel pressured to conform to the narrative that these tools enhance efficiency.
- ▪Experienced open-source developers were found to be 19% slower when using AI coding assistants.
- ▪Despite this, they believed they were 20% faster, highlighting a significant disconnect between perception and reality.
- ▪The study suggests that AI tools may create an illusion of speed, as developers spend more time reviewing and correcting AI-generated code.
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 25 Experienced devs are slower with AI tools. Nobody wants to admit it. #webdev #programming #discuss #career 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.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).