Hacker News new | ask | show | jobs
by lelanthran 49 days ago
> Also worth noting, early compilers (all through the 1980s) routinely had bugs that generated incorrect code.

Incorrect. They had bugs that generated incorrect code. They didn't routinely have bugs that generated incorrect code :-/

And the bugs they had were reproducible.

1 comments

Didn't someone say LLMs memorize Harry Potter books? You can't have it both ways.
> Didn't someone say LLMs memorize Harry Potter books? You can't have it both ways.

What both ways? You can't consistently get it to output Harry Potter verbatim. That's my point - not reproducible.

There are many ways to write a forloop. Why do you need exact reproducibility for achieving a task?
> There are many ways to write a forloop. Why do you need exact reproducibility for achieving a task?

Didn't you just claim above, with the Harry Potter angle, that it is reproducible?

Not "exact reproducibility", but simple reproducibility at all. You need that to fix bugs, improve things and reason about them.