Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents
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.
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
@0xMovez: https://x.com/0xMovez/status/2101007482919227841
The article provides a 10-step guide to building the fastest AI Agent Brain using Jev, a System One model by TypeSafe AI, which offers faster and cheaper decision-making compared to LLMs.
AdMem: Advanced Memory for Task-solving Agents
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
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.
I've built a memory system for my agent and it's actually working
A developer shares MnemoBrain, a memory system that enables AI agents to automatically remember context using hooks and semantic search, removing the need for explicit memory commands.
@omarsar0: // AutoMem // I quite like this idea of metamemory. (bookmark it) This new research from Stanford treats agent's memory…
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.