N8n model drift canary
★ 6.6 · n8n · medium · 14 nodes
N8n model drift canary is an n8n automation template that runs on a schedule to monitor AI model drift: it periodically sends reference canary prompts to a model and tracks deviations in responses, alerting when output quality degrades. Reach for it when your production AI agent starts behaving differently than before and you need to catch the regression before users notice it, or when your model provider silently updates the underlying model and you want to verify that outputs remain consistent. Trigger: Schedule. Integrations: none specified in metadata — logic is implemented entirely within n8n nodes. The template focuses on ongoing behavioral stability monitoring over time, not pre-deployment evaluation or API uptime checks (use dedicated observability tools for those). It fits teams who have already shipped an AI agent and need automated alerts on output drift; it is not designed for initial model benchmarking or load testing.