On April 7, 2026, actor Milla Jovovich launched an open-source AI memory system that, according to benchmarks, outperforms paid alternatives. The system, called MemPalace, scored 96.6 percent on LongMemEval and even claims 100 percent with additional techniques.
The project immediately puts pressure on the AI memory and context-management market. It’s available on
GitHub.
What is MemPalace and why does it matter?
MemPalace is an AI memory system that stores entire conversations and makes them fully searchable. Unlike existing solutions that summarize, this system preserves every interaction verbatim and makes it retrievable later via semantic search.
That means AI systems no longer lose context between sessions. Users don’t have to keep re-explaining decisions, preferences, or technical choices.
The impact is significant because memory is one of the biggest limitations of modern AI tools like chatbots and copilots. MemPalace runs locally, is free, and requires no API costs.
How does this AI memory system work?
MemPalace uses a structure inspired by the “memory palace,” an ancient mnemonic technique. It organizes information into wings, rooms, and drawers, helping AI retrieve relevant context faster.
The core principles are:
- Full conversation storage without summarization
- Local processing with no cloud or external API
- Semantic search via vector databases
- A structure that logically groups context
According to the documentation, all data is stored in ChromaDB and no AI is used to decide what’s important—preventing information loss.
Benchmark results: better than paid AI tools
MemPalace scores 96.6 percent on LongMemEval without external APIs. With an extra reranking step, the system reaches 100 percent recall on 500 test questions.
These results stand out because:
- The system is completely free
- It runs locally with no cloud costs
- It doesn’t depend on large AI models
According to the project documentation, this is the highest score ever for a system without paid infrastructure.
Criticism and caveats from the creators
The creators, including Milla Jovovich and developer Ben Sigman, acknowledge some launch claims were too strong. For example:
- The 100 percent score depends on an additional pipeline
- The AAAK compression technique is less effective than claimed
- Some features are still experimental
This transparency is notable and boosts credibility within the open-source community.
Why this matters for the Netherlands
This development directly affects Dutch AI applications and policy. Local AI solutions are increasingly important due to privacy laws like the GDPR.
MemPalace aligns with this because:
- Data stays fully local
- No external data flows are required
- Costs are drastically lower
For Dutch companies, educational institutions, and governments, this could be a breakthrough for secure AI adoption.
What does this mean for the future of AI?
AI memory is seen as the next big step in AI development. Systems that retain context can operate more reliably and autonomously.
MemPalace shows that open source can compete with commercial players. This could lead to:
- Faster innovation through community contributions
- Lower costs for businesses
- More control over data and privacy
The coming months will determine whether MemPalace sees broad adoption or remains mostly a technical experiment.