285
AI Coding Is Massively Overhyped, Report Finds
(futurism.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I always wondered how they got those original productivity claims. I assume they are counting everytime a programmer uses a AI suggestion. Seems like the way to get the highest markable number for a sales team. I know that when I use those suggestions occasionally they will be 100% correct and I won't have to make any changes. More often than not it starts correct and then when it fills it adds things I don't need or is wrong or isn't fitting how I like to write my code. Then I have to delete and recreate it.
The most annoying is when I think I am tabbing for autocomplete and then it just adds more code that I don't need
Probably by counting produced lines of code, regardless their correctness or maintainability.
And that's probably combined with what John Ousterhout calls "Debugging a System into Existence", which is, just assuming the newly generated code works until inevitably somebody comes with a bug report and then doing the absolute minimum to make that specific bug report go away, preferably by adding even more code.
It seems like a good way to actually determine productivity would be to make it competitive.
Have marathon and long-term coding competitions between 100% human coding, AI assisted, and 100% AI. Rate them on total time worked, mistakes, coverage, maintainability, extensibility, etc. and test the programmers for knowledge of their own code.
That what I thought. Each line of generated code even if deleted afterwards. Or have someone try to get as high as possible in a single trial
"My source is that I made it the fuck up!" -CEO of every AI company