OpenAI Previews Private Safety Processing for Multi-Session Zero Data Retention
OpenAI is previewing Private Safety Processing, an automated system that monitors multi-session API traffic for potential misuse without retaining customer conversation data. The feature extends Zero Data Retention policies to detect complex attack vectors spread across multiple sessions while avoiding human data review. This directly addresses enterprise data privacy concerns raised by competing 30-day retention mandates on high-end models.

Impact: High
Why it matters
Developers can now architect enterprise AI workflows with strict Zero Data Retention requirements while remaining compliant with long-horizon safety monitoring.
TL;DR
- 01Private Safety Processing provides multi-session safety monitoring under Zero Data Retention without storing prompt text.
- 02Anthropic mandates 30-day data retention for Fable and Mythos-class models with human review paths.
- 03Automated agent monitoring reduces manual log inspection while preventing multi-session adversarial prompts.
Key facts
- Anthropic Data Retention (Fable / Covered Models)
- 30 days
- OpenAI Safety Architecture
- Zero Data Retention (ZDR) with Private Safety Processing
- Review Mechanism
- Automated Agent Analysis without persistent prompt logs
Automated Multi-Session Safety Monitoring Standard Zero Data Retention (ZDR) implementations inspect API requests on a strictly per-session basis. OpenAI Private Safety Processing extends this by deploying internal safety agents capable of tracking multi-session abuse vectors, such as incremental exploit generation across scattered requests. The system operates autonomously without logging prompts or outputs to persistent storage. ### Signal Escalation and Human Intervention When Private Safety Processing flags anomalous activity across sessions, it triggers a narrowly defined alert signal. Rather than granting OpenAI staff direct access to raw session payloads, the system initiates a context request to the client enterprise. By default, human review of customer logs is prevented, offering an alternative to Anthropic 30-day retention policy on Fable models which logs interactions for internal review teams.
✓ When to use
- Building enterprise AI tools under strict compliance regulations that prohibit prompt storage.
- Detecting coordinated abuse or multi-step prompt injection across distinct user sessions.
- Comparing API data protection policies between OpenAI Zero Data Retention and Anthropic model tiers.
What to do today
- Review internal data privacy requirements before deploying Anthropic Fable or Mythos models in production.
- Apply for OpenAI Private Safety Processing preview access if handling sensitive or regulated user data.
- Audit API request pipelines to ensure zero persistent log retention policies match compliance standards.
Sources