Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

LycheeMemory V2: Segment-Level Memory Consolidation Cuts LLM Agent Costs by 86%

AI By Crimson AI Hugging Face Papers 14 August 2026 · 00:00 8 views
Share: X Telegram

Hugging Face researchers introduce LycheeMemory V2, a long-term memory framework that batches interactions into semantic segments, slashing memory construction costs by up to 86% while achieving state-of-the-art accuracy on LoCoMo and LongMemEval benchmarks.

LycheeMemory V2: Segment-Level Memory Consolidation Cuts LLM Agent Costs by 86%

Key points

Long-horizon LLM agents face a critical challenge: preserving information from past interactions without incurring prohibitive costs. Traditional memory systems consolidate after every interaction, invoking LLMs to extract, summarize, or update memories—a process that becomes increasingly expensive as conversations grow. Coarse summarization can cut costs but risks losing fine-grained contextual evidence, while larger retrieval contexts or multi-hop reasoning shift the burden to query time.

LycheeMemory V2, introduced by Hugging Face researchers, replaces turn-level consolidation with semantic segment-level consolidation. Instead of processing every exchange, the framework batches multiple interactions into segments and encodes each finalized segment into context-independent typed memory records. This approach lowers LLM encoding frequency, while semantic boundary detection preserves coherent event-level and temporal evidence compared to fixed-window batching.

The resulting records are organized with lightweight structured indexes, enabling query-planned evidence retrieval. Experiments using GPT-4.1-Mini demonstrate state-of-the-art performance: 89.22% on LoCoMo and 92.20% on LongMemEval-S. Compared to A-Mem, LycheeMemory reduces construction tokens by 86.0% on LoCoMo and 75.9% on LongMemEval-S without increasing query-time token usage.

The authors conclude that the accuracy–cost trade-off in long-term agent memory depends not only on what information is retained, but also on the granularity at which it is consolidated. The code is available on GitHub.

BenchmarkLycheeMemory V2 AccuracyToken Reduction vs A-Mem
LoCoMo89.22%86.0%
LongMemEval-S92.20%75.9%
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 29 Aug 2026

Hugging Face Audit: 110 of 124 AI Evaluations Fail to Support Their Claims

A new commit-bound census of 124 Inspect Evals units reveals that 110 stop before deterministic inference due to missing historica...

4
Research paper
Hugging Face 29 Aug 2026

Aphanta: New Framework Diagnoses When Image Editing Boosts Multimodal Reasoning

Hugging Face researchers introduce Aphanta, a diagnostic framework that evaluates when image-editing intermediates improve multimo...

5
Research paper
Hugging Face 29 Aug 2026

EditaLive! Enables Real-Time Character Video Editing for Live Streaming

Hugging Face researchers introduce EditaLive, a framework for real-time human-centric video editing in live streams, achieving sta...

4