<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Martin Minchev</title>
    <description>The latest articles on Forem by Martin Minchev (@martin_minchev_349f9c7444).</description>
    <link>https://forem.com/martin_minchev_349f9c7444</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3137692%2F1ad1d8f0-1ff8-41a3-9644-f523c0035f85.png</url>
      <title>Forem: Martin Minchev</title>
      <link>https://forem.com/martin_minchev_349f9c7444</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/martin_minchev_349f9c7444"/>
    <language>en</language>
    <item>
      <title>I built a memory system that outperforms standard RAG on temporal queries -- try the live playground</title>
      <dc:creator>Martin Minchev</dc:creator>
      <pubDate>Sun, 15 Feb 2026 17:33:59 +0000</pubDate>
      <link>https://forem.com/martin_minchev_349f9c7444/i-built-a-memory-system-that-outperforms-standard-rag-on-temporal-queries-try-the-live-playground-dfp</link>
      <guid>https://forem.com/martin_minchev_349f9c7444/i-built-a-memory-system-that-outperforms-standard-rag-on-temporal-queries-try-the-live-playground-dfp</guid>
      <description>&lt;p&gt;Standard RAG stores text as vectors and returns the closest match by similarity. It works, but it has no concept of time, change, or usage.&lt;br&gt;
I built Three - a retrieval system where stored information behaves more like memory. Recent and frequently referenced information surfaces more easily, while outdated or neglected information gradually recedes.&lt;br&gt;
How it differs from standard RAG&lt;br&gt;
Temporal awareness - If you changed your phone number last week, the system returns the new one, not the old one. Standard RAG scores both equally.&lt;br&gt;
Usage-based decay - A topic discussed daily surfaces more easily on a vague query than something mentioned once in passing.&lt;br&gt;
Context assembly - Instead of returning only the closest text matches, the system considers recency and relevance history when assembling results.&lt;br&gt;
Live playground&lt;br&gt;
I built three controlled experiments where you can run the same queries against both systems on identical data - same embeddings, same queries, only the retrieval logic differs.&lt;br&gt;
Needle in a Haystack - 10 memories hidden among 2,000+. Find the target with exact or fuzzy queries.&lt;br&gt;
Temporal Intelligence - Two conflicting memories (old vs new) on the same topic. Which system picks the current one?&lt;br&gt;
Memory Decay - Two same-age memories, one frequently referenced, one never revisited. Does usage history affect ranking?&lt;br&gt;
No signup, no mocked results. Try it: &lt;a href="https://three-production-b254.up.railway.app/" rel="noopener noreferrer"&gt;https://three-production-b254.up.railway.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Key takeaway&lt;br&gt;
Standard RAG is hard to beat at pure text matching. This system wins when the question involves time, change, or ambiguity - which, in real conversations, is most of the time.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>machinelearning</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
