| > I've been annoyed by the redefinition of artificial intelligence since the LLM boom started 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". |
1. What is knowledge?
2. How can knowledge be encoded in a machine?
LLMs say that knowledge is encoded in the relationships between words (and, in fact, has been by the corpus of human writing), and that's enough. Expert systems said that knowledge could be encoded in carefully-written rules, and that's enough.
I'm pretty sure that any actually intelligent[1] computer is going to have to have more than one flavor of knowledge representation, and be able to shift between them as the situation warrants.
[1] Whatever "actually intelligent" may mean. I don't have to know what it is, though, to recognize that what we have so far is inadequate.