3 ms·
Why shouldn't an AI with RAG qualify? An AGI test should be black-box; we shouldn't impose require requirements on internal components. As long as the overall
by dlubarov 23d ago
Why shouldn't an AI with RAG qualify?
An AGI test should be black-box; we shouldn't impose require requirements on internal components. As long as the overall AI is capable of learning and remembering things, it shouldn't matter if there's a stateless LLM internally.
- 10xDev 22d agoUnless you infinitely increase the context window, its memory will always be limited. And their latest ARC3 result with and without harness demonstrates how important not discarding memory is for learning.
- dlubarov 22d agoI also have limited memory though; surely that doesn't disqualify me from possessing general intelligence? Granted I have more memory than can fit in currently-practical LLM context windows, but RAG mostly solves that. When an AI is thinking about math, it can have relevant math memories in context without needing all the other stuff.