paper-with-me

홈 › Papers

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

2026-09-21 · Dongming Jiang, Yi Li, Bingzhe Li hf

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.

📄 PDF Abstract BibTeX arXiv:2609.23986

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 121
libingzheren/Jev-Mem ★ 32

Similar Papers 제목 키워드 기반

Conversable Complexity: Agentic LLM Collectives as Interpretable Substrates

2026-07-01 · Elias Najarro, Ane Espeseth, Eleni Nisioti, Sebastian Risi 외 arxiv

Complexity and interpretability rarely coincide: systems rich enough for complex behaviours to emerge are usually too opaque to question, while transparent ones are too simple for anything complex to emerge. A single lar…

D-MEM: Dopamine-Gated Agentic Memory via Reward Prediction Error Routing

2026-03-15 · Yuru Song, Qi Xin arxiv

Autonomous LLM agents require structured long-term memory, yet current "append-and-evolve" systems like A-MEM face O(N^2) write-latency and excessive token costs. We introduce D-MEM (Dopamine-Gated Agentic Memory), a bio…

Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline

2026-06-03 · Zhikai Chen, Jialiang Gu, Junyu Yin, Xianxuan Long 외 arxiv

LLM agents accumulate histories that outgrow their context windows, motivating a growing literature on memory systems. Yet most existing designs are tuned to a single scenario (multi-session chat or a single trajectory f…

A-MEM: Agentic Memory for LLM Agents

2025-02-17 · Wujiang Xu, Kai Mei, Hang Gao, Juntao Tan 외

While large language model (LLM) agents can effectively use external tools for complex real-world tasks, they require memory systems to leverage historical experiences. Current memory systems enable basic storage and ret…

Large Language Model

Architectures for Building Agentic AI

2025-12-10 · Sławomir Nowaczyk arxiv

This chapter argues that the reliability of agentic and generative AI is chiefly an architectural property. We define agentic systems as goal-directed, tool-using decision makers operating in closed loops, and show how r…