Command Palette

Search for a command to run...

Assistant Privacy Policy

Benched.ai Editorial Team

An assistant privacy policy describes what user data is collected, how it is processed, and under which conditions it is retained or shared. Clear policies build trust and satisfy legal requirements.

  Key Policy Sections

SectionQuestions AnsweredTypical Content
Data CollectedWhat fields?Prompts, usage metadata, IP address
PurposeWhy is data needed?Model improvement, billing, abuse detection
RetentionHow long kept?30 days raw, 2 years aggregates
SharingWith whom?Sub-processors, research partners
User ControlsHow to opt-out / delete?Dashboard delete button, GDPR export

  Comparison of Retention Defaults (2025)

ProviderRaw Prompt RetentionAggregated Logs
OpenAI30 days1 year
Anthropic90 days2 years
Google6 months18 months

  Design Trade-offs

  • Longer retention aids debugging but raises breach impact.
  • Fully deleting prompts breaks reproducibility unless hashed fingerprints stored.
  • Differential privacy noise degrades analytics accuracy.

  Current Trends (2025)

  • Client-side encryption plugins let enterprises keep prompts encrypted end-to-end.
  • Regional privacy laws (India DPDP Act) spur geo-fencing of logs.
  • Privacy policies include LLM-specific clauses such as "models will not train on your data unless you opt-in."

  Implementation Tips

  1. Pin privacy policy version to each API response header for audit traceability.
  2. Provide a machine-readable JSON of policy metadata to power automated compliance scanners.
  3. Regularly review third-party sub-processor contracts for scope creep.