sachit mishra

sachit mishra

YourMemoryYourMemory
Building the next big thing

Badges

Tastemaker
Tastemaker
Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

Forums

18d ago

Open-source memory for AI agents that works like a brain, not a database

Hey makers Launched YourMemory today, open-source, self-hostable memory for AI agents.

Every morning my agent treated me like a stranger: same context re-explained, same preferences forgotten, every session from zero. Most "memory" tools just bolt on a vector DB that hoards everything until retrieval drowns in noise, a goldfish with a bigger bowl.

So I built memory that works more like a brain:

  • Consolidates related facts into clean summaries, sharper over time, not bloated

  • Decays stale memories on an Ebbinghaus forgetting curve, but keeps the load-bearing stuff

  • Hash-chained audit trail so you can actually trust what's stored

19d ago

YourMemory 2.0 - Your AI has the memory of a goldfish. Not anymore

Most AI memory tools (Mem0, Zep, vector DBs) are storage with search, they hoard everything and bloat into noise. YourMemory behaves like a brain: 🧠 It consolidates related facts into clean summaries, so memory gets sharper, not bigger (444 → 16). ♻️ It recovers your agent's context after every reset. 🔒 It proves every change with a tamper-evident audit trail. 👥 It shares role-based team memory pools. Everyone else's store gets worse as it grows. Ours gets better.

3mo ago

Local first memory layer for AI agents to end "Context Rot." Closing out my first solo launch!

Hey everyone,

I got tired of my AI agents (Claude/Cursor) losing the plot during long coding sessions because their context window was full of junk.

I spent my nights building YourMemory, a local MCP server that uses biological decay (Ebbinghaus curve) to prune stale logs while keeping important architectural "chains" alive.

The highlights:

View more