AI Persistent Memory: ChatGPT Dreaming and the Cross-Session Context Race · history
Version 5
2026-06-08 08:30 UTC · 225 items
What
OpenAI launched Dreaming V3 for ChatGPT on June 4, 2026 — a background memory synthesis system that periodically reviews conversation history and updates what it knows about users [1][2]. The Neuron published the first quantified accuracy metrics on June 7: ChatGPT's original memory had 41.5% factual recall accuracy in 2024; Dreaming V3 raises that to 82.8%, with preference adherence improving from 55.3% to 71.3% [5]. The 5x compute reduction that produced these gains also extends memory access to free users for the first time — accounting for earlier ambiguous reporting that Dreaming was rolling out broadly rather than only to Plus and Pro subscribers [5][6]. Competing approaches — Anuma's portable cross-model memory, Zep's agent tooling, Zaxy's coordinated architecture, and third-party tools like AgentMemory — continue developing in parallel.
Why it matters
The published baseline — wrong more than half the time in 2024 — shows how unreliable earlier AI memory implementations were, and The Neuron argues all major providers likely share similar accuracy problems without disclosing them [5]. The security attack surface grows with memory capability, documented by Palo Alto Networks and Sysdig as operational rather than theoretical, but no major provider has publicly addressed how they defend against prompt injection in continuously self-updating memory systems.
Open questions
Other AI assistant providers likely have memory accuracy problems comparable to ChatGPT's 41.5% baseline [5] — will any publish similar benchmarks, or is OpenAI's disclosure the exception?
Does Dreaming V3's 82.8% recall accuracy hold as user histories grow longer and more complex, or does performance degrade at scale? [5][20]
A self-evolving agent continuously updates its own state, so the version that passed safety review may not match the version running weeks later [19] — how do providers plan to handle this for background-synthesis systems?
Can portable memory platforms (Anuma, Zaxy, Zep) achieve enough adoption to reduce platform lock-in from proprietary memory features, or does the accuracy gap favor incumbent systems? [10][12][13]
Narrative
On June 4, 2026, OpenAI announced Dreaming V3 — a redesigned memory architecture for ChatGPT that runs background synthesis processes to keep user context current rather than relying on explicit, static memory entries [1][2]. Unlike prior versions where users had to manage memory entries manually, Dreaming V3 periodically reviews conversation history and updates what the system knows about a user's preferences and goals. OpenAI added a user-facing memory summary page, giving subscribers visibility into what the system has retained [3][4].
The Neuron published the first quantified performance metrics for ChatGPT memory on June 7, 2026. OpenAI's original memory feature had a factual recall accuracy of only 41.5% in 2024 — wrong more than half the time on memory-dependent tasks. Dreaming V3 raises that to 82.8%, while preference adherence improved from 55.3% to 71.3% [5]. The 5x compute reduction that produced these gains also extended memory access to free users for the first time, not just Plus and Pro subscribers [5] — which accounts for The Verge's earlier reporting that the feature was 'rolling out to everyone' [6] rather than only paid tiers. The Neuron's framing of OpenAI's disclosure was notable: publishing poor baseline numbers rather than suppressing them was treated as unusual industry transparency, paired with a warning that all major AI assistants likely run similar accuracy problems without disclosing them [5].
The Dreaming launch sits in a broader field of competing approaches to AI memory. MIT MeMo research found a 26% LLM performance improvement when memory is kept architecturally separate from the base model [7]. Developer practitioners have documented compaction amnesia and context rot — where models lose track of prior decisions in complex workflows — and argued that structured selective memory retrieval is more reliable than extending context windows [8][9]. Anuma, building cross-model portable AI context, frames proprietary per-model memory as insufficient: its position is that user context should be portable across all AI models in a user-owned format rather than locked to a single platform [10][11]. Community voices have surfaced Zaxy's coordinated memory architecture [12] and Zep's persistent memory infrastructure for AI agents [13] as developer-facing alternatives, and a third-party AgentMemory tool appeared aimed at giving Claude Code persistent cross-session memory [14]. Practitioner frustration with re-explaining context to models each session continues [15].
The security dimension of persistent AI memory has moved from theoretical to operational. Palo Alto Networks documented that indirect prompt injection can poison AI long-term memory, causing persistent behavioral changes across sessions [16]. Sysdig documented the first publicly known LLM-agent-driven post-exploitation chain in May 2026 [17], and SecurityWeek published a formal benchmark ranking the security posture of 100 AI agents [18]. A structural concern runs through practitioner commentary: Danny Livshits observed that a self-evolving agent voids its own safety review, since the version tested may not match the version running a month later [19] — a problem that background-synthesis systems like Dreaming make more concrete. None of the major providers have publicly addressed how they plan to defend against persistent attack surfaces or validate the safety of continuously updating memory systems.
Timeline
- 2026-05-10: Sysdig documents the first publicly known LLM-agent-driven post-exploitation chain. [17]
- 2026-05-26: Hacker News post documents compaction amnesia and context rot in Codex on complex multi-step workflows. [8]
- 2026-05-30: MIT MeMo research circulates claiming 26% LLM performance gain from memory kept architecturally separate from the base model. [7]
- 2026-06-02: Danny Livshits observes that a self-evolving agent voids its own safety review, as the tested version may not match the production version. [19]
- 2026-06-03: SecurityWeek publishes a benchmark ranking the security posture of 100 AI agents. [18]
- 2026-06-04: OpenAI announces Dreaming V3 for ChatGPT — described as 'more capable and compute-efficient' — with a new user-facing memory summary page, rolling out initially to Plus and Pro users. [1][2][3][4][22]
- 2026-06-04: Anuma cross-model portable memory platform discussed as a structural alternative to proprietary model-specific memory. [10][11]
- 2026-06-04: Palo Alto Networks research on indirect prompt injection poisoning AI long-term memory surfaces in context of the Dreaming launch. [16]
- 2026-06-05: The Verge reports Dreaming rolling out to everyone, suggesting broader availability than the Plus/Pro-only initial framing. [6]
- 2026-06-05: Third-party AgentMemory tool appears to give Claude Code persistent cross-session memory, showing developers building their own solutions outside ChatGPT. [14]
- 2026-06-06: Developer commentary attributes roughly 5x lower compute efficiency to Dreaming V3, adding specificity to OpenAI's previously vague 'compute-efficient' claim. [20][23]
- 2026-06-07: The Neuron publishes quantified memory accuracy metrics: ChatGPT's original memory had 41.5% factual recall in 2024; Dreaming V3 raises it to 82.8%, preference adherence up from 55.3% to 71.3%, and the 5x compute reduction extends memory to free users. [5]
Perspectives
OpenAI
Dreaming V3 is a background synthesis system that is 'more capable and compute-efficient,' treating memory as an architecture problem with a user-facing summary page for transparency. Published metrics show factual recall rising from 41.5% to 82.8% and preference adherence from 55.3% to 71.3%.
Evolution: Specific accuracy metrics are now attributed to OpenAI's own published data, adding quantitative grounding to the previously vague 'compute-efficient' characterization.
The Neuron / Grant Harvey
OpenAI deserves credit for publishing its poor baseline numbers rather than suppressing them; but the accuracy problem is likely industry-wide, with all major AI assistants running similar accuracy problems without disclosure. The combination of memory and financial data access is a qualitative shift worth monitoring.
Evolution: New voice; offers the first independent critical framing of the published accuracy metrics.
Anuma / Rohan Paul
Proprietary per-model memory is insufficient; user context should be portable across all AI models in a private, user-owned format rather than locked to a single platform.
Evolution: Consistent; frames itself as the infrastructure-layer response to the same problem OpenAI addresses with a platform-locked approach.
MIT MeMo researchers
Keeping memory architecturally separate from the base model yields a measurable 26% performance improvement without retraining — a design choice that differs from integrated production approaches.
Evolution: Consistent; academic framing with no commercial stance.
Palo Alto Networks / security researchers
Persistent AI memory creates a significant attack surface; indirect prompt injection can poison long-term memory and cause persistent behavioral changes across sessions.
Evolution: Consistent; no provider has publicly responded to these findings.
Sysdig / SecurityWeek
AI agent vulnerabilities are operational, not theoretical; a real-world LLM-agent post-exploitation chain has been documented, and formal industry benchmarks now rank agent security posture.
Evolution: Consistent; adds empirical and institutional weight to what security researchers frame as theoretical risk.
Practitioner and developer community
Context loss is a genuine workflow cost; memory-first architecture is more reliable than extending context windows; self-evolving agents create a structural safety problem; third-party tools (AgentMemory, Zep, Zaxy) are filling cross-session memory gaps independently of platform-native solutions.
Evolution: Consistent with prior pass; frustration with re-explaining context to models each session continues across platforms, not just ChatGPT.
Tensions
- OpenAI published its memory accuracy baseline (41.5% recall in 2024); The Neuron argues all major AI providers likely share similar accuracy problems but have not disclosed them — framing OpenAI's transparency as the exception rather than the norm. [5]
- OpenAI's Dreaming locks richer memory into ChatGPT specifically; Anuma, Zaxy, and Zep argue memory should be portable and user-owned infrastructure spanning all models, not platform-controlled. [1][10][11][12][13]
- Dynamic background synthesis (Dreaming) vs. static explicit memory: practitioners argue proactive synthesis may introduce context drift as a new failure mode rather than solving reliability. [1][9][21]
- More capable persistent memory expands the prompt-injection attack surface; Palo Alto Networks and Sysdig confirm this is operational, but neither OpenAI nor other providers have publicly addressed how they will defend against it. [16][1][17]
- Self-evolving agents that continuously update their own memory may void prior safety reviews; Danny Livshits argues the tested version is not the version running a month later — a structural problem that background-synthesis systems like Dreaming make more concrete. [19][1]
Sources
- [1] Dreaming: Better memory for a more helpful ChatGPT — OpenAI Blog (2026-06-04)
- [2] Dreaming memory system rolls out to ChatGPT Plus and Pro users — reactive:ai-persistent-memory-race
- [3] OpenAI updates ChatGPT memory with a "more capable and compute-efficient" architecture and a summary page that lets user... — reactive:ai-persistent-memory-race (2026-06-04)
- [4] OpenAI updates ChatGPT memory with a "more capable and compute-efficient" architecture and a summary page that lets user... — reactive:ai-persistent-memory-race (2026-06-04)
- [5] 😺 ChatGPT admitted its memory was broken — The Neuron (2026-06-07)
- [6] ChatGPT’s upgraded memory system is rolling out to everyone. | The Verge — reactive:ai-persistent-memory-race
- [7] MIT's MeMo: 26% LLM performance boost without retraining — memory stays separate from the base model. — reactive:ai-persistent-memory-race (2026-05-30)
- [8] Why codex /goal fails on complex workflows: compaction amnesia and context rot — reactive:ai-persistent-memory-race (2026-05-26)
- [9] Memory-First Conversational Architecture as an Alternative to Long ... — reactive:ai-persistent-memory-race
- [10] Most AI workflows break because the user has to carry the context manually, and Anuma is trying to make that context por… — Rohan Paul Twitter (2026-06-04)
- [11] Cross-Model, Cross-Device Portable AI Context | Anuma — reactive:ai-persistent-memory-race
- [12] Hoping a big lab adopts Zaxy's coordinated memory architecture. It's awesome! — reactive:ai-persistent-memory-race (2026-06-06)
- [13] How to Give Your AI Agent Persistent Memory (Guide) | Zep — reactive:ai-persistent-memory-race
- [14] 🧠 Does your AI coding agent remember yesterday's session? AgentMemory gives persistent cross-session memory to Claude Co... — reactive:ai-persistent-memory-race (2026-06-05)
- [15] I got tired of re-explaining to claude every session. — reactive:ai-persistent-memory-race (2026-06-07)
- [16] When AI Remembers Too Much – Persistent Behaviors in Agents ... — reactive:ai-persistent-memory-race
- [17] When I wrote about Sysdig observing the first publicly documented LLM-agent-driven post-exploitation chain on May 10, th... — reactive:ai-persistent-memory-race (2026-06-04)
- [18] SecurityWeek just published a benchmark ranking the security posture of 100 AI agents. The headline is interesting. The ... — reactive:ai-persistent-memory-race (2026-06-03)
- [19] A self-evolving agent voids its own safety review. The version you tested is not the version running a month later. — reactive:ai-persistent-memory-race (2026-06-02)
- [20] Memory is becoming a part of assistant infra. @OpenAI claims a more scalable memory architecture and about 5x lower com... — reactive:ai-persistent-memory-race (2026-06-06)
- [21] @yato220510 @OpenAI Compressed embeddings would be crucial here. Would love to see the technical deep-dive on the memory... — reactive:ai-persistent-memory-race (2026-06-04)
- [22] Dreaming memory system rolls out to ChatGPT Plus and Pro users — reactive:ai-persistent-memory-race
- [23] Memory is becoming a part of assistant infra. OpenAI claims a more scalable memory architecture and about 5x lower compu... — reactive:ai-persistent-memory-race (2026-06-06)