Earlier quoted context omitted.
Let me rephrase that. One level deep information compression is cool, but I want actual AI. Its true that our brains compress information, but we compress it in a much more complex manner, in the sense that we can not only recall stuff, but also execute a decision tree that often involves physical actions to find the answer we are looking for.
An LLM isn't just recalling stuff. Brand new stuff, which it never saw in it's training, can come out. The minute you take a token and turn it into an embedding, then start changing the numbers in that embedding based on other embeddings and learned weights, you are playing around with concepts. As for executing a decision tree, ReAct or Tree of Thought or Graph of Thought is doing that. It might not be doing it as w…
Sort of. You can get LLMs to produce some new things, but these are statistical averages of existing information. Its kinda like a static "knowledge tree", where it can do some interpolation, but even then, its interpolation based on statistically occurring text.