PREPING: Building Agent Memory without Tasks
Summary
Presents PREPING, a framework for constructing agent memory before any task-specific experience using proposer-guided synthetic practice, achieving competitive performance with reduced deployment costs.
View Cached Full Text
Cached at: 05/15/26, 04:23 AM
Paper page - PREPING: Building Agent Memory without Tasks
Source: https://huggingface.co/papers/2605.13880
Abstract
Preping is a framework for pre-task memory construction that uses proposer-guided synthetic practice to improve agent performance in new environments with reduced deployment costs.
Agent memoryis typically constructed either offline from curated demonstrations or online from post-deployment interactions. However, regardless of how it is built, an agent faces acold-start gapwhen first introduced to a new environment without any task-specific experience available. In this paper, we studypre-task memoryconstruction: whether an agent can buildprocedural memorybefore observing any target-environment tasks, using only self-generatedsynthetic practice. Yet, synthetic interaction alone is insufficient, as without controlling what to practice and what to store, synthetic tasks become redundant, infeasible, and ultimately uninformative, and memory further degrades quickly due to unfiltered trajectories. To overcome this, we present Preping, aproposer-guided memory constructionframework. At its core isproposer memory, a structured control state that shapes future practice. A Proposer generates synthetic tasks conditioned on this state, aSolverexecutes them, and aValidatordetermines which trajectories are eligible for memory insertion while also providing feedback to guide future proposals. Experiments on AppWorld, BFCL v3, and MCP-Universe show that Preping substantially improves over a no-memory baseline and achieves performance competitive with strong playbook-based methods built from offline or online experience, with deployment cost 2.99times lower on AppWorld and 2.23times lower on BFCL v3 than onlinememory construction. Further analyses reveal that the main benefit does not come from synthetic volume alone, but from proposer-side control over feasibility, redundancy, and coverage, combined with selective memory updates.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2605\.13880
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.13880 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.13880 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.13880 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
Project Shadows: Turns out "just add memory" doesn't fix your agent
An analysis exploring limitations in AI agent design, arguing that simply increasing memory capacity is insufficient to address fundamental architectural issues in how agents are built and function.
Agent memory is not just RAG over user facts
The article argues that simple RAG-based agent memory systems fail in production due to issues like stale preferences, missed keywords, and prompt injection, and advocates for a layered memory architecture with active selection, deterministic fallback, governance, and testing.
@Av1dlive: This 26-minute talk by OpenAI engineers on agent memory will teach you more about building memory for agents right than…
OpenAI engineers present a 26-minute talk on building effective memory systems for AI agents, offering practical insights for developers working on agent architecture.
AI Agent Memory & Coordination Mastery Pack – Stop Agents From Forgetting & Fighting ($14)
A premium prompt pack for multi-agent systems that prevents agents from forgetting, duplicating work, or contradicting each other, including memory prompts, handoff templates, and workflow recipes.