Update pattern_memory_desync.md

This commit is contained in:
PSBigBig 2025-08-13 18:29:18 +08:00 committed by GitHub
parent bab800a96c
commit ed9e961522
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,12 @@ Conversation “memory” (user profile, preferences, prior facts) used by retri
**Why it matters**
When state diverges, your pipeline optimizes for the wrong goal. Models appear “random” or “stubborn,” but the real issue is **who read which memory, when**.
> Quick nav: [Patterns Index](./README.md) · Examples:
> [Example 01](../examples/example_01_basic_fix.md) ·
> [Example 03](../examples/example_03_pipeline_patch.md) ·
> [Eval: Precision & CHR](../eval/eval_rag_precision_recall.md)
---
## 1) Signals & fast triage