What Is Model Drift? — Why AI Gets Worse Over Time Without Anyone Noticing


An AI model is trained on data from a specific point in time. It learns the patterns present in that data and uses them to make predictions. But the world does not stay the same. Customer behaviour changes. Markets shift. Language evolves. New products emerge. Old patterns break down.
When the real world changes but the model does not, the model’s predictions gradually become less accurate. This is called model drift — and it is one of the most underappreciated challenges in deploying AI in production.
Two types of drift
Data drift — also called input drift or covariate shift — occurs when the characteristics of the incoming data change over time. The model was trained on data that looked a certain way. Now the data looks different. A fraud detection model trained on pre-pandemic transaction patterns may struggle with post-pandemic spending behaviour because the baseline of what is ‘normal’ has shifted.
Concept drift occurs when the relationship between the input and the correct output changes. A spam filter trained in 2020 learned what spam looked like in 2020. Spammers adapted. The language of spam changed. The same inputs now need different outputs — but the model has not learned the new relationship.
A simple analogy
Think of a doctor who trained in the 1990s and never updated their knowledge. They are applying patterns and treatments from 30 years ago to patients today. For many conditions, this is fine. For conditions where medicine has advanced significantly, their advice is now outdated — and potentially harmful. The doctor has not changed. Medicine has.
Why drift is dangerous
Model drift is dangerous precisely because it is gradual and invisible. The model does not announce that it is becoming less accurate. It continues to produce outputs — which look normal — while slowly getting things wrong more often. By the time the degradation is noticed, it may have been affecting decisions for months.
How to manage it
Monitor model performance continuously — not just at deployment. Track the accuracy, precision, and recall of the model over time against real outcomes. Set thresholds — if performance drops below a defined level, trigger a review or retrain. Retrain regularly — update the model with fresh data so it keeps pace with the changing world. For document-based systems using RAG, keeping the document database current — as RangaLabs does with its automated update workflows for MarineRef — addresses a version of this same problem.
The simple rule
Deploying an AI model is not the end of the work. It is the beginning of the monitoring. A model left unmonitored will drift. A model that drifts silently becomes a liability.
🎁 Try MarineRef free for 1 year — use code FREE2026 at maritime.rangalabs.cloud
👉 Get one AI tip every day on WhatsApp — free. Join here: https://chat.whatsapp.com/DhaGgTuQ9GE67ykGVMgxXb


Comments