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 reconstruction mapping.
- 1 Detection names, IDs, dates, medical field patterns
- 2 Substitution restorable stand-ins before submission
- 3 Capsule transmission only the substituted capsule reaches the LLM
- 4 Reconstruction outputs reconstructed locally for downstream systems
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.