AI chat log anonymizer
Real conversation logs are gold for debugging a flaky assistant or studying how users phrase things — but they’re full of names, emails, order numbers, and other details you can’t paste into a public bug tracker or research dataset. This tool anonymizes a transcript in your browser, replacing identifiable information with consistent pseudonyms so the conversation stays readable and useful without exposing anyone.
How it works
Paste the chat log and toggle which categories to anonymize: emails, phone
numbers, URLs, IP addresses, card numbers, account or ticket references, and
person names. Each category uses consistent pseudonyms — the same email always
becomes [EMAIL_1], the same person always becomes [PERSON_2] — so the
back-and-forth still makes sense to whoever reads it. Live counts show how much
was replaced, and everything runs locally so the raw, sensitive transcript never
leaves your machine.
Tips and notes
- Local only. The raw log is never uploaded — paste freely.
- Consistency aids debugging. Because identical values map to identical placeholders, a reader can still trace the conversation logic.
- Name detection is heuristic. It catches most full names but review the output for single names, nicknames, or unusual formatting it may miss.
- Datasets need more care. For public release, remember that combinations of non-obvious details can still re-identify someone — review beyond the automated pass.