Artificial Intelligence

What AI actually fixes in transaction monitoring — and what it doesn't

Every transaction monitoring vendor now has an AI story. Most of those stories are told at the level of outcome — fewer false positives, faster investigations, better coverage — and almost none of them are told at the level of mechanism. That gap is where compliance teams get into trouble, because the mechanism is what determines whether the outcome is achievable in your environment or somebody else's.

This is an attempt at the mechanism-level version. It is written from inside the alert queue rather than from a product roadmap.

The three things machine learning is genuinely good at here

Strip away the framing and there are really only three jobs where a model consistently beats a well-tuned rule in a monitoring context.

1. Ranking a queue you already have. Given a population of rule-generated alerts and a reliable history of how they were dispositioned, a supervised model can order that queue by likelihood of escalation far better than alert age or rule severity can. This is the single highest-return, lowest-risk application in the space. It does not change what gets detected — it changes what gets looked at first, which matters enormously when the queue is longer than the working day.

2. Suppressing alerts that are structurally uninformative. Some alert clusters are simply artefacts of a threshold sitting slightly below normal customer behaviour. A model trained on disposition history identifies those clusters with more nuance than a segmentation exercise, because it can condition on dozens of features rather than three or four. The critical constraint: suppression must be reversible, logged, and sampled — an alert that is never seen is a control that cannot be evidenced.

3. Surfacing relationships across entities. Rules evaluate a transaction or a customer. Graph-based approaches evaluate the structure connecting them. For mule networks, layered fundraising, and shared-device or shared-instrument patterns, this is a categorically different kind of detection, not an incremental improvement on it.

The two things it is not good at, no matter the demo

Discovering typologies nobody has described. Unsupervised anomaly detection finds statistical outliers. Statistical outliers are overwhelmingly unusual-but-legitimate behaviour: a bonus, a property sale, a business with genuinely lumpy revenue. The promise of a model that "finds new laundering patterns on its own" is, in practice, a promise of a very expensive new alert queue with a very low precision rate. Novel typology discovery remains human work informed by intelligence, not a model output.

Learning from labels you don't actually have. A supervised model learns the decision boundary implied by your historical dispositions. If those dispositions were made under time pressure by under-supported analysts working an inflated queue, the model learns to reproduce that — efficiently and at scale. Label quality is the binding constraint on every supervised application in this domain, and it is almost never the constraint that gets discussed in a procurement process.

A model trained on rushed dispositions does not fix your alert quality problem. It industrialises it.

What has to be true before you start

If you take one thing from this: the readiness questions are all about data and governance, not about algorithms.

  • Disposition history you trust. Ideally two years, with consistent outcome coding, and a QA record that tells you how reliable those codes actually are.
  • A stable feature pipeline. If the underlying data model changes quarterly, your model degrades quarterly — and you will not notice until an examination.
  • An explainability position you can defend. Not "the model is a black box but performs well." A concrete, per-alert account of which factors drove the score, in language an investigator and a supervisor can both use.
  • A challenger arrangement. Something running in parallel that tells you when the production model has drifted, before performance does.
  • Named ownership. Someone in the second line who owns model validation and is not the person who built or bought it.

The regulatory posture is more permissive than teams assume

Supervisors have been broadly encouraging of innovation in monitoring for several years now — the consistent theme is not don't use models, it is demonstrate that you understand and control the model you are using. That reframes the work considerably. The hard part of deploying AI in a compliance control is not the modelling. It is producing the documentation, the validation evidence, the drift monitoring and the human-review design that let you answer the only question that really gets asked: why did the system do that, and how do you know it was right?

Teams that treat that documentation burden as the project — rather than as paperwork attached to the project — tend to ship. Teams that treat it as an afterthought tend to run a very promising pilot for eighteen months.


A practical sequence

Starting from a conventional rules-based estate, this is the order I would go in:

  • Fix disposition coding and QA first. Everything downstream depends on it.
  • Deploy alert ranking before alert suppression. Ranking is non-destructive; suppression removes evidence.
  • Instrument the ranking model heavily and run it in shadow mode for a full cycle.
  • Only then consider suppression, with mandatory sampling of everything suppressed.
  • Treat graph and network detection as a separate programme, not a phase of this one.

None of that is fast. All of it is defensible — and in a control function, defensible is the specification.

More insights