Privacy, Data Minimization, and Memorization
What This Concept Is
This lesson teaches you to limit collection, retention, exposure, and memorization while preserving deletion and incident response. Safety is a property of the complete socio-technical system: data, model, prompts, retrieval, tools, interfaces, operators, users, and incident controls. A benchmark score cannot stand in for that system evidence.
Why It Matters Here
AI behavior is probabilistic, context-sensitive, and attractive to adversaries. Failures may be fluent, intermittent, unequally distributed, or visible only after an action is taken. The engineering response is layered control, adversarial evidence, bounded authority, monitoring, and accountable decisions.
Concrete Example
Apply the concept to an assistant that retrieves internal policy and can create support refunds. Map trust boundaries, create a normal test and an adversarial variant, run both against a frozen system version, and trace every claim and action authorization. Preserve the failed example rather than rewriting it away.
Common Confusion / Misconception
A common mistake is treating a system prompt, content filter, benchmark average, or human-review label as a complete control. Each can fail. State what the control prevents, what it merely detects, its bypass conditions, and the independent fallback that limits harm.
How To Use It
- Name assets, actors, affected people, and prohibited outcomes.
- Map trust and privilege boundaries.
- Define measurable normal and adversarial claims.
- Test controls independently and in combination.
- Preserve failures with system and data versions.
- Assign owners, response thresholds, and expiry dates.
- Document residual risk and authorization to proceed.
Check Yourself
- Which component is untrusted here?
- What is the highest-impact action reachable after failure?
- Which test distinguishes prevention from detection?
- Who can stop the system and on what evidence?
Mini Drill or Application
Create five adversarial cases for this mechanism, including one indirect attack and one legitimate-but-unusual request. Run them through the complete system, classify first failure, repair one control, add a regression test, and record the residual risk and human fallback.