Identify the failure when persistent memory and fresh retrieval disagree about a fact
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
The model treats memory and retrieval as plain text; outcome is determined by position, recency, and any explicit precedence rule you write, not by source type.
Imagine a kid doing homework who gets two answers to the same question: one from a sticky note on the fridge (older, but written by a parent) and one from a textbook just opened on the desk. Nobody told the kid which to trust. The kid will probably go with whatever they read last or whichever is louder. That is exactly what the model does when persistent memory says one thing and a fresh retrieved document says another. The model has no built-in rule that 'retrieval beats memory' or the reverse. If you want a specific answer when they disagree, you have to write the rule down at the top of the prompt: 'when these two disagree, do this'.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
8 min: the three levers (position, recency, precedence), the no-preference fact, provenance tagging with timestamps, write-policy as upstream fix, conflict detection at write time, eval coverage for conflict resolution.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Assuming the model has an implicit rule that 'fresh retrieval beats stored memory', then being surprised when it confidently quotes the stale memory because that copy was nearer the user turn.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.