Anthropic had a genuinely funny week. They did two completely opposite, contradictory things at the same time.
First, they patted themselves on the back and published a safety report, and it backfired the moment people realized: wait, you’ve been casually looking at customer conversations this whole time? Palantir and NVIDIA both went pale.
Second, they shipped a powerful Claude Mod that let me finally push my de-identification tool, pii-guard-tw to its full auto-block form. You don’t need to touch anything by hand anymore, just install the updated plugin. From then on, on Anthropic’s servers, the model only ever sees <PERSON_1>, <TW_MOBILE_1>, <TW_ID_1>. What comes back to you is always the restored, real content.
Here’s the mechanism:

The flow runs in three steps. Step one happens on your own machine: your files (client: Chen Dawen, phone: 0912-345-678, ID: A123456789) and whatever text you type both pass through pii-guard first, which detects them locally and swaps them for safe placeholder codes before anything gets sent to the AI. Step two is what Claude actually sees: just placeholders, client <PERSON_1>, phone <TW_MOBILE_1>, ID <TW_ID_1>. No real PII, ever. It does the work and sends the result back. Step three is back on your machine, writing the file restores the real content automatically. Your real data never leaves your own computer.