SYNTHESIS NOTE
TopicsMemorythis note

Can reasoning systems maintain memory across retrieval cycles?

Existing retrieval systems treat each lookup independently. But what if reasoning required a persistent memory workspace that evolves as contradictions emerge and understanding deepens?

Synthesis note · 2026-02-23 · sourced from Memory
RAG How should we spend compute at inference time? How do you navigate synthesis across fragmented research topics?

ComoRAG draws on the Prefrontal Cortex's metacognitive regulation process: reasoning is not a single retrieval action but a dynamic interplay between evidence acquisition (goal-directed memory probes) and knowledge consolidation (integrating new findings with past information). The key distinction from existing multi-step retrieval: each cycle's retrieval is informed by an evolving understanding, not executed independently.

The architecture has two components:

1. Hierarchical Knowledge Source — three layers that model text from complementary cognitive dimensions:

2. Metacognitive Control Loop:

The practical demonstration: for "Why did Snape kill Dumbledore?", stateless multi-step retrieval retrieves contradictory facts ("Snape protects Harry" / "Snape kills Dumbledore") but cannot integrate them. ComoRAG's memory workspace evolves through contradiction detection to coherent resolution ("an act of loyalty, not betrayal") because each retrieval cycle builds on the previous cycle's understanding.

Since Can retrieval be extended into multi-step chains like reasoning?, ComoRAG adds the statefulness dimension: CoRAG interleaves retrieval with reasoning, but ComoRAG maintains a persistent memory workspace that accumulates and integrates evidence across cycles. The memory workspace is the key differentiator — it enables the system to detect contradictions and resolve them through deeper exploration rather than treating each retrieval independently.

On benchmarks with 200K+ token contexts, ComoRAG consistently outperforms strong RAG baselines with up to 11% relative gains, particularly on complex queries requiring global comprehension.

Inquiring lines that read this note 24

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Can AI-generated outputs constitute genuine knowledge or valid claims? What memory architectures best support persistent reasoning across extended interactions? How should memory consolidation strategies shape agent performance over time? How should inference compute be adaptively allocated based on prompt difficulty? When should retrieval-augmented systems decide to fetch new information? How do transformer attention mechanisms implement memory and algorithmic functions? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Why do reasoning models fail at systematic problem-solving and search? How should retrieval systems optimize for multi-step reasoning during inference? How should iterative research systems allocate reasoning per search step? How does memorization interact with learning and generalization?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
19 direct connections · 189 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

stateful narrative reasoning requires iterative evidence acquisition and knowledge consolidation via a dynamic memory workspace — not stateless multi-step retrieval