Show HN: I evaluated file, vector, graph and RL based memory frameworks
pinglin
13 points
1 comment
August 15, 2026
Related Discussions
Found 5 related stories in 45.2ms across 4,128 title embeddings via pgvector HNSW
- Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5 pcbmaker20 · 58 pts · August 13, 2026 · 56% similar
- Show HN: A public AI whose memory is shared across all users adjohu · 70 pts · August 16, 2026 · 56% similar
- Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach eigenBasis · 12 pts · July 11, 2026 · 56% similar
- Show HN: A replayable A2A jury for tracing how agents influence decisions nmaroulis21 · 18 pts · August 09, 2026 · 55% similar
- Show HN: Adaptive Recall, persistent memory for AI assistants over MCP abratabia · 20 pts · July 12, 2026 · 54% similar
Discussion Highlights (1 comments)
neiltonrocha
I’ve been running into this while adding memory to agents we use across the companies I’m building. In the paper, structured memory scored 73.6% vs. 44.9% for files. But on abstention, it went the other way: 77.8% vs. 88.9%. That’s also where I’m struggling most today. Retrieving context is one thing. Knowing what is still valid when information gets old or conflicts is harder. I’ve been talking to other teams working on this and haven’t seen an approach that handles it really well yet. How are you dealing with this in production?