Replay selectors are curated asynchronously on every recording

Each recorded step's selectors get a background AI review during the act path, then validated answers rewrite the recording at flow end. Heuristics stand if the review cannot complete.

Recordings now harden their selectors without slowing the click path. When an agent interacts with an element, Donobu still records the top heuristic selectors immediately (~20ms on the act path). In the background it also runs an AI review of the selector pool, a DOM window, and the recorded intent, then applies validated answers when the flow ends.

If the AI returns pool picks, or synthesizes a selector that verifies against the captured DOM snapshot, those rewrite the recorded selectors. If it declines, times out, or returns something invalid, the heuristics stand. Replays are more likely to survive page drift, without paying AI cost or risk on the hot path.

  • Background AI curation of recorded selectors, never blocking the act path
  • Validated answers rewrite the recording at flow end
  • Heuristics remain the fallback on decline, timeout, or invalid answers