AI privacy guardrails
- OpenAI open-sourced a Privacy Filter that masks sensitive information before it reaches chatbots. - The filter specifically scrubs personally identifiable information before text is pasted into a model. - Coupled with Blackbaud’s warning about bias and oversight, this signals the need for data minimisation and governance when using AI tools. ( )
A privacy filter is a text scrubber: it scans words for names, phone numbers, account details, and other identifiers before that text reaches a chatbot. OpenAI said on April 22 it is open-sourcing a model called Privacy Filter to do that masking locally, on the user’s own machine. (openai.com) OpenAI described Privacy Filter as an open-weight model for detecting and redacting personally identifiable information in unstructured text, including cases where context changes whether something should be masked. The company said the model can process long inputs in a single pass and can be fine-tuned for training, indexing, logging, and review pipelines. (openai.com) OpenAI’s model card says the system is a bidirectional token-classification model with span decoding, which means it labels pieces of text and then groups them into the final redactions. OpenAI also said the released version reached state-of-the-art performance on the PII-Masking-300k benchmark after correcting annotation issues it found in that dataset. (openai.com; cdn.openai.com) The local piece is central: OpenAI said raw text can stay on-device until the sensitive parts are removed, instead of being sent elsewhere first for de-identification. Decrypt reported the model is meant to scrub secrets before users paste text into tools such as ChatGPT. (openai.com; decrypt.co) That addresses one of the oldest problems in workplace AI use: employees often paste support tickets, contracts, notes, or customer records into chatbots before anyone checks what personal data is inside. A front-end filter shifts that check to the start of the workflow, where the exposure risk is lower. (openai.com; venturebeat.com) OpenAI is also warning that the tool is not a complete compliance system. Its model card includes sections on bias, failure modes, over-reliance risk, and “high-risk deployment caution,” which signals that missed redactions and false positives still need human review and policy controls. (cdn.openai.com) A similar caution shows up in Blackbaud’s April 22 post about artificial intelligence in K-12 fundraising. Blackbaud said AI can surface signals, flag lapsing families, and automate outreach, but “cannot own the decision,” and said human judgment has to interpret context that does not live cleanly inside a customer relationship management database. (blackbaud.com) Blackbaud’s examples are concrete: a family milestone, a grandparent appearing at an event, or a parent’s interest in a specific program may matter to fundraising strategy even when those signals are absent from structured records. The company said timing, tone, trust, and community fit still depend on people, not just model outputs. (blackbaud.com) Taken together, the two releases point to the same operating model for AI at work: send less sensitive data into the system, and put people in charge of the decisions that follow. The software can redact, rank, and draft; the organization still has to decide what data belongs in the workflow and who is accountable when the model gets it wrong. (openai.com; blackbaud.com; cdn.openai.com)