That study that shows that developers think they save 20% of time when using coding LLMs, but they’re actually taking 20% longer is so funny.
Not only does the AI bullshit the developers—the developers also bullshit themselves.
That study that shows that developers think they save 20% of time when using coding LLMs, but they’re actually taking 20% longer is so funny.
Not only does the AI bullshit the developers—the developers also bullshit themselves.
This is interesting, because I just had a conversation with someone about using AI for little chores and one of the things I mentioned was "Are you sure you're really saving time?".
I told them about what I call "computer time", the time people don't count when they're working on things.
The example is smart phones; many times I had people saying "Oh, I've got that right here!" and then spend literally 20 minutes trying to find something.
"Hold on a second..."
@thomasfuchs
"We conduct a randomized controlled trial (RCT) to understand how early-2025 AI tools affect the productivity of experienced open-source developers working on their own repositories. Surprisingly, we find that when developers use AI tools, they take 19% longer than without—AI makes them slower."
https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/
@thomasfuchs twice this week I had test runs fail far from the changes I was testing. On both occasions it turns out that the the copilot I didn't ask for which was auto installed on my work system had added a line I hadn't noticed - in both cases it was a line that did need to.be there, only copilot hadn't seen that I knew this and had already added it.
In a pipeline, where duplicating a structural statement is a syntax error