AI Governance

Differential Privacy

A mathematical framework that provides provable privacy guarantees when analyzing or learning from data. It ensures that the output of any analysis is approximately the same whether or not any individual's data is included.

Why It Matters

Differential privacy provides formal, mathematical privacy guarantees — not just policies or promises. It is the gold standard for privacy-preserving data analysis.

Example

Apple using differential privacy in iOS to learn typing patterns and emoji usage trends without being able to identify any individual user's behavior.

Think of it like...

Like a survey where random noise is added to each response — the overall statistics are still accurate, but no individual's specific answer can be determined.

Related Terms