Where Your Data Goes When an AI Application Runs
Last updated:
Four questions to answer in writing
- What data leaves your systems, field by field?
- Where does it go — which provider, which region?
- How long is it retained by that provider?
- Is it used for training under the terms you have signed?
Every AI application should have those four answers documented. Most do not, and it becomes a problem at the first security questionnaire.
Business tiers differ from consumer ones
Consumer plans and business APIs have materially different terms on training and retention. Using a personal account for company data is the most common mistake we find, and it is entirely avoidable.
Business tiers from the major providers offer no-training terms, short retention and regional processing options. Read the current terms rather than assuming.
Redact what does not need to travel
- Replace names, account numbers and identifiers with tokens before sending
- Restore them in the output, locally
- Send excerpts rather than whole documents where the task allows
- Strip metadata that carries more than you intend
Most tasks work perfectly on redacted input, and redaction removes an entire class of question from the conversation.
Retention on your side too
Prompts and outputs are usually logged for debugging, and those logs contain the same data. Decide the retention period, apply it automatically, and include the logs in any data subject request process.
A thirty-day log with automatic deletion is usually the right balance between diagnosis and exposure.
What to tell customers
If customer data is processed by a third-party model provider, your privacy notice should say so, in the same terms as any other processor.
It is a small documentation change and skipping it is a straightforward compliance gap rather than an ambiguous one.
Frequently asked questions
Can we run models on our own infrastructure?
Is personal data allowed at all?
What about client confidentiality obligations?
How do we answer a security questionnaire about this?
Not sure what your AI tools are sending out?
It is worth knowing before someone asks. We can audit an existing setup and document the answers.
Related services
What we build for problems like this one