Why Your Data Scientists and Your Compliance Team Don't Talk to Each Other
The compliance team schedules a risk review. The data scientist shows up with performance metrics. The compliance analyst shows up with a checklist. For forty-five minutes, they talk past each other.
There's a meeting I've watched happen at multiple organizations. It goes like this.
The compliance team schedules a risk review for a new ML model going into production. The data scientist who built the model shows up with a notebook full of performance metrics — AUC curves, precision-recall tradeoffs, feature importance rankings. The compliance analyst shows up with a checklist derived from a regulatory framework.
For the next forty-five minutes, they talk past each other. The compliance analyst asks about bias testing. The data scientist explains that the model was evaluated for fairness across protected classes using statistical parity. The compliance analyst writes down "bias testing: completed" and moves on, without understanding what statistical parity means or whether it's the right metric. The data scientist leaves thinking compliance is a checkbox exercise. The compliance analyst leaves thinking the data scientist answered the question.
Neither of them is wrong. They're operating in different professional languages with no translator in the room.
The org chart made this inevitable
Data science typically reports into engineering, product, or a dedicated analytics function. Their incentives are model performance, shipping velocity, and business impact. They're measured on what they build.
Compliance typically reports into legal or risk. Their incentives are regulatory adherence, audit readiness, and risk mitigation. They're measured on what they prevent.
These two groups interact primarily when compliance needs sign-off on something data science built, or when something goes wrong. There is no structural reason for them to build a working relationship. No shared OKRs. No joint projects. No common vocabulary. No regular cadence of collaboration.
AI governance lands directly in the gap between them. It requires technical understanding that compliance teams typically don't have and regulatory awareness that data science teams typically don't prioritize. Neither team thinks it's fully their job, because it isn't fully either team's job. It's a function that doesn't map to existing org structures, and in most organizations, nobody has built the bridge.
The audit that doesn't work
The compliance audit is where the gap becomes visible. I've watched this play out in compliance reviews — an auditor asked a data scientist to explain the model's decision-making process. The data scientist started explaining SHAP values and feature attributions. The auditor needed to know whether a human could understand and contest a decision the model made. They were asking about the same system from two different planets.
The auditor's checklist was designed for traditional software — deterministic systems where you can trace an input to an output through documented business rules. ML models don't work that way. The auditor knows this in the abstract but doesn't have the tools or training to audit a probabilistic system. So they adapt the checklist they have, which produces documentation that looks like compliance without being compliance.
On the other side, the data scientist treats the audit as overhead. They answer the questions literally, provide the minimum documentation required, and return to building. They don't understand why the auditor is asking questions that seem irrelevant to the model's actual performance. The concept that a model performing well technically can still fail from a governance perspective — because it can't be explained, because its training data has provenance issues, because its outputs affect people in ways that require transparency — doesn't register as a technical problem.
Different timelines, different definitions of done
Data science operates on sprint cycles. A model goes from concept to production in weeks or months. Iteration is fast. "Done" means the model meets performance targets and passes code review.
Compliance operates on audit cycles. Reviews happen quarterly or annually. Documentation is cumulative. "Done" means the control environment is assessed and findings are reported.
When a data science team ships a model update every two weeks, the compliance framework designed for quarterly review can't keep up. The model in production today isn't the model that was reviewed six months ago. The training data has changed. The feature set has changed. The performance characteristics have changed. The compliance documentation reflects a version that no longer exists.
Nobody planned this gap. It's the natural consequence of two teams working on fundamentally different clocks.
What the bridge actually looks like
The organizations that close this gap don't do it by asking data scientists to learn compliance or compliance teams to learn ML. They build a translation function.
In practice, this means people — not tools, not processes, people — who understand both domains well enough to sit in the risk review and say: "What the model does is X. The regulatory requirement is Y. Here's the gap, and here's what we need to do about it." These are rare people. They usually come from one discipline and taught themselves the other out of necessity.
It also means shared artifacts. A model risk document that compliance can read and data science can produce without pretending they're writing a legal brief. A testing protocol that maps technical fairness metrics to regulatory requirements explicitly, so both teams know what's being measured and why. An incident classification that both teams agree on, so when a model behaves unexpectedly, there's a common language for assessing severity.
None of this is technically difficult. It's organizationally difficult. It requires two teams with no history of collaboration to build a working relationship, develop shared vocabulary, and agree on processes that serve both sets of incentives. It requires leadership to recognize that the gap exists and invest in closing it, even though neither team is asking for help.
Why this matters now
When AI was a back-office optimization tool, the gap between data science and compliance was manageable. Low visibility, low regulatory interest, low consequence of failure.
That world is ending. AI systems are making decisions that affect customers, employees, and the public. Regulators are building frameworks that require explainability, fairness testing, and ongoing monitoring. The EU AI Act, the NIST AI RMF, sector-specific guidance — all of it assumes that the organization can connect technical implementation to governance requirements.
The organization that can't make its data scientists and compliance team talk to each other can't meet those requirements. Not because either team is failing. Because the connection between them was never built.
The meeting where they talk past each other is still happening. The question is whether anyone in leadership realizes it's a problem before the regulator does.