Live data from Hacker News

Handling PII in customer-facing AI chatbots: mask before sending to LLM

hoverbot.ai

1–2 of 2 posts

Re: Handling PII in customer-facing AI chatbots: mask before sending to LLM

#2
Author here (HoverBot team). How we keep PII out of LLMs in our chatbots: detect fast -> replace with typed placeholders -> call the model -> unmask on our server. We also cover region pinning and vendor privacy controls. Keen to hear trade-offs, failure modes, and better designs.