Tired of your AI getting amnesia? MemPalace is a new open-source memory system built by Milla Jovovich & Ben Sigman that just hit a 100% score on LongMemEval.
How it works: Unlike Mem0 which uses AI to filter facts, MemPalace stores conversations verbatim locally (ChromaDB SQLite) and retrieves them via vector search. It even uses a custom 30x AAAK compression dialect.
Why it matters: It proves that storing the entire journey, not just the conclusions, is the key to persistent, cross-session AI memory. 100% local, zero API costs, MIT licensed.
github.com/milla-jovovich/meβ¦