|
|
|
|
|
by _heimdall
559 days ago
|
|
I've been annoyed by the redefinition of artificial intelligence since the LLM boom started. The term AI has no place being used to describe LLMs as far as I can tell, unless what goes on inside the black box of an LLM is drastically different than how they are described to function. Predicting the next token based on a compressed dataset of human generated content isn't intelligence in any meaningful definition of the word. That doesn't mean LLMs aren't impressive or useful for certain tasks, but they aren't intelligent. When Altman describes them as reasoning machines he's either lying (likely for marketing purposes) or using a different definition of "reasoning" than most people would. The latest release of GPT is attempting to mimic reasoning, but what they're actually doing is having one system act as an automated prompt engineer in between the GPT model and the end user. |
|
If there's any redefinition, it's being pushed further out. AI was previously used to describe far simpler systems, like expert systems and Deep Blue's alpha–beta search.
> Predicting the next token based on a compressed dataset of human generated content isn't intelligence in any meaningful definition of the word
I'd claim generating the next token is a sufficiently general task such that success can depend on essentially arbitrary intellectual capabilities. For instance, reliably completing unseen equations like `2335 + 4612 = ` requires ability to perform basic arithmetic.
> using a different definition of "reasoning" than most people would. The latest release of GPT is attempting to mimic reasoning
I think most people initially have some relatively solid definitions of "learning", "reasoning", "language use", etc. similar to how it's being used there - just that when non-humans meet those definitions there's an inclination to create some distinction between "learning" and an elusive "actual learning".
For instance, if something changes to refine its future behavior in response to its experiences (touch hot stove, get hurt, avoid in future) beyond the immediate/direct effect (withdrawing hand) then it can "learn". I think even small microorganisms can learn, with the main requirement being that it has some mutable state (can't learn if you can't change). Yet, others will object that "machine learning" is a misnomer because it's "not actual learning" and instead "just mimicking/simulating".