Back to browse
YourMemory, agentic memory is a pruning problem, not a hoarding problem

YourMemory, agentic memory is a pruning problem, not a hoarding problem

by SachitRafa·Jun 7, 2026·19 points·0 comments

AI Analysis

●●SolidBig BrainSlick

Ebbinghaus decay prunes memory automatically, unlike standard RAG hoarding.

Strengths
  • Ebbinghaus forgetting curve with type-specific half-lives (strategy 38d, fact 24d, failure 11d).
  • Hybrid retrieval: BM25 + dense vector + graph expansion in two rounds.
  • MCP-compatible with per-agent API keys, shared/private visibility, 2-command setup.
Weaknesses
  • Agentic memory is crowded (Mem0, LangChain Memory, Zep) — differentiation unclear.
  • Vercel-hosted demo suggests early stage; enterprise claims need validation.
Category
Target Audience

AI agent developers, teams building persistent assistant memory

Similar To

Mem0 · LangChain Memory · Zep

Post Description

This is a project that I have been building for a while now, YourMemory is a solution to agentic memory which focuses on pruning of noise rather than hoarding of data.

In the current state of agentic memory most of the context is stored in the form of a MD file or is derived through a RAG model where you store each and everything. Both of the solution leads to bloated context which does not optimize the usage of any tokens.

In this system we only keep relevant data in our memory and prune all the unnecessary data. The relevance of a data is derived through multiple factors such as recall rate, importance, category, to which memory chain it's connected to etc. These parameters are fine tuned so that we can cater to both episodic memory and semantic memory.

Our memory layer keeps the size flat in this manner. You can draw correlation of this infrastructure with how Human brain store and prune memory.

The enterprise model is something very exciting as we can extract relevant memories from each user, agent and sub agent in this layer and that can be used by any one in the org, ensuring memory optimization at an enterprise level.

Similar Projects

Developer Tools●●Solid

Prism MCP v4.0 – Behavioral Memory for AI Agents

Persistent memory and time travel for AI agents using local SQLite.

WizardryNiche Gem
dcostenco
102mo ago
AI/ML●●Solid

Prism MCP – The Mind Palace for AI Agents (Local-First Memory)

SQLite F32_BLOB vector search with Git drift detection for agent memory.

Eye CandyWizardry
dcostenco
102mo ago