The story everyone's talking about

Milla Jovovich Built MemPalace — the AI Memory System That Broke Every Benchmark.

Milla Jovovich and developer Ben Sigman spent months building MemPalace with Claude Code. It scored 100% on LongMemEval — the first perfect score ever. 19,000+ GitHub stars in 48 hours. But not everyone believes the numbers.

0 + GitHub Stars
0 % LongMemEval Score
$0 Cost (MIT Licensed)
0 % Local — No Cloud

Why Milla Jovovich Built MemPalace — From Hollywood to AI

Milla Jovovich — the actress behind Alice in the Resident Evil franchise and Leeloo in The Fifth Element — has been using AI tools daily for months. She accumulated thousands of conversations with ChatGPT and Claude: decisions, creative ideas, business reasoning, debugging sessions.

Then she noticed something infuriating: every time she started a new session, her AI had amnesia. All those decisions, all that context — gone. She tried existing memory tools like Mem0 and Zep, but they had a fundamental problem: they used AI to decide what was worth remembering. The reasoning she needed most was exactly what got discarded.

So she partnered with developer Ben Sigman and spent months building MemPalace using Claude Code. Their radical idea: don't let AI decide what to forget — store everything, then make it findable.

In a video posted to Instagram, Milla Jovovich explained: "But during the process, I stumbled upon a bunch of problems that I knew needed to be solved if I was ever going to get it finished."

"I wanted my AI to remember the way I remember — not just the conclusions, but the journey. The alternatives I considered, the reasons I changed my mind, the nuance. That's what existing memory systems throw away."

— The motivation behind MemPalace, as described by its creators

According to Milla Jovovich, Anthropic's Claude helped shape the project after Ben Sigman introduced her to the developer tool. "I immediately realized that as an artist who loves to write, Claude could turn my words and ideas into reality," she said, but emphasized that "AI only knows what's already been done. It's the humans running it that actually create something unique and different."

Ben Sigman wrote on X: "By day, she's filming action movies, walking Miu Miu fashion shows, and being a mom. By night she's coding." The MemPalace project is now available on Milla Jovovich's GitHub at milla-jovovich/mempalace, making Milla Jovovich's GitHub profile one of the most talked-about in the developer community.

The MemPalace LongMemEval Benchmark Controversy: Is 100% Real?

MemPalace claims a perfect 100% score on LongMemEval — the standard benchmark for AI memory systems. Within hours of launch, the tech community started asking: is this actually legit?

What's Credible About MemPalace's LongMemEval Score

  • 96.6% raw score (zero API) is the highest published result requiring no external services
  • Verbatim storage approach is architecturally sound — you can't lose what you never discard
  • The team openly disclosed that 3 fixes (99.4% → 100%) were tuned on failing questions
  • Held-out test score of 98.4% shows strong generalization
?

What's Been Questioned About MemPalace

  • 100% hybrid score uses LLM reranking — not purely local
  • LoCoMo test used top_k=50, which may exceed candidate pool size
  • Some README claims on GitHub MemPalace don't match the actual codebase
  • AAAK compression may reduce accuracy from 96.6% to ~84.2%

Our Take on the MemPalace Benchmark

The 96.6% raw score is genuinely impressive and beats all competitors that don't require API access. The 100% hybrid score is real but comes with caveats that the MemPalace GitHub marketing doesn't emphasize. This is a real project with real innovations, wrapped in aggressive benchmark marketing that has sparked legitimate pushback. The Milla Jovovich MemPalace project remains the top-scoring local AI memory system available.

What People Are Saying About Milla Jovovich's MemPalace

The internet reacted to MemPalace by Milla Jovovich. Here are some highlights.

BS
Ben Sigman @bensig
1.5M+ impressions

"My friend Milla Jovovich and I spent months building MemPalace with Claude Code. First perfect score on LongMemEval. 5,400 GitHub stars in 24 hours."

BR
Brian Roemmele @BrianRoemmele
AI Industry KOL

"We tested MemPalace at The Zero-Human Company and deployed it to 79 employees. This is a masterpiece."

WS
Wayne Sutton @WayneSutton
Viral reaction

"Milla Jovovich launching an AI memory system was NOT on my 2026 bingo card."

DV
denysvitali HackerNews
Top HN Comment

"Yes, that Milla Jovovich (Resident Evil actress). This was definitely not on my 2026 Bingo Card. Missed opportunity to call it Resident Eval."

AW
@am_will Twitter
Viral tweet

"Milla Jovovich has a GitHub. She's co-developed the highest-scoring AI memory system. What a boss."

PL
Penfield Labs Substack
Critical analysis

"None of the benchmark scores are real... the LongMemEval 100% was achieved after targeted fixes on specific failing questions."

How MemPalace Works — Milla Jovovich's AI Memory Architecture

The core idea behind MemPalace: instead of letting AI decide what's worth remembering, store everything verbatim and use vector search to find it later. Inspired by the ancient "memory palace" mnemonic technique.

🏰

