Here’s a person, Baldur Bjarnason, @baldur, who thinks I’m really wrong about LLMs and coding. I mostly don’t agree but the argument is well-presented: https://www.baldurbjarnason.com/2025/trusting-your-own-judgement-on-ai/
@baldur Baldur is really right that most issues in software engineering are horribly science-free. For any nontrivial “best practice”, an experiment to test it would require two teams, doing nontrivial work, approaching the same problem with practices that are closely equivalent except for the one under study. Which is probably never gonna happen.
@isagalaev @timbray @baldur You can compare programming languages, if you use an abstract method of defining the size of the task. This is what function point analysis does. Of course there are many other variations to take into account besides programming languages. Capers Jones has many good books on the subject of measurement.