A model that was 92% accurate at delivery can drop to 78% a year later, without a single line of code changing. The problem isn't in the model, it's in the world around it.
No bug, no incident, no deployment that broke something. An AI model rarely fails because it was built wrong yesterday. It fails because the world in which it must decide today is no longer the same world it learned from.
Data drift means the model sees new situations that deviate from what it learned. The input changes: different customer groups, new products, changing behaviour.
Concept drift means the meaning of that input changes. The signals the model could previously rely on no longer predict the outcome in the same way.
Continuously compare the distribution of incoming data with the training data. A significant deviation is an early warning, even before performance visibly declines.
Where possible, compare predictions against the actual outcome after the fact. That gives the most direct signal, but often only arrives after a delay.
When the actual outcome is only known much later (for example with credit risk), you use interim signals to suspect drift before it's confirmed.
A drift measurement isn't a goal in itself. The question isn't "has our data changed?", but "is that change large enough to reduce trust in the predictions?"
Tools like Evidently AI and NannyML are built specifically for this: they track the statistical distance between production data and training data, and flag when it crosses a threshold.
For high-risk systems under the EU AI Act, post-market monitoring isn't a recommendation but an obligation (Article 72). Continuous monitoring of model behaviour and potential drift is an important way to fulfil that obligation.
A recommendation model at an e-commerce client performed well until the company acquired a new product category through an acquisition. Within six weeks, the click-through rate on recommendations dropped by nearly a third, with no release, bug, or incident to point to.
Monitoring flagged the data drift two weeks before the click-through rate visibly dropped. Without that early warning, the problem would only have surfaced through customer complaints, weeks later.
We set up drift monitoring and show you when a model is due for revision, before customers notice.
Book a call