I’m evaluating an AI translation startup, and my default requirement is a genuinely ephemeral mode: audio, transcripts, speaker embeddings, alignment logs, cached intermediates, and correction data should disappear when the session ends—not quietly become training fuel. Voice can contain biometric-identifying information, so “we don’t keep recordings” feels incomplete if derived artifacts remain.
There is a real product tradeoff. Retention could improve personalization and multilingual accuracy; local processing reduces exposure but may constrain model size, language coverage, or latency. Apple documents both transcript retention and on-device processing in different configurations, while Microsoft documents real-time options with no retention as well as conversation-history controls.
Should deletion be demonstrable through local processing, cryptographic receipts, or an independently auditable retention policy? Or do those mechanisms simply add another trust layer? I’d like implementation ideas, real product examples, or reasons ephemeral mode would fail in practice.