Live GDPR demo
See exactly what the AI does and does not see.
Follow the message step by step: first the input, then the tokenization, next the secured text going to the AI model and finally the readable answer.
Privacy filter, live
Personal data is tokenized before a model sees the text, and restored again once the answer returns.
- Received
- Tokenized
- AI processing
- Restored
- Completed
01
Input
text from the employeeDetected personal data
Run the filter to see which data gets replaced.
02
Tokenized version
sent to the modelNo tokenization performed yet.
03
What the model receives
literal payloadNothing sent yet.
Personal data never leaves the environment; the model only ever sees tokens.
04
Answer restored
readable for the employeeThe answer is made readable again after processing.