Compliance Routine Audit
Speed isn't safety. Here you'll run the "Should I automate this?" aid on a proposed compliance automation, find what makes it unsafe, and redesign it.
Work through it
The proposed automation
"An agentic browser logs into the SIS each month, reads every student’s records, fills in the state compliance report (including names and IDs), and submits it automatically — no review, so it’s never late."
Run the decision aid
Answer each, then list the flaws. Saved on this device.
Saved automatically on this device.
Reveal model answer
Decision aid: only Q1 is a clear "yes." Q2 fails (full records incl. names/IDs into the tool), Q3 fails (no verification), Q4 fails (no audit trail). Flaws: auto-submits a consequential report with no review; sends student PII through the agent; no log to defend it.
Safe redesign: extract only the de-identified fields the report needs; verify a sample against the source; assemble into the report template; require your sign-off before submission; and log each run (audit trail). "Never late" is not worth filing an error or a FERPA violation automatically.