AI Memory Retrieval Hit Only 22% With No Ranking — a Reranker Fixed It to 90%, No Model Calls

memokris · reddit · 2026-09-16

The author asked their internal AI memory system "what's my current job" and got an unrelated fact about a project named Henderson — the right answer was in the store but never retrieved.

Root cause: retrieval had no relevance ranking at all. It mapped the question to a topic and returned the eight most recent facts under it, whatever they said.

Measurement and fix: testing with 60 random facts, each fact's own text as the query:

The deceptive metric: the exact-match channel "hit" on 50 of 60 (83%), but only 13 of those 50 returned the target — "hit" and "returned the right thing" are different numbers, and the team had been watching the wrong one. Zero model calls, a few milliseconds of latency.

Original post →

More from coding & agent

coding & agent channel →