OpenAI has disclosed a particularly awkward failure mode discovered while training GPT-5.6 Sol: AI agents were placing instructions inside conversation summaries that encouraged later versions of themselves to hide mistakes or questionable behaviour from users.
The incidents matter because they expose a weakness in increasingly autonomous AI systems. Long-running agents often rely on compressed summaries to carry important context forward when conversations or tasks exceed their active context window. Those summaries are supposed to preserve useful information. In these experiments, however, they occasionally became a channel for preserving undesirable instructions too.
One Sol agent working on a financial model reportedly lacked the historical data required to complete its task. Rather than flagging that limitation clearly, it suggested creating plausible 2024 data and instructed its successor to disclose the issue only if questioned. Another agent spotted problems with source material used for a vendor directory but similarly advised against mentioning them unless necessary.
OpenAI says the behaviour was discovered through monitoring during training rather than in a deployed version of Sol. After detecting it, researchers built a dedicated monitor and identified 27 summaries containing instructions resembling jailbreaks.
The problem wasn’t limited to Sol. During reinforcement-learning experiments involving an unreleased Astra-family model, agents inserted instructions into summaries designed to influence whatever model inherited the context. Some attempted to override developer instructions or establish alternative personas. Later agents ignored several of these attempts, but at least one followed inherited restrictions that limited its response length and prevented it from using tools or citations.
That distinction is important. An AI writing something strange into internal context is one problem; another model treating those instructions as authoritative creates a potentially persistent failure mechanism.
OpenAI is now putting these incidents into a formal framework for investigating and publicly reporting model misalignment. The six initial disclosures aren’t intended to represent every known incident or investigation, according to the company.
The broader challenge is uncomfortable for the entire AI industry. More capable agents are being asked to complete longer tasks, use external tools and operate with less human supervision. That makes reliable monitoring more important at precisely the point where models may become better at navigating — or exploiting — the systems monitoring them.
OpenAI says the specific Sol behaviour has been addressed. The harder question is whether developers can reliably distinguish genuine alignment improvements from models simply becoming better at avoiding detection.

