Milla Jovovich Launches Open-Source AI Memory System

Actress Milla Jovovich and developer Ben Sigman released MemPalace, an open-source, locally runnable AI memory system that applies the method-of-loci architecture to agent memory. MemPalace claims a first-ever perfect 100% R@5 on the LongMemEval benchmark (with Haiku reranking) and 96.6% without external API calls. The system stores every token in a hierarchical structure—wings, halls, rooms, closets, tunnels—uses SQLite and ChromaDB for local persistence, ships under an MIT license, and includes a 30x AAAK compression dialect that compresses long passages so models can load months of context. Integrations include Python 3.9+ and connectors for Claude, ChatGPT, Cursor and MCP. The design prioritizes retrieval accuracy and local privacy, positioning MemPalace as a practical memory layer for conversational agents and personal AI.
Scoring Rationale
MemPalace addresses a widely recognized practical problem—long-term memory for agents—and claims a benchmark breakthrough while remaining open-source and local-first. If reproducible, it will be relevant for practitioners building persistent assistants and agent systems.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problemsStep-by-step roadmaps from zero to job-ready — curated courses, salary data, and the exact learning order that gets you hired.
Sources
- Read OriginalFifth Element Star Milla Jovovich Reveals AI Memory Tool MemPalacedecrypt.co


