PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents

πŸ“… 2026-08-04
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the lack of systematic evaluation on whether agents can achieve recursive self-improvement through accumulated experience. We introduce PAST-Bench, a novel benchmark that isolates the impact of experience retention mechanisms, enabling quantitative assessment across 26 scenarios and 204 tasks in terms of memory utilization, workflow reuse, and information updating. Building upon this framework, we develop Hermes+, which incorporates five targeted interventions to enhance experience-driven systematic improvement. Comprehensive experiments across seven foundation models and four agent architectures demonstrate that while experience retention generally improves performance, its effects are uneven; Hermes+ significantly boosts average gains, strengthens evidence of improvement trajectories, and particularly excels in tasks requiring updates to outdated internal states.
πŸ“ Abstract
Recursive self-improvement requires agents to turn accumulated experience into better future behavior. Personal AI agents offer a concrete setting for studying this capability because they retain preferences, task histories, tool routines, and learned skills across sessions. Yet whether retained experience actually improves them over time has not been systematically tested. We introduce PAST-Bench, a benchmark designed to isolate this question. Each agent runs through ordered sequences of fresh-session tasks under matched conditions that turn retained experience on and off. It spans 26 scenarios and 204 episodes across memory, procedural reuse, information gathering, and update. We report both later-task gains and whether those gains follow the intended save, retrieve, and update pathway. Across seven base models and four agent frameworks, improvement is real but uneven across capabilities. Agents with the same headline gain can differ markedly in whether that gain is supported by evidence of the intended pathway. Guided by these findings, we develop Hermes+, which extends Hermes with five targeted interventions across stages of the agent loop. Hermes+ raises the average gain from retained experience and provides clearer pathway evidence, with its strongest improvement on tasks requiring outdated state to be replaced, although the effect remains capability- and model-dependent. Together, PAST-Bench and Hermes+ provide an evaluation and diagnostic foundation for studying how persistent agents can progress from retaining experience to systematically improving through it. Code: https://github.com/Gen-Verse/PAST-Bench
Problem

Research questions and friction points this paper is trying to address.

recursive self-improvement
personal agents
experience retention
agent benchmarking
persistent AI
Innovation

Methods, ideas, or system contributions that make the work stand out.

recursive self-improvement
personal agents
experience retention
benchmarking
agent loop intervention
πŸ”Ž Similar Papers