AI memory with biological decay (52% recall)
Ebbinghaus forgetting curve cuts token waste 84% while doubling recall versus Zep.
The memory layer that thinks like a human: remembers what matters, forgets what does not, and never calls home.
Ebbinghaus decay + offline semantic search beats Mem0, Letta, Memori combined.
AI agent builders, developers needing persistent memory without cloud dependencies
Mem0 · Letta · Memori
Kore is different: - Memory decay based on the Ebbinghaus forgetting curve — memories fade unless retrieved, with half-life based on importance (7 days for casual notes, 1 year for critical info) - Auto-importance scoring locally — no LLM call needed - Semantic search in 50+ languages — local sentence-transformers, zero API calls - Memory compression — auto-merges similar memories - Agent namespace isolation — multi-agent safe - Runs fully offline — SQLite + FTS5, FastAPI, no external services
pip install kore-memory[semantic] then kore to start.
Would love feedback on the decay formula and whether the Ebbinghaus approach makes sense for long-running agents.
Ebbinghaus forgetting curve cuts token waste 84% while doubling recall versus Zep.
Ebbinghaus decay prunes memory automatically, unlike standard RAG hoarding.
ACT-R decay and Hebbian learning as native primitives, not vector hacks.
Vector DBs store memories; this one forgets, consolidates, and flags contradictions like human memory.
Biological decay mechanics beat vector search for agent memory that actually forgets.
Explainable retrieval with decision traces beats Mem0 and Zep on transparency.