←back to thread

An LLM is a lossy encyclopedia

(simonwillison.net)
509 points tosh | 1 comments | | HN request time: 0s | source

(the referenced HN thread starts at https://news.ycombinator.com/item?id=45060519)
Show context
qwertox ◴[] No.45102613[source]
It could be non-lossy if it would actually reach out to an encyclopedia.

If one takes it as a language engine which translates human language into API calls, and API call results to human language, it would appear to be a non-lossy encyclopedia.

It is the basic building block which enables computers to handle natural language.

The simulated intelligence is proof of its capability as a language model, but it is often so dumb that it is doesn't feel like a "knowledge model".

replies(2): >>45102821 #>>45107975 #
1. devmor ◴[] No.45102821[source]
It annoys me greatly that LLMs are not used primarily for search in this way, but rather search is used to disguise them as something else for the purpose of fooling people into parting with cash.

Even the actual search engines aren't using them this way. Google's "AI Overview" is actively harmful to trying to learn anything you aren't already familiar with.

RAG is one of the coolest things I've ever used with an LLM, and it would be exponentially more helpful to me in the majority of the AI tools marketed to me than the nonsense they do implement.