Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents

Hugging Face Daily Papers Papers

Summary

Jev-Mem introduces an agentic memory architecture inspired by System-One/System-Two cognition, enhancing efficiency and effectiveness for long-horizon AI agents with improved scores and faster operations.

Agentic memory is becoming essential for long-horizon AI agents, yet many existing systems rely on autoregressive LLMs to control how memories are organized, retrieved, and used, placing expensive generation on the critical path of memory operations. We introduce \method, a new agentic memory architecture inspired by System-One/System-Two cognition. System One captures fast, lightweight decision-making, whereas System Two performs slower, deliberative reasoning. Jev-Mem brings this division of labor to agentic memory through a dedicated System-One control plane, a structured multi-relational memory plane, and a System-Two reasoning plane. The System-One controller governs memory typing and relational organization during construction, and dynamically performs query routing, retrieval-budget allocation, graph traversal, candidate scoring, and adaptive stopping during retrieval. System Two is invoked only for complex reasoning and answer synthesis. This design improves both memory effectiveness and system efficiency: on LoCoMo Jev-Mem achieves an overall LLM-as-a-Judge score of 0.777, an 11.0\% relative improvement over the strongest baseline, while reducing memory construction time to 158\,s, a 6.6times speedup over the fastest competing memory system, and lowering average query latency to 0.93\,s, a 36.7\% reduction.
Original Article
View Cached Full Text

Cached at: 09/22/26, 07:28 AM

Paper page - Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents

Source: https://huggingface.co/papers/2609.23986

Abstract

Agenticmemoryisbecomingessentialforlong-horizonAIagents,yetmanyexistingsystemsrelyonautoregressiveLLMstocontrolhowmemoriesareorganized,retrieved,andused,placingexpensivegenerationonthecriticalpathofmemoryoperations.Weintroduce\method,anewagenticmemoryarchitectureinspiredbySystem-One/System-Twocognition.SystemOnecapturesfast,lightweightdecision-making,whereasSystemTwoperformsslower,deliberativereasoning.Jev-MembringsthisdivisionoflabortoagenticmemorythroughadedicatedSystem-Onecontrolplane,astructuredmulti-relationalmemoryplane,andaSystem-Tworeasoningplane.TheSystem-Onecontrollergovernsmemorytypingandrelationalorganizationduringconstruction,anddynamicallyperformsqueryrouting,retrieval-budgetallocation,graphtraversal,candidatescoring,andadaptivestoppingduringretrieval.SystemTwoisinvokedonlyforcomplexreasoningandanswersynthesis.Thisdesignimprovesbothmemoryeffectivenessandsystemefficiency:onLoCoMoJev-MemachievesanoverallLLM-as-a-Judgescoreof0.777,an11.0\%relativeimprovementoverthestrongestbaseline,whilereducingmemoryconstructiontimeto158\,s,a6.6timesspeedupoverthefastestcompetingmemorysystem,andloweringaveragequerylatencyto0.93\,s,a36.7\%reduction.

View arXiv pageView PDFGitHub7Add to collection

Get this paper in your agent:

hf papers read 2609\.23986

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/2609.23986 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2609.23986 in a dataset README.md to link it from this page.

Spaces citing this paper1

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

AdMem: Advanced Memory for Task-solving Agents

arXiv cs.AI

This paper introduces AdMem, a unified memory framework for LLM-based agents that integrates semantic, episodic, and procedural memory with a bi-level short-term and long-term store, using a multi-agent architecture for automatic memory generation and adaptive retrieval. Experiments show improved robustness and success on long multi-turn tasks.

SelfMem: Self-Optimizing Memory for AI Agents

arXiv cs.CL

SelfMem introduces a self-optimizing memory framework for AI agents that allows them to explore, evaluate, and refine their own memory strategies through memory tools and feedback signals, achieving significant improvements over baselines on the BEAM benchmark across large conversation scales.

@omarsar0: // AutoMem // I quite like this idea of metamemory. (bookmark it) This new research from Stanford treats agent's memory…

X AI KOLs Timeline

This Stanford research paper introduces AutoMem, a framework that treats agent memory management as a trainable skill. By optimizing memory structure and proficiency separately, AutoMem improves base agent performance 2x-4x on long-horizon tasks, enabling a 32B open-weight model to compete with frontier systems like Claude Opus 4.5 and Gemini 3.1 Pro Thinking.