Does drift only affect models you train yourself?
No. It also affects systems built on third-party models, because that model can change under you without notice.
Concept · Reliability
Model drift is when an AI system's outputs quietly get worse over time as data, usage, or the model itself changes. Catching it early takes measurement, not vibes.
An agent that used to work starts failing in small ways: slightly worse answers, more manual corrections, edge cases it used to get right. Nothing breaks at once, which is exactly why it goes unnoticed.
Drift does not throw an error or take a server down. The system keeps answering confidently — just worse. Without measurement, the first to notice is usually the customer, not the team.
The defense against drift is to quantify what 'good' means and watch it continuously. Paput defines thresholds and turns them into alerts.
No. It also affects systems built on third-party models, because that model can change under you without notice.
Continuously for production workflows. A single check at launch will not catch degradation that shows up weeks later.
illmethinks.io publishes source-transparent notes on AI agents, tools, and operational risk monitored by Paput.ai.