MemPalace Wings

Top-level containers for projects or people

🚪

MemPalace Rooms

Specific topics within each wing

🏛️

MemPalace Halls

Corridors connecting rooms by memory type: facts, events, discoveries

🗄️

MemPalace Closets

30x compressed summaries in AAAK lossless format

📂

MemPalace Drawers

Original verbatim files — the source of truth, never deleted

📐

AAAK Compression

Custom 30x compression dialect any LLM reads natively

How MemPalace Compares on LongMemEval

System LongMemEval Cost Local
MemPalace (raw) 96.6% Free Yes
Supermemory ~99% Paid No
Mem0 ~85% $19-249/mo No
Zep ~85% $25/mo+ No

Table shows raw scores (no LLM reranking). Sources: LongMemEval paper.

1-minute interactive tool

MemPalace vs Mem0 vs Zep — Which AI Memory Framework Fits You?

7 quick questions. Personalized recommendation with cost estimate. No signup needed.

Question 1 of 7

MemPalace GitHub Pulse — Milla Jovovich's Repository

What's happening in the MemPalace GitHub repository right now.

19.5K+
GitHub Stars
Growing fast
🔀
2.3K+
Forks
Active community
👀
153+
Watchers
Following updates
💬
110+
Open Issues
Feature requests + bugs

Hottest MemPalace GitHub Issues Right Now

#59 Import support for Cursor, Copilot, Codex, Windsurf feature
#50 Multilingual search support (non-English memories) feature
#47 UnicodeEncodeError crash on Windows bug
#37 Chinese community deep analysis & discussion community
#29 Benchmark methodology questions discussion

Try Milla Jovovich's MemPalace Yourself

Free, open-source, installs in under a minute. See if the hype is justified.

1

Install MemPalace

pip install mempalace

Requires Python 3.9+

2

Initialize MemPalace

mempalace init

Creates your local palace structure

3

Integrate MemPalace with Claude Code

Add the MCP server config to your Claude Code settings. Full tutorial in the MemPalace GitHub README.

View on GitHub

Explore MemPalace by Milla Jovovich

Frequently Asked Questions About MemPalace

MemPalace was created by Milla Jovovich (the actress known for the Resident Evil franchise) and developer Ben Sigman. They built it over several months using Claude Code after Milla Jovovich became frustrated that existing AI memory systems would decide what to remember for her, discarding the reasoning and context she actually needed. The project is now available on Milla Jovovich's GitHub (milla-jovovich/mempalace).

Milla Jovovich co-developed MemPalace using Claude Code, an AI-assisted coding tool. She described the project as a collaboration between her vision for how Milla Jovovich AI memory should work and Ben Sigman's engineering expertise. As she said, "I immediately realized that as an artist who loves to write, Claude could turn my words and ideas into reality." According to Ben Sigman: "By day, she's filming action movies, walking Miu Miu fashion shows, and being a mom. By night she's coding." This Milla Jovovich AI vision is what sets MemPalace apart from other solutions.

MemPalace (sometimes searched as MemPlace or Milla Jovovich MemPlace) is an open-source AI memory system that gives large language models persistent, cross-session memory. It stores all conversation data verbatim and uses vector search to retrieve relevant memories. It runs entirely locally with zero API costs, using ChromaDB and SQLite. The system draws inspiration from the ancient "method of loci" mnemonic technique. You can find it on GitHub under GitHub MemPalace or MemPalace GitHub.

MemPalace claims 100% on LongMemEval in hybrid mode (with optional Haiku reranking) and 96.6% in raw mode (zero API). However, these scores have been questioned by independent reviewers. The 100% hybrid score was achieved after targeted fixes for specific failing questions, and some methodology choices (like top_k settings) have been debated. The raw 96.6% LongMemEval score is generally considered more credible.

Yes. MemPalace is MIT licensed and runs entirely on your local machine. The raw search mode requires zero API keys and zero cost. The optional hybrid mode uses a cloud LLM for reranking at approximately $0.001 per query. You can download it from MemPalace GitHub or install via PyPI.

The key difference is philosophical: MemPalace stores everything verbatim and uses vector search, while Mem0 uses an LLM to extract key facts and discards the rest. MemPalace scores higher on LongMemEval benchmarks (96.6-100% vs ~85%) and costs nothing, but Mem0 has $24M in funding, enterprise support, and a more mature ecosystem.

Install MemPalace with pip install mempalace, then run mempalace init. It requires Python 3.9+. For Claude Code integration, add the MCP server config to your settings. The latest secure version is 3.0.0 according to PyPI. You can also clone directly from GitHub MemPalace at milla-jovovich/mempalace.

AAAK is a custom lossless compression dialect that MemPalace uses to compress stored memories approximately 30x. Any LLM can read AAAK natively without a decoder. However, independent testing suggests that using AAAK may reduce retrieval accuracy from 96.6% to approximately 84.2%, which is a tradeoff worth considering. The AAAK compression system is one of MemPalace's unique innovations.