- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Most teams enable Now Assist and move on. Few actually check what data ends up in the AI prompt.
It reads from live records to build summaries and responses. But it doesn't filter what's in those records first. HR cases, health-related notes, personal customer details, all of it goes into the model. No review, no approval, it just happens.
For global deployments, that's a problem. Personal data from regulated markets is hitting an AI layer that was never part of the compliance conversation.
How are others handling this before rollout?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Data Privacy for Now Assist uses configurable data discovery patterns to anonymize PII before sending any data to the AI Model, and is integrated into the Generative AI Controller, so it works with all LLMs configured for use with NOW Assist skills. PII data is replaced with placeholder text, so that you achieve a two-way masking of sensitive data.
Refer to this community post for more details on protecting sensitive data:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Thanks for sharing the link @mary_lindell, went through it carefully.
The masking approach makes sense for structured data like emails, phone numbers, or card numbers. What I'm still thinking through is how it handles unstructured context in the prompt itself.
For example, if a case note says "employee is currently receiving treatment in Dubai and needs accommodation support" there is no pattern to catch that. It's sensitive information, but it doesn't look like PII in the traditional sense. The model sees it in full.
Do you know if Data Privacy for Now Assist covers this kind of case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thanks for clarifying that, makes sense. The combination of masking plus the AI Guardian logging gives a lot more visibility than I initially assumed. Appreciate you taking the time to explain it.