PromptForge
AI Glossary

Risks & limitations

Model drift

Also known as: drift, model deprecation

Definition

Model drift is when a hosted model's behaviour changes over time as the provider updates it, causing prompts that worked reliably to degrade without any change on your side.

Providers update models continuously — safety adjustments, efficiency improvements, capability upgrades. Behaviour on your specific prompts can shift as a result, sometimes subtly.

This is a real operational risk for anything built on a hosted API. A pipeline that has run correctly for months can start failing because an update changed formatting tendencies or how strictly instructions are followed.

Defences: pin specific model versions where the provider offers them, run your eval set on a schedule rather than only after your own changes, and monitor output shape in production. Drift is much cheaper to catch with a failing test than with a user complaint.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.