Handling PII in customer-facing AI chatbots: mask before sending to LLM
2 hoverbot 1 8/18/2025, 5:12:20 AM hoverbot.ai โ
Comments (1)
hoverbot ยท 4h ago
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.