This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
memtrust-cli is an independent, Apache 2.0 CLI that evaluates LLM memory systems (MemPalace, Mem0, Zep/Graphiti, OpenViking) under identical conditions. It runs 17 distinct evals, including contradiction detection and compression fidelity. Built to be strictly unbiased it caught a fake API in our own adapter before testing external tools. It is 100% self-hostable and completely account-free.
The catalyst for building this was MemPalace. Their README originally touted a 100% LongMemEval figure (measured with Haiku reranking), which turned out to be irreproducible from the repo's own benchmark scripts and was eventually pulled. A second, still-cited 96.6% figure is largely the result of ChromaDB's default embeddings doing the heavy lifting in raw mode, rather than MemPalace's actual architecture. Furthermore, their claim of "lossless" AAAK compression drops that 96.6% down to 84.2% in practice, a 12.4-point gap from what "lossless" implies.
This was entirely documented by MemPalace's own users in [Issue #27] (opened April 7). Two PRs attempting to fix the reporting (#433 and #729) were closed unmerged on April 12, with #729 closed just seven minutes after it was opened. We decided it was time to build a tool that checks vendor claims independently, using the exact same methodology across the board.
The reason we are confident enough to publish this benchmark is that it caught a fictional API in its own code before we ever pointed it at a third-party vendor.
Every earlier version of our MemPalaceAdapter called a mempalace.Palace(storage_path=...) class with .remember(), .recall(), and .invalidate() methods. That class does not exist in the real installed package (running python3 -c "import mempalace; hasattr(mempalace, 'Palace')" returns False). Every "passing" test we had was exercising a hand-written fake. The tool caught this, and we've since rewritten the adapter against the real mempalace.mcp_server functions.
Right now, only one backend has a full run: mem0_direct. This is the self-hosted mem0ai OSS library running in-process through memtrust's adapter, backed by local Qdrant + OpenAI and not Mem0's hosted Platform API.
Here is what we found on a small sample size:
- Contradiction Detection: 7 of 7 cases were silently overwritten. (100% silent-overwrite rate, 0% flagged as a conflict).
- Compression Fidelity: Across 5 cases, mean literal fidelity was 31.6%.
- Extraction Quality: Across 15 cases, all 12 deliberately-junk entries were correctly rejected, but all 3 deliberately-valid entries were lost on retrieval.
Getting this run working also exposed a bug in mem0ai itself. Its default model string (gpt-5-mini) isn't recognized by mem0's own reasoning-model detection, which checks for gpt-5o-mini. Anyone setting OPENAI_API_KEY gets a 400 on every LLM-based extraction call right out of the box. Our adapter now works around this.
Mem0, MemPalace, Zep, and OpenViking are all real, useful projects with real communities. This isn't an attack on any of them. It's an attempt to give teams a verifiable number. Zep/Graphiti and OpenViking aren't live-benchmarked yet, but they're next on our list.
If you are evaluating memory systems, drop a comment with which backend you are eyeing and what you care most about (contradiction handling, compression fidelity, retrieval at scale), and we'll share what we've found so far.
If you have live credentials and want to help produce the first independently-run MemPalace or Zep benchmark, please open an issue!
No comment highlights available yet. Please check back later!
About memtrust on Product Hunt
“The benchmark vendors don't run on themselves”
memtrust was submitted on Product Hunt and earned 2 upvotes and 1 comments, placing #158 on the daily leaderboard. memtrust-cli is an independent, Apache 2.0 CLI that evaluates LLM memory systems (MemPalace, Mem0, Zep/Graphiti, OpenViking) under identical conditions. It runs 17 distinct evals, including contradiction detection and compression fidelity. Built to be strictly unbiased it caught a fake API in our own adapter before testing external tools. It is 100% self-hostable and completely account-free.
memtrust was featured in Open Source (68.7k followers), Developer Tools (517.6k followers), Artificial Intelligence (476.1k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 235.4k products, making this a competitive space to launch in.
Who hunted memtrust?
memtrust was hunted by Sourav Nandy. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how memtrust stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.