Common deployments
1. Learning-analytics data warehouse. A university or district wants to run learning-analytics on student interaction data from the LMS, the SIS, the advising system, and the early-warning platform. Redact identifying fields at warehouse-ingest so the analytics team works on a FERPA-de-identified corpus; the operational systems retain the original records under their own access controls.
2. AI-tutoring product for K-12 or higher-ed. An edtech vendor (or an in-house product team) builds an AI-tutoring feature that calls a hosted LLM. Student work, free-text questions, and conversation context all flow through the LLM. Philter AI Proxy sits between the tutoring application and the model provider; PII gets redacted before the prompt leaves the institutional environment.
3. IRB-approved research on student data. A faculty researcher proposes a study on intervention efficacy, retention patterns, or learning outcomes. The IRB approves on the condition that the researcher works on de-identified data. Philter is the de-identification step; per-student consistent pseudonymization keeps cohort and longitudinal analyses intact; date shifting handles the temporal structure.
What teams need to be careful about
- The directory-information opt-out. FERPA allows institutions to designate certain fields (name, address, phone, photo, major, dates of attendance) as “directory information” that can be released without consent — unless the student has opted out. Redaction policies need to honor the opt-out at the document level, not just the field level. Track the opt-out state alongside the data.
- PII-by-combination. FERPA’s “linkable in combination” clause means a small class size + a specific grade level + a specific demographic can identify a student even with name removed. The redaction layer handles direct identifiers; the disclosure-review process handles the residual re-identification risk. Both are needed.
- K-12 vs higher-ed differences. K-12 districts answer to state education agencies and follow more prescriptive data-handling rules; higher-ed institutions have more autonomy but more complex consent regimes (FERPA + HIPAA crossover for student health services, GLBA for financial-aid records). The redaction layer is the same; the policy layered on top differs.