Comment by krinne
5 days ago
But doesnt existing AI systems already learn in some way ? Like the training steps are actually the AI learning already. If you have your training material being setup by something like claude code, then it kind of is already autonomous learning.
Most, if not all, commercially available AI models are doing offline learning. The cognition is a skill that is only possible on online learning which is the autonomous part the authors refer to, that is, learning by observing, interacting.
In that sense the "autonomous" part you said simply meant that the data source is coming from a different place, but the model itself is not free to explore with a knowledge base to deduce from, but rather infer on what is provided to it.
> The cognition is a skill that is only possible on online learning which is the autonomous part the authors refer to, that is, learning by observing, interacting.
This is the "Claude Code" part, or even the ChatGPT (web interface/app) part. Large context window full of relevant context. Auto-summarization of memories and inclusion in context. Tool calling. Web searching.
If not LLMs, I think we can say that those systems that use them in an "agentic" way perhaps have cognition?
> This is the "Claude Code" part, or even the ChatGPT (web interface/app) part. Large context window full of relevant context. Auto-summarization of memories and inclusion in context. Tool calling. Web searching.
From what I've been learning in my uni, this is said pre-programmed. Cognition is really the ability from, out of no context, no knowledge of what you are capable of, to learn something. These tool calling and web searching are, in the end, MCP functions provided by the LLM provider themselves.
It's an entire academic discussion, about how things start. For example babies: they someone have a knowledge base on how to breath, how to cry, but they have absolute no knowledge on how to speak and it learns by the interactions with the parents.
LLMs try as much as they can create this by inference and pre-programmed functions, but they don't have a graph of memories with utility to weight their relevance in the context. As others said, the context window dies as soon as you close the session.
They also don't have the epistemic approach that is to know that another agent knows about something just by observing the environment they were all put in.
No, no they don't. Actual learning survives beyond "sufficient context window".
Start a new chat, and the "agentic" system will be as clueless as before
6 replies →
If you let the AI train on your prompts it will actually learn indirectly. It is still offline learning though.