4/9/2026 at 6:21:18 AM
Interesting to hear the industrial SWE perspective, it is very different.I am a scientific research engineer (bioinformatics), and here no one cares much about covering all the possible code paths.
What we care about is if the code computes "the correct thing", i.e. that it represents the underlying science.
No such guarantee with LLMs. But no such guarantee without LLMs, either (the "code growing above our heads" has happened already, a long time ago). Still, I would say that LLMs are a big net positive for us: they are better at checking such things than we are.
by sjdv1982
4/9/2026 at 8:10:40 PM
The difference is "I need this to work the one time" vs "I need this to fail less than 1 out of 100 times".A dirt ramp can help you get a truck up and over a 2 meter wall, but a properly built concrete ramp will work better long term.
by DerArzt
4/10/2026 at 7:53:26 AM
Yes, exactly. There are some tools that are used over and over again. But apart from that, dirt ramps are the norm in scientific computing. Once it gets you over the 2 meter wall of publication, it's disposable.by sjdv1982