Healing by accumulation
Every sample you teach becomes a scenario the job must keep passing. The job that has seen the duplicate customer, the expired session, the missing field, and the vendor’s quirky validation dialog does not break on them, because handling those cases is part of what the builder verified. So the automation gets more reliable the longer it runs. Not because it improvises better, but because coverage only grows: more scenarios, fewer surprise failures.When something new happens
New failure modes still appear: a vendor ships a UI change, a system behaves differently at month-end. When that happens:- The failure surfaces in telemetry with a replay of exactly what happened on the desktop.
- You, the co-pilot, or an agent in teach mode sends the failing input back to the job as a new sample.
- The builder updates the automation until the new sample passes, alongside every existing scenario.
- You review and go live. The failure is now a scenario, and it never surprises you again.
After you teach the failing case, that failure mode is covered. You should not see the same break twice.