Enterprise

Unattended RPA bots and the 3am pager: how AI agents change on-call

Daniel Kim||7 min
Ctrl+Z

At 3:13 AM, an alert lights up the pager for a batch reconciliation job that failed on a production system. The team is in modern RPA: UiPath or Automation Anywhere. The bot tried to click a button by ID, but the UI changed in the last release. The selector no longer matches. The bot halted. The engineer opens the orchestrator, reads the error log, opens the application, checks the markup, updates the workflow, redeploy, and rerun. This is a recurring pattern. Every UI update is a maintenance sprint. Every exception is a wake-up call.

Why RPA breaks here

Traditional unattended RPA is built on selectors, xpaths, and object IDs. When an enterprise updates a UI, those identifiers change. The bot no longer finds the target. To fix it, a developer must rebuild the workflow. According to industry benchmarks, roughly 30 to 40 percent of RPA maintenance time is spent on these rebuilds. For high-volume, stable, backend processes, the cost is manageable. But for processes that touch dynamic interfaces, exception-heavy workflows, or legacy systems, the rebuild-on-change treadmill becomes expensive and unreliable. The bot halts on the first unexpected state. If the system redirects to a different page, the bot fails. If data fields shift, the bot misaligns. The result is frequent outages and a growing backlog of fixes.

What changes with computer use agents

  • Agents see the screen like a human. They can locate a button by its visual appearance, text, or context, not just a brittle ID.
  • No brittle selectors to maintain. When the UI updates, the agent recalculates visual targets on the fly.
  • Exception recovery instead of halt. If a workflow encounters an unexpected state, an agent can read the screen, decide on a path, and continue.
  • Follow SOPs written in plain language. A standard operating procedure is already a natural language prompt. Agents can read it directly, without building flowcharts and if-then matrices.
  • Work across any app, including legacy systems, Citrix virtual desktops, and terminal-based tools where traditional RPA struggles.

The one line a VP of automation should remember: Computer use agents replace brittle selectors with visual understanding, so bots adapt to change instead of breaking on it.

How to move without the risk

You do not need to rewrite everything at once. A phased approach reduces risk and proves value. First, pick one high-pain process: exception-heavy, frequent UI changes, or a workflow that only employees can run because the steps are documented in an SOP. Run a pilot with a computer use agent. Measure the change in uptime, maintenance hours, and the number of outages. If the pilot succeeds, expand to related workflows. For processes that are high-volume, deterministic, and backend-only, legacy RPA can still fit. The goal is to move the long tail to agents and keep the core processes on RPA where it makes sense. Over time, the balance shifts toward agents that can adapt, recover, and follow natural language instructions.

The 3am pager is not inevitable. Computer use agents control real desktops, browsers, and terminals. They need no brittle selectors and they recover from exceptions instead of halting. To see how an agent can run your next SOP, book a demo with the Coasty team at https://cal.com/coasty/15min .

Want to see this in action?

View Case Studies
Try Coasty Free