Safety, Privacy, and Ethics
Consent-first capture, edge pre-filtering, data minimization, revocation, and audit.
Safety, Privacy, and Ethics
Design principles for Codec SDK and Telepathy research tracks:
- Consent-first: explicit opt-in and clear recording indicators.
- Edge pre-filter: raw signals stay local unless research mode is enabled.
- Data minimization: store derived intents, not raw streams.
- Revocation: user can revoke and purge; audit logs are exportable.
- Sandboxed actions: high-risk actions require second-factor confirmation.
- Governance: enterprise policies (PII, SOC2/HIPAA contexts) respected.
flowchart LR
User[User Consent] --> Edge[Edge Pre-Filter]
Edge --> Intents[Derived Intents]
Intents --> Fabric[Fabric]
Edge -. research mode .-> Vault[Encrypted Research Store]