Column
Why Higher Prediction Accuracy Doesn't Guarantee Better Business Outcomes
Attrition predictions at 95% accuracy won't reduce turnover if the intervention — the one-on-one meeting, the raise proposal — doesn't work. An arXiv position paper from 30+ researchers proposes an integrated framework that evaluates both predictions and interventions. Here's what it means for AI ROI.
Hello. This is Keito Inoshita from Affectosphere Group.
A pattern I’ve seen in AI adoption conversations looks something like this:
“This model hits 95% accuracy.” “Great, let’s deploy it.”
Six months later: “The ROI isn’t materializing like we expected.”
A position paper published on arXiv (Raji et al., arXiv:2606.25668), co-authored by more than 30 researchers, takes this gap seriously. The core argument is clean: prediction systems and intervention systems are fundamentally different evaluation problems, and conflating them is a root cause of AI investments that underdeliver.
Today’s 3 Points
- Prediction accuracy and intervention effectiveness are distinct problems. High accuracy predictions that drive ineffective interventions produce no business value.
- The paper proposes an integrated framework that evaluates both dimensions together, rather than stopping at predictive performance.
- This applies to any AI use case with a prediction-to-action structure: employee attrition, churn prevention, loan decisions, and more.
① Why Good Predictions Can Fail to Produce Results
Let’s walk through a common failure pattern.
An HR team deploys an attrition prediction model. The accuracy is solid — the system correctly identifies employees likely to leave within three months. So they act: trigger one-on-one check-ins, sometimes offer compensation adjustments.
If those interventions don’t actually change whether the employee stays, the prediction’s accuracy is irrelevant to the business outcome. Worse, intrusive “we’ve flagged you as a flight risk” dynamics can sometimes accelerate an employee’s decision to leave.
The research makes exactly this point. AUC, F1, precision-recall — the metrics used to evaluate predictive models — measure nothing about whether the resulting actions work. Yet organizations routinely use these metrics as the basis for deployment decisions and ROI projections.
② What “Separating Predictions from Interventions” Actually Means
The framework at the center of this paper draws a clean line between two evaluation questions.
The prediction evaluation question: how accurately does the model forecast the outcome of interest — attrition, churn, default?
The intervention evaluation question: did the action taken on the basis of that prediction actually change the outcome?
These require completely different methodologies. Prediction accuracy is a supervised learning problem. Intervention evaluation is a causal inference problem — you need to estimate the counterfactual, what would have happened without the intervention.
The integrated framework proposed here connects both: a system that produces high-accuracy predictions and drives high-efficacy interventions is one that should generate measurable business results. A system that only optimizes the prediction half is incomplete.
③ The Automated Decision-System Angle
The paper focuses specifically on Automated Decision-Systems, and that framing matters.
In systems where a human reviews predictions and decides on actions, there are natural checkpoints. But in fully automated pipelines — loan approval, ad targeting optimization, candidate screening — the gap between prediction and intervention shrinks to near zero. The AI predicts and acts, often without human review.
In these contexts, the inability to separate prediction errors from intervention failures becomes particularly costly. An automated system that triggers the wrong intervention at scale can do real damage before anyone notices the problem.
The paper argues that both dimensions need to be monitored continuously, not just evaluated at deployment.
Implementation Perspective: HR Attrition as a Case
Attrition prediction is one of the clearest examples to walk through.
What most organizations do today: run the model, generate a list of high-risk employees, hand it to managers.
Applying the integrated framework would look like this:
First, classify intervention types. One-on-one conversations, compensation reviews, role changes — define what actions managers actually take in response to the model’s outputs.
Second, measure intervention efficacy independently. Compare retention rates between employees who received a given intervention and those who didn’t. This is hard to randomize in a live HR environment, but propensity score matching or difference-in-differences analyses can provide reasonable estimates.
Third, redefine the success KPI. Instead of “the model’s accuracy improved this quarter,” the target becomes “retention rate among high-risk employees who received an effective intervention.” This is the business outcome. It’s what the AI investment is actually for.
The shift is from “our prediction model is performing well” to “our prediction-to-intervention pipeline is generating measurable retention improvements.”
Reframing What You Ask of AI Investments
“This model achieves 95% accuracy” is a comfortable claim. It’s concrete, comparable, and easy to report upward.
But for anyone making or approving AI investments, the more important question is: after we act on these predictions, what actually changed?
The paper from Raji et al. is making the case for building the evaluation infrastructure to answer that question — and building it into the design phase, not added on as an afterthought after deployment.
For executives and AI investment decision-makers: asking for an intervention effectiveness report alongside the usual accuracy metrics is a practical first move. It sends the right signal internally about what the AI is actually supposed to do.
A well-evaluated prediction-to-intervention pipeline is worth more, in sustained business value, than a highly accurate model with no feedback loop on what its outputs actually cause.
Reference
- Inioluwa Deborah Raji et al. (2026). Bridging Predictions and Interventions: An Integrated Framework for Automated Decision-Systems. arXiv preprint.
* This article was written in part with AI assistance and may contain inaccuracies.