proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersDongming Jiang, Yi Li, Bingzhe Li1 min readpaperadvanced

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

Summary

Jev‑Mem splits agentic memory work between a fast System‑One controller (handling typing, organization, routing, budgeting, graph traversal, scoring, and stopping) and a slower System‑Two reasoning plane, cutting memory‑construction time 6.6×, query latency 36.7% and boosting LLM‑as‑a‑Judge score 11% on LoCoMo.

  • System‑One control plane removes LLM generation from the hot path of memory ops, handling most retrieval decisions with lightweight logic.
  • Memory is stored as a structured multi‑relational graph; System‑One dynamically allocates retrieval budget and routes queries through the graph.
  • System‑Two is only invoked for complex reasoning or answer synthesis, reducing overall LLM calls.
  • Empirical results on the LoCoMo benchmark: 0.777 LLM‑as‑a‑Judge (11% relative gain), 158 s construction time (6.6× faster than best prior), 0.93 s average query latency (36.7% lower).

Long‑horizon agents need cheap, fast memory access; Jev‑Mem shows a concrete architecture that offloads most work from expensive LLM inference, delivering measurable speedups and effectiveness gains—useful for anyone building autonomous agents or retrieval‑augmented generation pipelines.

8/10

Related reading

  1. Introducing System One Models and Jev

    TypeSafe AI announced its first “System One” model, Jev, a non‑text‑generating LLM that outputs type‑safe structured decisions with calibrated probabilities. It claims 40‑200× lower latency (70‑500 ms) and 100‑500× lower cost versus frontier LLMs, no hallucinations, and parallel sampling. The post includes a side‑by‑side demo, a custom “workflow” benchmark comparing Jev to GPT‑5.6/6 and other mod…

    Hacker News front pagetypesafe.ai9 minHN1824480lobste.rs26
  2. Shared Selective Persistent Memory for Agentic LLM Systems

    Apple proposes a memory architecture for agentic LLMs that selectively persists reusable context (specs, schemas, configs, constraints) across sessions and users. Shared workspaces with role‑based access and a zero‑token data‑refresh mechanism cut token usage by 97×, reduce task time by 14×, and raise task‑completion rates to 96% versus 71%‑79% for baselines.

    Apple Machine Learning Researchapple.com1 minpaper
  3. Designer-RSI: Evolving Procedural Memory from User Traffic for Agentic Graphic Design

    The paper introduces Designer‑RSI, a continual‑adaptation system that couples a frozen design‑software‑controlling LLM with an external procedural memory of natural‑language design skills. Over five adaptation rounds on real user briefs, the memory grows from 76 to 139 procedures and lifts execution success from 72.7% to 99.3%, showing that skill accumulation and selective replay can dramatically…

    Hugging Face Daily Papersarxiv.org1 minpaper
  4. Mem0 joins the Vercel Marketplace

    Mem0, a service that provides long‑term memory for AI agents, is now available as a native Vercel Marketplace integration. It auto‑creates an API key, adds it as MEM0_API_KEY, and offers built‑in billing with free and paid plans.

    Vercelvercel.com1 minrelease