>If it can't learn for itself, then it's certainly not AGI.
What does this even mean, exactly? For example if it can filter new information to put into the next version of itself does that qualify? If not, explain exactly why that's the case.
Ask 100 people what their definition of AGI is and you'll probably get 100 different answers.
My definition is closer to DeepMind's "can do any [computer-based] task that a human can do", and certainly a human intern can learn on the job and do better on day #2 than day #1.
Learning is basically THE hallmark of intelligence. Being able to learn from experience and use that to do better in the future.
If you could somehow take everything the LLM learnt today and "put it into" an update for tomorrow that would be better than nothing, but the intern on the job is probably learning dozens of things per day that stack upon each other, so that's going to be a S-L-O-W learning AI intern !
Leaving aside the technical issue how you could store a days learning, or what that would even mean, you've also got the privacy and merge issues if this were to be done in the cloud without every customer having their own personalized model.
For real continual learning we need to get past gradient descent-based batch training and develop a new learning algorithm so the model itself learns incrementally as it runs (animal-like predict, observe, learn cycle), rather than being reliant on some external alien to come in, equipped with it's entire learning curriculum, and program its weights.
Ask 100 people what their definition of AGI is and you'll probably get 100 different answers.
My definition is closer to DeepMind's "can do any [computer-based] task that a human can do", and certainly a human intern can learn on the job and do better on day #2 than day #1.
Learning is basically THE hallmark of intelligence. Being able to learn from experience and use that to do better in the future.
If you could somehow take everything the LLM learnt today and "put it into" an update for tomorrow that would be better than nothing, but the intern on the job is probably learning dozens of things per day that stack upon each other, so that's going to be a S-L-O-W learning AI intern !
Leaving aside the technical issue how you could store a days learning, or what that would even mean, you've also got the privacy and merge issues if this were to be done in the cloud without every customer having their own personalized model.
For real continual learning we need to get past gradient descent-based batch training and develop a new learning algorithm so the model itself learns incrementally as it runs (animal-like predict, observe, learn cycle), rather than being reliant on some external alien to come in, equipped with it's entire learning curriculum, and program its weights.