# What does a behavior drift baseline catch, and what does it miss?

It catches a new or reordered step almost every time, and misses a real share of the times an agent quietly stops doing something it used to do.

The reason is structural, not a tuning problem. An agent calling a tool it's never used, or taking a path it's never taken, leaves something new in the trace for the baseline to notice. An agent dropping a step it always ran leaves nothing: the trace just looks like a shorter version of normal, and normal is exactly what a behavior baseline is built to let through. New actions, swapped steps, and reordered ones are the strong catches. A quiet omission is the classifier's honest weak spot.

If a step matters for correctness and not just for shape, [pairing this with a check that asserts the step happened](/answers/tessary-behavior-drift/why-did-my-agent-stop-doing-a-step-it-always-used-to-do) covers the gap drift detection alone won't.

---

Source: https://tessary.ai/answers/tessary-behavior-drift/what-does-a-behavior-drift-baseline-catch-and-miss
More on Tessary behavior drift: https://tessary.ai/answers/tessary-behavior-drift
From Tessary, agent reliability for AI agents in production: https://tessary.ai
