Comment by 16bitvoid

3 hours ago

No, they're saying that 80% of genai queries (aka anything sent to an LLM; I won't speak on the validity of the percentage) are not things someone would search on Google. It's things like trial-and-error vibecoding, openclaw-like agentic loops, talking to chatgpt like it's a person, etc. In other words, most genai queries are not for getting "obscure information" or even getting direct information at all. It's about either getting it to do something you don't want to do yourself, or using it as a replacement for someone else (junior dev, therapist, friend, significant other, etc).

A request that isn't asking for information isn't a query

  • That's just what some people generally use to refer to LLM input string/prompt/message/etc. The only thing the LLM can do is return information...in the form of text, so every request is one for information.

    If we want to get really pedantic, every generated token is the answer to the query: what's the next most probable token in this sequence of tokens?