AI in Commerce1 min read
Why AI won't replace fraud analysts (yet)
Fraud detection is one of the areas where AI hype is loudest. What actually improves fraud analyst productivity, and what the models still can't do.
Fraud detection is one of the areas where AI hype is loudest and results are most uneven. The productivity boost is real; the "AI replaces the fraud analyst" story is not. Where the current tools help is worth being specific about.
Written October 2024 from a review of fraud tooling adoption.
Where AI helps
- Anomaly detection at scale. Statistical models catch patterns humans wouldn't look for in a data set they wouldn't have time to review. The tools are mature.
- Similarity scoring for known-fraud patterns. Given a labelled fraud incident, find similar transactions across the platform. This is a search problem, and search is a solved problem.
- Feature engineering suggestions. Given a set of known fraud cases, propose features that discriminate — velocity ratios, geographic anomalies, timing patterns.
What AI still can't do
- Distinguish first-party fraud from third-party fraud. The technical patterns are similar; the intent is different. Determining intent still requires human judgement.
- Handle novel fraud patterns. The model detects patterns similar to what it's trained on. Genuinely novel schemes bypass detection.
- Manage the false positive cost. Every false positive is a customer contacted about a legitimate transaction. The relative cost of false positives vs. false negatives is a business decision the model can't make.
What actually helps analysts
- Better tooling for reviewing flagged transactions in context.
- Faster feedback loops from case outcome back to the detection model.
- Explainable model outputs so the analyst can see why something was flagged.
The productivity boost from AI in fraud is real. The productivity loss from over-reliance on AI in fraud is also real. Analyst judgement is what keeps false positive rates manageable.