logoalt Hacker News

camillomillertoday at 6:59 AM3 repliesview on HN

I wonder: how relevant is this portion of the software industry? Because I’m guessing there is also no way they can apply LLms at scale, which is never discussed in the larger AI at work narrative


Replies

topspintoday at 8:50 AM

I work in an industry that requires reproducible binaries from source, and cryptographic hashes filed with a regulator.

It's also not aviation or medical. So perhaps it's more common than you imagine.

show 1 reply
jy14898today at 7:13 AM

LLMs aren't relevant to aviation and medical devices

show 1 reply
rvztoday at 7:24 AM

It is completely relevant, if you want reliable software that you use daily to continue running without a massive rewrite.

Before suggesting to use LLMs to completely rewrite this sort of software, there is a reason why compilers need to be certified to operate in safety critical environments. Not everything needs to use LLMs as the solution to a problem.

I would go as far to say that using an LLM in this context is the wrong solution and is irrelevant to critical systems. Maybe some here see everything as tokens and must solve everything in the form of using LLMs.

Rewriting a toy web app using LLMs from Javascript to Typescript is great, but isn't good for safety critical systems.

show 2 replies