Skip to content
HomeHome
DE
WhatsAppMailPhone
← All articles
Anthropic logs 30 days on its top models, OpenAI no longer does
Recht & Compliance

Anthropic logs 30 days on its top models, OpenAI no longer does

Photo: cottonbro studio / Pexels

On 19 August OpenAI confirmed zero data retention for its frontier models and previewed a system that detects misuse without staff seeing content. Anthropic has required 30 days of logging on two models since June, with no opt-out. What that means for working with customer data.

Eric MengeAuthorEric MengeOwner & web developer at EMIT Solution
Published
Reading timeca. 8 min

In short

  • Anthropic's covered models rule took effect on 9 June 2026 and applies to Claude Fable 5 and Mythos 5. Every prompt and output is retained for 30 days, with no opt-out, including for enterprise customers who had previously negotiated zero data retention.
  • Only those two frontier models are affected. The rule does not apply to Opus 5, Sonnet 5 or Haiku 4.5, where zero data retention remains available through the relevant agreements.
  • On 19 August 2026 OpenAI confirmed zero data retention for eligible API customers on frontier models and previewed Private Safety Processing, a mechanism intended to spot cross-session misuse without giving staff access to content. A technical paper is announced for September.
  • In practice the question is no longer which provider you trust, but which specific model you call. Retention policy now attaches to the model rather than to the contract.

Anyone building AI features into a product used to settle the data retention question once, clarify it with the provider and then tick it off. That approach stopped working this summer. Within a few weeks the two largest providers moved their rules in opposite directions, and not at provider level but per model.

That is the actual news. Retention policy no longer attaches to the contract, it attaches to whichever model sits in your code.

What Anthropic has required since June

With Claude Fable 5 and Mythos 5, Anthropic introduced a category it calls covered models. For these models a retention requirement has applied since 9 June 2026: every prompt and every output is stored for 30 days.

Two details matter. First, there is no opt-out, not even for enterprise customers who had previously agreed zero data retention contractually. Second, the logs explicitly serve misuse detection rather than model training. That is a meaningful distinction, but it does not change the fact that content sits with the provider for a defined period.

For teams in regulated environments that is precisely the sticking point. Anyone who built a data protection impact assessment on the assumption that nothing remains with the processor has to strike that assumption for these two models.

What matters most, though, is the scope of the rule, and most coverage leaves it out: it applies to these two frontier models only. Opus 5, Sonnet 5 and Haiku 4.5, the models that actually run practically every production workload, are not covered. Anyone who does not specifically need the most capable model available is simply unaffected.

Signing a contract with a pen at a meeting table Photo: Cytonn Photography / Pexels

What OpenAI committed to on 19 August

OpenAI moved in the other direction and confirmed zero data retention for eligible API customers on its frontier models. Requests and outputs are not retained after processing, staff have no access to customer content, and enterprise data is not used for training unless the customer explicitly opts in.

More interesting than the commitment is the technical route to it. Both providers face the same problem: misuse is most reliably detected by looking at patterns across multiple sessions, and that normally requires stored content. Anthropic solves this through retention. For the same purpose OpenAI has announced a mechanism called Private Safety Processing, in which automated systems are meant to spot cross-session patterns without staff gaining access to the underlying content. A technical paper on it is announced for September 2026.

Whether it delivers what it promises cannot be judged before that paper is published. Until then there is a documented retention requirement on one side and a commitment whose technical implementation is still pending on the other. Both belong side by side, fairly stated.

An office shredder with strips of paper Photo: cottonbro studio / Pexels

Why this is more than a footnote

The real break lies not in either rule but in where responsibility now sits. Data retention used to be a matter between company and provider, settled in a contract, valid for everything running through the interface. Now the same provider, under the same contract, can apply two different rules to two different models.

That has practical consequences for how AI features get built. Changing a model in a configuration file used to be purely a performance and cost decision. Now the same edit can change the data protection assessment of the entire application without anything else in the code moving. And because such model swaps often happen casually whenever a newer model ships, this is a change that slips through easily.

There is a second point: with models under forced logging, it does not help that the data is deleted afterwards. For the duration of the retention period it sits with the provider, and if that provider is based in the US, that is a third-country transfer with everything that entails.

A filing cabinet with labelled folders Photo: Luis F Rodríguez Jiménez / Pexels

What I take from this for projects

Three things have proven workable, and none of them is laborious.

Model choice belongs documented, not assumed. Every project with AI features should record somewhere which model is called at which step. That sounds trivial but often is not the case in practice, because model IDs sit scattered across configuration files and environment variables. Gathering that once gives you the basis for every further assessment.

Not every step sees personal data. In most applications I build, only a small share of calls processes real personal data at all. Summarising internal documentation, classifying by topic, drafting a text block, none of that needs it. Separating those steps cleanly from the ones touching customer data shrinks the set of genuinely critical calls considerably. And only for those does the model need to be chosen on data protection grounds rather than capability.

Zero data retention is a building block, not a solution. Even with zero retention you still need a data processing agreement under Art. 28 GDPR, a legal basis for the processing, and with providers outside the EU an assessment of the third-country transfer. The retention rule answers one of several questions. Which is exactly why it is no disaster when a single model answers it differently, as long as you know which one.

On balance the development is less dramatic than the headlines suggest, but it does require a shift in thinking. The question is no longer which provider you trust, but which specific model runs where, and what data it gets to see in the process.

If you have AI features in production and are unsure which models your workflows actually call and what data arrives there, I am happy to take a look. The answer is usually less alarming than feared, and the few critical spots can be reworked deliberately.

FAQ

What does zero data retention actually mean?+

The provider does not permanently store requests and responses after processing them. It usually also means staff have no access to the content and the data is not used for model training. For companies this is often the contractual precondition for feeding an AI system real customer or employee data at all.

Are Claude Opus 5 or Sonnet 5 affected by the 30-day rule?+

No. The covered models rule applies to Claude Fable 5 and Mythos 5, the two models at the top of the range. The regular models follow the usual terms, where zero data retention remains reachable through the relevant agreements. So anyone who does not specifically need the most capable model available is simply not affected by the change.

Is zero data retention enough for GDPR-compliant use?+

No. Zero data retention governs storage, not lawfulness. Processing personal data through a service provider still requires a data processing agreement under Art. 28 GDPR, a legal basis for the processing itself, and, where processing happens outside the EU, an assessment of the third-country transfer. Zero retention is one building block, not a substitute for the others.

How do I handle this in a live project?+

The most pragmatic approach is to make model choice a deliberate decision rather than a default. Concretely: record which model is called at which step, check whether personal data actually occurs there, and for the steps where it does, pick a model without forced logging. In most applications that only concerns a small share of the calls anyway.

Want to know more?

In a free intro call we discuss how you can use these topics for your company. Not a sales pitch, but an honest assessment.

Book a free intro call