So does AI train on my data or not?
There is no single answer — there is a gradient. As a rule: on free or personal consumer tiers, conversations may be used to improve models, sometimes by default with an option to turn it off; business tiers (Enterprise, Team, Workspace and the like) typically carry a contractual commitment not to train on customer data. Details differ between vendors and change over time — the only rule that always holds: check your vendor's current data-usage policy.
Why is training not the only risk?
Even when a vendor does not train on your data, the data still left your machine. The full set of exposure paths matters:
- Storage — conversations are kept in history on the vendor's side, sometimes also for abuse monitoring.
- Human review — in some cases conversations may be reviewed by people, for example for policy enforcement.
- Breaches and bugs — any data store at a third party is a potential target for attack or a software fault.
- User mistakes — sharing a conversation by link, a personal account instead of a corporate one, a shared device.
- Policy changes — what is true today may change; data already sent stays there.
How do I check what my vendor does with my data?
- Find the vendor's privacy or data-usage policy — the current version, not a year-old article about it.
- Answer three questions from it: are conversations used for training? How long is data retained? Who can access it?
- Check what applies to your account type — consumer and business are different worlds, as we cover in ChatGPT Enterprise privacy.
- Check which opt-out settings your account offers — and use them where relevant.
- Set a recurring reminder: AI vendors update their policies frequently.
What is the approach that doesn't depend on any vendor's policy?
Don't send what must not leak. A policy is a promise; architecture is a fact. A document that has been anonymized — names replaced with consistent tokens like PERSON_001, ID and phone numbers removed, metadata cleaned — can go into any tool: even if the vendor trains on it, reviews it, or it somehow leaks, it contains no one's identity.
The legal mirror of that: anonymous information is not personal data under GDPR, so feeding it to a tool is not personal-data processing at all — regardless of what the vendor does on the other side. That is also why anonymization sits at the top of every list of what never to paste into a chatbot.