ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
81
Citations
6
Influential Citations
arXiv.org
Venue
2025
Year
In this paper, we introduce a novel learning paradigm for Adaptive Large Language Model (LLM) agents that eliminates the need for fine-tuning the underlying LLMs. Existing approaches are often either rigid, relying on static, handcrafted reflection workflows, or computationally intensive, requiring gradient updates of LLM model parameters. In contrast, our method enables low-cost continual adaptation via memory-based online reinforcement learning. We formalise this as a Memory-augmented Markov Decision Process (M-MDP), equipped with a neural case-selection policy to guide action decisions. Past experiences are stored in an episodic memory, either differentiable or non-parametric. The policy is continually updated based on environmental feedback through a memory rewriting mechanism, whereas policy improvement is achieved through efficient memory reading (retrieval). We instantiate our agent model in the deep research setting, namely \emph{Memento}, which attains top-1 on GAIA validation ($87.88\%$ Pass@$3$) and $79.40\%$ on the test set. It reaches $66.6\%$ F1 and $80.4\%$ PM on the DeepResearcher dataset, outperforming the state-of-the-art training-based method, while case-based memory adds $4.7\%$ to $9.6\%$ absolute points on out-of-distribution tasks. Our approach offers a scalable and efficient pathway for developing generalist LLM agents capable of continuous, real-time learning without gradient updates, advancing machine learning towards open-ended skill acquisition and deep research scenarios. The code is available at https://github.com/Agent-on-the-Fly/Memento.
This paper addresses a critical bottleneck in deploying LLM agents: the high cost and inflexibility of fine-tuning. Current approaches either rely on static, handcrafted reflection workflows that cannot adapt to new tasks, or require expensive gradient updates that are impractical for real-time learning. By introducing a memory-based online reinforcement learning paradigm that eliminates the need to fine-tune the underlying LLM, the authors open the door to truly continual, low-cost adaptation. This is particularly significant for deep research scenarios where agents must handle diverse, open-ended tasks without retraining.
The Memento agent demonstrates that a lightweight memory system can match or exceed the performance of training-based methods, while being far more efficient. The ability to add 4.7% to 9.6% absolute points on out-of-distribution tasks via case-based memory shows that the approach generalizes well, a key requirement for real-world deployment. This work shifts the focus from model-centric to memory-centric learning, which could democratize access to advanced AI agents by reducing computational requirements.
This work represents a paradigm shift in LLM agent learning, moving from expensive model fine-tuning to efficient memory-based adaptation. It has broad implications for deploying AI agents in dynamic environments where tasks evolve continuously, such as scientific research, customer support, and autonomous systems. By decoupling learning from model parameter updates, the approach reduces computational costs and enables agents to learn from experience without forgetting previous knowledge. This could accelerate the development of generalist agents capable of open-ended skill acquisition, advancing the field toward more practical and scalable AI systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba