←back to thread

416 points floverfelt | 2 comments | | HN request time: 0.001s | source
Show context
Scubabear68 ◴[] No.45056993[source]
"Hallucinations aren’t a bug of LLMs, they are a feature. Indeed they are the feature".

I used to avidly read all his stuff, and I remember 20ish years ago he decided to rename Inversion of Control to Dependency Injection. In doing so, and his accompany blog, he showed he didn't actually understand it at a deep level (and hence his poor renaming).

This feels similar. I know what he's trying to say, but he's just wrong. He's trying to say the LLM is hallucinating everything, but Fowler is missing is that Hallucination in LLM terms refers to a very specific negative behavior.

replies(3): >>45057036 #>>45057288 #>>45057604 #
1. epolanski ◴[] No.45057604[source]
I'll take the bait.

What didn't he understand properly about inversion of control then.

replies(1): >>45057648 #
2. Scubabear68 ◴[] No.45057648[source]
That it is ultimately about object lifetime management. Dependency injection is a big part of it, but not the only thing.