Claims documents containing policyholder names, ID numbers, and medical details were sent directly to an external LLM API. The compliance team blocked the workflow.
LLM Capsule substituted sensitive fields with restorable stand-ins before submission. Outputs returned and were reconstructed locally for downstream system use.
The LLM Capsule layer was inserted into the workflow. Substitution covered names, IDs, dates, and medical field patterns. Sensitive raw values stayed in the local token vault.
Each substitution run is logged and bound to a fixed release state, so the workflow is reproducible with the same substitution logic for audit and regression verification.
- Detection — names, IDs, dates, medical field patterns
- Substitution — restorable stand-ins before submission
- Capsule transmission — only the protected capsule reaches the LLM
- Restoration — outputs reconstructed locally for downstream systems