Control Brief

Safety signals without a copy of the conversation

OpenAI's privacy-preserving safety preview is a useful prompt to examine what an AI provider retains, what it derives, and what crosses the boundary.

7 min read · Published 2026-08-22

For teams handling health records, financial data, legal work, source code, or confidential business plans, an AI safety system can create a difficult question: must the provider keep the conversation in order to keep the service safe?

OpenAI's latest preview offers an encouraging answer. Its proposed Private Safety Processing system is designed to look for risky patterns across related interactions without giving OpenAI personnel access to the underlying prompts and responses.

The important word is designed. This is an early-customer test, not a finished technical standard. OpenAI says a rollout and technical white paper are planned for September. Still, the direction matters. It challenges the idea that better safety monitoring must automatically create another central store of sensitive conversations.

The more useful lesson is not which provider has the better policy. It is how to ask a better set of questions about privacy, safety, and evidence.

What OpenAI has described

OpenAI says existing safety systems compatible with Zero Data Retention evaluate individual interactions. Private Safety Processing is intended to extend that view across related interactions, where a harmful pattern may only become visible over time.

The preview describes two ways customer content could be handled. In a Zero Data Retention deployment, the content would remain on infrastructure controlled by the customer. OpenAI is also developing an option in which content is stored on OpenAI infrastructure but encrypted with keys controlled by the customer. OpenAI says its personnel would not hold those keys.

Automated systems would return a narrowly defined safety signal rather than the underlying conversation. A customer could use information in its own systems to investigate an alert or enforcement decision, then choose whether to share relevant material with OpenAI.

This is a meaningful design claim. It is not yet a complete assurance case. The announcement does not provide the cryptographic architecture, threat model, failure analysis, performance measurements, independent review, or operating details that would let a buyer evaluate the implementation. Those questions should become easier to answer when the promised white paper arrives.

A different safety tradeoff

Anthropic has taken a different approach for Claude Fable 5, Mythos 5, and future models at similar capability levels. It requires 30-day retention of traffic on those models for safety monitoring. Anthropic says the data is not used to train new models or for non-safety purposes, that human access is logged, and that the data is deleted after 30 days in almost all cases.

Anthropic says the retained traffic helps it identify attacks that span many requests, investigate new jailbreaks, and reduce false positives. OpenAI says it is trying to preserve similar cross-interaction safety value without personnel access to the content.

That contrast should not be turned into a simple winner-and-loser story. The providers are making decisions for different systems, safeguards, risks, and operating models. Neither announcement, by itself, proves how the approach will perform under pressure.

But the contrast makes one thing clearer: retention is an architectural decision, not an unavoidable side effect of AI safety.

Retention is not one setting

"Zero retention" can sound like a property of an entire provider. In practice, the boundary can vary by model, endpoint, feature, customer agreement, and type of data.

OpenAI's current API documentation separates abuse-monitoring logs from application state. Eligible customers can receive Zero Data Retention controls, but some endpoints and features still require temporary or durable application state. Third-party tools have their own policies. The documentation also describes specific safety and legal exceptions.

Before approving an AI workflow, build an inventory at that level of detail:

  • Which prompts, responses, files, images, tool results, and cached states exist?
  • Which raw content, metadata, classifier output, or derived signal is retained?
  • Where is each record stored, for how long, and under whose keys?
  • Who or what can access it, and is that access itself recorded?
  • Which model, endpoint, feature, or exception changes the answer?
  • What evidence remains available when a customer needs to challenge an alert or investigate an incident?

A contract that answers only whether data is used for training leaves most of this control surface unexplained.

Separate the content from the evidence

Safety teams need enough context to detect patterns, investigate serious events, and support fair enforcement. Privacy teams need to minimize sensitive material, limit access, honor deletion commitments, and avoid creating a new target. Those needs are real, but they do not require every system to retain the same thing.

A stronger design begins by separating three layers:

  1. Customer content: the prompts, responses, files, and tool material that may contain the most sensitive information.
  2. Operational evidence: timestamps, model and route identity, policy results, usage measurements, and other records needed to operate and investigate the service.
  3. Safety signals: narrowly scoped findings derived from content or behavior, with explicit rules for access, escalation, appeal, and deletion.

Each layer deserves its own purpose, retention period, access boundary, and test. Derived signals are still data. Metadata can still identify people or reveal confidential activity. Encryption is only as strong as its key handling and the systems that can request decryption.

The goal is not to rename retained content. It is to reduce what crosses each boundary while preserving enough evidence to make safety decisions accountable.

What buyers should ask next

When OpenAI publishes the promised technical material, buyers should look for more than the phrase "privacy preserving." Useful evidence would explain the threat model, customer-key lifecycle, isolation boundary, signal contents, false-positive handling, enforcement path, exceptional access, deletion verification, and how the design behaves when one of those controls fails.

The same questions belong in every provider review, including providers that make a different retention choice.

Our view is that privacy and safety should be designed together, at the level of the actual data path. Preserve the smallest evidence that supports a real decision. Keep sensitive content close to the party responsible for it. Make exceptions specific, visible, and testable.

A safety system should not retain more sensitive content than its decisions truly need. A clear boundary is part of what makes it worthy of trust.

Sources

Primary sources