|
|
|
|
|
by simonw
372 days ago
|
|
You seem to be using "hallucinate" to mean "makes mistakes". That's not how I use it. I see hallucination as a very specific kind of mistake: one where the LLM outputs something that is entirely fabricated, like a class method that doesn't exist. The agent compiler/linter loop can entirely eradicate those. That doesn't mean the LLM won't make plenty of other mistakes that don't qualify as hallucinations by the definition I use! It's newts and salamanders. Every newt is a salamander, not every salamander is a newt. Every hallucination is a mistake, not every mistake is a hallucination. https://simonwillison.net/2025/Mar/2/hallucinations-in-code/ |
|