All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

YourMemory: Open-source persistent memory layer for AI agents using Ebbinghaus forgetting curve

By

SachitRafa

1mo ago· 6 min readenCode

Summary

YourMemory is an open-source persistent memory layer for AI agents that implements Ebbinghaus forgetting curve decay to mimic human memory. It allows AI assistants to remember user preferences, context, and information across sessions, with important details retained longer while outdated or less relevant information fades naturally. The system claims +16pp better recall than Mem0 on the LoCoMo benchmark, requires only two commands to install, and operates with zero infrastructure requirements. It is designed to solve the problem of AI agents starting from zero in every session.

Key quotes

· 4 pulled
Every session, your AI assistant starts from zero. It asks the same questions, forgets your preferences, re-learns your stack. There is no memory between conversations.
YourMemory fixes that. It gives AI agents a persistent memory layer that works the way human memory does — important things stick, forgotten things fade, outdated facts get replaced automatically.
Two commands to install, zero infrastructure required.
Tested on LoCoMo-10 — 1,534 QA pairs across 10 multi-ses
Snippet from the RSS feed
Agentic AI memory with Ebbinghaus forgetting curve decay. +16pp better recall than Mem0 on LoCoMo. - sachitrafa/YourMemory

You might also wanna read