Boardroom Answers · AI & Data · AI, Data & Analytics
My uploaded board packs contain names, emails, salaries. What personal data actually reaches Anthropic and OpenAI, and what is your legal basis story?
The question a Chief Data Officer (CDO) asks.
The short answer
Personal identifiers are stripped in code before anything leaves for a model, logs are masked the same way, and workspaces that want zero egress can switch third-party models off entirely.
The full executive answer
The design rule is data minimisation enforced in code: personal identifiers are redacted before egress, on every path. The same hardening function that neutralises prompt injection also scrubs high-confidence personal data — email addresses, phone numbers, card numbers, national identifiers, network addresses — from any untrusted text before it is included in a prompt. This is declared per model in our registry as the uniform posture: redacted before egress. Our logging is under the same discipline — the logger masks personal data, so identifiers do not leak into operational logs either.
What the providers receive is therefore organisational context — scores, industry, maturity patterns, redacted document excerpts — which is the point: the analysis is about the organisation, not about persons, so the product does not need personal data at the model layer to do its job. Combined with the providers’ no-training API terms and available zero-retention options, the residual personal-data exposure at the model layer is designed toward nil.
Two honest boundaries. Pattern-based redaction catches structured identifiers with high confidence; free-text references — "our CFO Jane said" — are mitigated by context design and length caps rather than perfectly caught, which is exactly why the per-workspace no-third-party-model switch exists for tenants whose risk appetite demands zero egress. And the formal GDPR paperwork — records of processing, DPIA for the document pipeline — is being completed with counsel as part of launch readiness; I will show you the technical controls today and the paperwork status as it stands, not as I wish it were.
Grounded in: GDPR Art. 5(1)(c) data minimisation and Art. 25 data protection by design; OWASP LLM06 (sensitive information disclosure); Anthropic/OpenAI API data-processing terms.
The natural next questions
Related governed answers
- You are concentrated on Anthropic. When Claude has an outage or deprecates your model mid-quarter, what happens to my board meeting?
- Why should I trust this recommendation? Show me WHY the AI said that — can you actually explain a specific output, or is it a black box?
- If a board acts on a hallucinated number from your platform and loses money, who is liable — and can you prove, after the fact, that the number was not invented?
Want this answered live, on your data?