Did Codex Reset
GitHub

Jev-Mem paper reports faster memory construction for AI agents

elvis

The paper Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents proposes an agentic memory architecture inspired by System-One and System-Two cognition. A lightweight controller assigns memory types and relations when storing information. During reading, it handles routing, the retrieval budget, graph traversal, scoring, and when to stop. The LLM is called only for final reasoning and answer writing.

On LoCoMo, the paper reports an overall score of 0.777 with an LLM judge, an 11.0% relative improvement over the strongest baseline. It also reports building agent memory 6.6x faster and cutting query latency by 36.7%. Memory construction takes 158 seconds, and average query latency falls to 0.93 seconds.