REFERENCE SCENARIO

AI Startup Prompt Privacy

A startup wants to keep using its preferred LLM while reducing raw customer PII exposure.

Input

User submits natural-language text containing names, email addresses, phone numbers or local identifiers.

Privacy Step

Guard().wrap(...) calls PrivoNest detection before the selected model provider.

Protected Prompt

Detected values are replaced with scoped aliases so the LLM can keep the semantic role without the original value.

Model Response

The chosen provider produces a response containing aliases where relevant.

Restore

The application restores exact matching aliases using short-lived local mapping.

Result

The startup can change LLM providers while keeping the same PrivoNest privacy layer.