▲ | marcellus23 3 days ago | |||||||||||||
> There is more and more proof these tools are not as useful as they are hyped out to be. LLM-based coding tools seem to actually hurt programmers’ productivity. “Hallucinations” are not going away because the only thing these LLMs can do is “hallucinate”; they just sometimes (about 30% of the time, in fact) happen to generate some text that has some connection to reality. This hurts the article, I think. I don't disagree with his point about companies caring too much about stockholders. But this anti-LLM envangelism just comes across as ludditism. | ||||||||||||||
▲ | fmbb 3 days ago | parent | next [-] | |||||||||||||
> This hurts the article, I think. I don't disagree with his point about companies caring too much about stockholders. But this anti-LLM envangelism just comes across as ludditism. Is there any research out there suggesting LLMs help programmers get stuff done? I can't say I follow the research closely but I have not seen any. Googling for [ai llm productivity research] and looking at the first page of results I can't find much interesting evidence. One report says users asked to create a basic web server in JS complete the task 55% faster using an LLM. One report measures "perceived productivity". Students given text writing tasks are faster. One report measures productivity as lines of code written. The rest seem to just be projecting theoretical productivity gains. Has anyone measured any improved productivity? I can see this report from METR that is actually measuring something: https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o... > Core Result > > When developers are allowed to use AI tools, they take 19% longer to complete issues—a significant slowdown that goes against developer beliefs and expert forecasts. This gap between perception and reality is striking: developers expected AI to speed them up by 24%, and even after experiencing the slowdown, they still believed AI had sped them up by 20%. But surely someone must have also found results showing productivity gains. I assume I was just not looking hard enough. I am a happy Copilot Pro user since 2021, still. | ||||||||||||||
| ||||||||||||||
▲ | indoordin0saur 3 days ago | parent | prev [-] | |||||||||||||
Yeah, author is definitely false here. I have 10+ years of professional experience backend programming and I've found VS Code copilot to be pretty helpful overall. It saves me a lot of time digging through documentation and writing out tedious little functions (e.g. converting dates from one format to another). I wouldn't use it to write anything lengthy but overall it has improved my productivity, though I could see how it might hurt junior engineers. |