Operationalizing Art. 22 GDPR automated-decision disclosures at scale
Our platform uses ML-based scoring for internal resource allocation (not customer-facing), but Art. 22 GDPR applies because the output influences decisions about contractor assignments. We've implemented a basic "right to human intervention" flow, but the documentation burden for explaining the model's reasoning to affected parties is becoming unmanageable. Current approach: per-request PDF generation with feature importance breakdowns (SHAP values) and a plain-language summary. Takes ~45 seconds per request and requires a legal reviewer to sign off on the language. Jurisdiction: EU/DE primarily, with some UK contractors under equivalent provisions. How have other teams handled the tension between model interpretability requirements and operational throughput? Are you using standardized explanation templates, or building the disclosure directly into the product UI? Any experience with supervisory authority expectations on the depth of explanation required? This is peer experience exchange — not requesting legal advice. We have internal counsel; looking for operational patterns from teams who've shipped this at scale.