[R] Seeking arXiv Endorsement for cs.AI: Memento – A Fragment-Based Memory System for LLM Agents

Hi everyone,

I’m looking for an arXiv endorsement in cs.AI for a paper on persistent memory for LLM agents.

The core problem: LLM agents lose all accumulated context when a session ends. Existing approaches — RAG and summarization — either introduce noise from irrelevant chunks or lose information through lossy compression.

My approach (Memento) treats memory as atomic, typed “fragments” (1–3 sentences each) rather than monolithic document chunks. The key design choices are a 6-type taxonomy (Facts, Decisions, Errors, Preferences, Procedures, Relations), biologically-inspired decay rates modeled on Ebbinghaus’s forgetting curve, a three-tier hybrid retrieval stack (Redis → PostgreSQL GIN → pgvector HNSW with RRF), and an asynchronous pipeline that handles embedding and contradiction detection without blocking the agent’s critical path.

The system is deployed in a personal production environment supporting software engineering workflows. I’d describe the density improvement over standard chunk-level RAG as substantial, though the evaluation is qualitative at this stage — formalizing benchmarks is on the roadmap.

Paper title: Memento: Fragment-Based Asynchronous Memory Externalization for Persistent Context in Large Language Model Agents

GitHub: https://github.com/JinHo-von-Choi/memento-mcp

If you’re a qualified endorser and the work looks reasonable to you, the endorsement link is https://arxiv.org/auth/endorse?x=ZO7A38 (code: ZO7A38). Happy to discuss the fragment-level approach or take technical feedback in the comments.

submitted by /u/Flashy_Test_8927
[link] [comments]

Liked Liked