Traditional models: collect data and store it on central servers.
Anon AI models: Conversational data still go to an LLM, currently hosted by us. However, we've implemented several measures to ensure user data security:
- Our AI model is stateless, meaning it doesn't store any info about previous conversations.
- We use ephemeral processing, where user input is processed in real-time and only retained for the duration of the request.
- The AI model processes user input in memory only, without writing any data to disk.
- Any temporarily stored data is automatically purged at the end of the process.
As we scale with model providers, we'll thoroughly vet them to ensure they meet our security standards.
Thanks for pointing this out, and I hope this helps address your concerns!