ShiZhen AI
ShiZhen AI
Feb 23, 2026 · Artificial Intelligence

Is OpenViking’s File‑System‑Based Agent Memory a Real Innovation or Just a RAG Facelift?

OpenViking, an open‑source “Agent context database” from ByteDance’s Volcano Engine, replaces flat RAG retrieval with a hierarchical file‑system model, offering layered summaries, recursive directory search, and traceable sessions, but its core still relies on vector retrieval and some features remain placeholders, making it more suited to enterprise agents than hobby projects.

Agent MemoryContext ManagementEnterprise AI
0 likes · 11 min read
Is OpenViking’s File‑System‑Based Agent Memory a Real Innovation or Just a RAG Facelift?
PaperAgent
PaperAgent
Feb 6, 2026 · Artificial Intelligence

How xMemory Cuts Tokens by 30% While Boosting Agent QA Scores Over 10 Points

The paper introduces xMemory, a hierarchical "split‑aggregate‑retrieve" framework that reduces token usage by up to 30% and improves QA performance by more than 10 points in long‑range agent conversations, outperforming traditional RAG across multiple LLMs.

Agent MemoryHierarchical RetrievalInformation Retrieval
0 likes · 8 min read
How xMemory Cuts Tokens by 30% While Boosting Agent QA Scores Over 10 Points
PaperAgent
PaperAgent
Jan 25, 2026 · Artificial Intelligence

How Deep GraphRAG Solves Retrieval’s Three‑Way Dilemma with Hierarchical Search

Deep GraphRAG tackles the three‑fold dilemma of traditional Retrieval‑Augmented Generation by introducing hierarchical global‑to‑local retrieval, a beam‑search dynamic reordering that cuts latency, and a DW‑GRPO reinforcement‑learning module that adaptively weights rewards, achieving near‑state‑of‑the‑art performance with up to 86% faster inference.

AI researchGraphRAGHierarchical Retrieval
0 likes · 5 min read
How Deep GraphRAG Solves Retrieval’s Three‑Way Dilemma with Hierarchical Search