this post was submitted on 11 Jul 2025
44 points (100.0% liked)
Programming
21567 readers
277 users here now
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
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The more important detail is that it's 16 experienced developers. If there's going to be an advantage with AI development tools, it's going to most likely be seen with junior devs with a much wider gap between current and peak performance. This was my first thought reading the article, and it's called out in the study.
I don't think that's true. In fact most people say the opposite - AI doesn't help junior devs because they can't recognise when it's bullshitting. I don't really believe that either - that's just ego talking. I expect it helps people of all experience levels fairly equally, but only with tasks that are relatively simple. It's not like senior engineers never do those though.
Have anything behind that? The paper we're discussing has 4 citations in agreement, so I'm not so sure that most people say the opposite.
What do you mean? I've seen people say that all the time on HN. No I'm not going to go and search for comments.
I meant actual data. You're refuting a claim backed by several cited studies in the OP.
Oh you mean when I said this?
No I don't have actual data, just direct personal experience of asking AI to do simple and complex tasks - it does much better on simple tasks, especially in very widely discussed domains (HTML, CSS, JavaScript, Python etc.) Ask it any SystemVerilog stuff and it gets it wrong almost every time annoyingly!
That's my issue with AI. I go to AI after my skills, the documentation and google failed me. Then I go to ChatGPT to get lied to, because ChatGPT doesn't know either.
And almost without fail, AI doesn't help me there.
The only thing where AI helps is AI autocomplete in die IDE, if I am doing something very simple and monotonous, then it helps me to sometimes reduce my typing speed a little bit compared to regular autocomplete.
But typing time is like 0.5% of the time I spend developing stuff.