logoalt Hacker News

ekiddtoday at 3:49 PM1 replyview on HN

The difference is that a compiler is a rigorous, (nearly) determinisic, heavily tested artrifact built by expert humans. I have only encountered genuine code generation bugs in compilers twice in my career. And yes, those bugs I did trace to the assembly.

An LLM prompt, even a huge one, is an incredibly vague document that leaves out most of the edge cases. And even Fable 5 happily ignores clear instructions in its prompt.

Now, to be fair, I absolutely expect the buggy slop to win, and to drive out the people that either write their own code or at least read the output. This will, in turn, make customers less willing to spend money on software after they get burnt a few times by buggy garbage. I think this is pretty much inevitable once Fable returns. It's just too damn good at long time horizon tasks, generating far more mostly sorta working code than any human could reasonably read.


Replies

warkdarriortoday at 4:15 PM

> The difference is that a compiler is a rigorous, (nearly) determinisic, heavily tested artrifact built by expert humans.

How do you know your compiler is a rigurous and deterministic? Did you review all of its code?

show 3 replies