Supermemory Claims ~99% on LongMemEval_s with Experimental ASMR Technique, Plans Open-Source Release
AI ResearchScore: 95

Supermemory Claims ~99% on LongMemEval_s with Experimental ASMR Technique, Plans Open-Source Release

An experimental AI technique called ASMR (Agentic Search and Memory Retrieval) reportedly achieved near-perfect performance (~99%) on the LongMemEval_s benchmark. The method replaces vector search with parallel observer agents and will be open-sourced in 11 days.

2h ago·2 min read·10 views·via @kimmonismus
Share:

What Happened

A developer using the handle @kimmonismus announced on X (formerly Twitter) that an experimental system called "Supermemory" has achieved approximately 99% performance on the LongMemEval_s benchmark. The claimed result was achieved using a novel technique named ASMR, which stands for Agentic Search and Memory Retrieval.

According to the announcement, the core innovation is a complete architectural shift away from traditional vector search and embeddings. Instead, the system employs parallel observer agents that extract structured knowledge across six distinct vectors directly from raw, multi-session conversation histories.

The Technical Claim: ASMR

The ASMR technique, as described, involves deploying specialized search agents with different functions:

  • Direct Fact Agents: For retrieving specific, explicit information.
  • Related Context Agents: For pulling in semantically relevant background or supporting information.
  • Temporal Reconstruction Agents: For understanding and reconstructing sequences of events or information over time.

A key claim is that this agentic approach eliminates the need for a traditional vector database. The system processes raw history in parallel to build a structured, multi-vector knowledge representation on-the-fly for querying.

Context & Pending Release

The LongMemEval benchmark is used to test long-context memory and retrieval capabilities in language models, a critical challenge for applications like prolonged conversational agents or document analysis. A score approaching 99% would, if verified, represent a significant leap in reliable long-term memory recall.

The announcement concludes with a commitment to open-source the project: "Will be open source in 11 days!" This suggests the code, and potentially the model or method details, will be publicly released, allowing for independent verification and implementation.

The information is currently sourced solely from a social media announcement. Technical details, evaluation methodology, and independent benchmark verification are pending the open-source release.

AI Analysis

The claim of ~99% on LongMemEval_s is extraordinary and, if validated, would indicate a potential breakthrough in a persistent problem for large language models: reliable information retrieval from long contexts. The current state-of-the-art often involves sophisticated vector databases (like Chroma or Pinecone) or advanced retrieval-augmented generation (RAG) pipelines, which can still struggle with precision and recall over very long, multi-session histories. The proposed shift from a monolithic embedding/vector search paradigm to a multi-agent, specialized retrieval system is architecturally novel. It suggests moving from a 'search in a dense vector space' model to a 'structured extraction and query' model, which could offer more interpretable and precise results. Practitioners should be cautiously optimistic but await the open-source release. The critical questions are: What is the computational and latency overhead of running multiple parallel observer agents? How is the 'structured knowledge across six vectors' defined and integrated? Does the performance hold under rigorous, independent evaluation on the full LongMemEval suite and other long-context benchmarks like NIAH or KV retrieval? The promise of eliminating the vector database is appealing for simplicity, but the agent system may simply shift the complexity elsewhere. The 11-day timeline to open source is the key date for technical scrutiny.
Original sourcex.com

Trending Now

More in AI Research

Browse more AI articles