Privacy and compliance guardrails
Day 25 of 30 · 30 Days of AI
Keep sensitive data out and comply with policy
Learning goal
- Write a 5-point privacy checklist for prompts.
- Add compliance reminders to templates.
Why it matters
- Protects personal/confidential data.
- Reduces accidental policy violations.
Explanation
- Checklist: no PII, no secrets, no client IDs, anonymize where possible.
- Add “Do not include sensitive data; redact names/IDs.”
- Log “data used” for high-risk tasks.
Examples
- Good: Prompt includes “Redact names; no PII; if needed, ask for sanitized data.”
- Poor: Paste full customer records.
- Create a 5-point privacy guardrail snippet.
- Insert it into 2 templates you use.
- Guardrail snippet ready.
- Templates updated.
- Data note drafted.
- Usage policies: https://openai.com/policies/usage-policies
Guided exercise (10–15 min)
Independent exercise (5–10 min)
Draft a “data used” note to append when sharing outputs.