Migration

The Real Reason Your RPA Center of Excellence Has a Six Month Backlog

Michael Rodriguez||7 min
Del

Your center of excellence is drowning in a six-month backlog of requests. Each ticket says the same thing: the bot worked last week, now it stops on a new UI update. You spend a week fixing selector conflicts, waiting on a developer, and testing again. The process is stable, but the automation is not. The backlog is not a capacity problem. It is a design problem.

Why RPA breaks here

Modern RPA tools like UiPath, Automation Anywhere, and Power Automate rely on selectors, xpaths, and object IDs. They map a bot to a specific element on a screen. When a release changes a button label, moves an icon, or reorders a list, that mapping breaks. The bot halts, throws an exception, and sits in your queue. A Gartner report on enterprise automation found that up to 60 percent of RPA maintenance time is spent on rework caused by application changes. Another industry survey suggests that 30 percent of bots fail within three months because of UI drift. You are not running bots. You are running a rebuild treadmill.

What changes with computer use agents

  • survives UI changes
  • no brittle selectors
  • recovers from exceptions
  • follows the SOP as written
  • works on legacy and Citrix

RPA automates by binding to a UI element. Computer use agents see the screen and act like a human.

Selectors vs seeing the screen

RPA builds a map: this element is a button, that element is an input field. When the map is wrong, the bot stops. Computer use agents do not maintain a map. They receive the screen as an image and decide where to click and what to read. If a release changes a label, the agent still sees the button and can click it. If a layout shifts, the agent recalculates the coordinates based on the current screen. The agent does not need a perfect, brittle selector. It just needs to see the screen.

Rebuild-on-change vs adapt

After a UI update, your RPA team opens the bot, rewrites selectors, tests against the new version, and deploys again. That is rebuild-on-change. With a computer use agent, the release change is just another variation of the same task. The agent reads the new layout, adjusts its actions, and continues. No developer intervention is required. The agent does not need to be updated before it can handle the change. It adapts on the fly.

Halt-on-exception vs recover

RPA bots usually stop when they encounter an unexpected state. If the page is blank, the login fails, or the data is missing, the bot halts and you receive an alert. You have to investigate, fix the issue, and restart the bot. Computer use agents are designed to recover. If a step fails, the agent can read the error message, take a corrective action, or request human input when needed. It does not stop the entire process. It handles the exception and moves forward. This reduces the number of incidents and the time your team spends triaging failures.

SOPs are already prompts

A standard operating procedure written in plain English is almost a prompt. A computer use agent can read it and execute the steps directly. You do not need to build a flowchart bot, wire each step to a UI element, or map every possible branch. The agent follows the SOP as written. If the SOP says “check the status page, verify the order number, and update the spreadsheet,” the agent does exactly that. The process is portable across different applications because the agent works with whatever is visible on the screen.

How to move without the risk

You do not have to rip out all your RPA bots at once. Start with one process that suffers from UI changes or frequent exceptions. Model it in plain English as a SOP. Deploy a computer use agent to run it alongside your existing RPA bot. Compare the two: uptime, incident count, and time to fix failures. If the agent outperforms the bot, expand to similar processes. Keep the high-volume, stable, backend tasks on RPA where it still makes sense. Use computer use agents for the long tail of work that is changing, exception-heavy, and SOP-driven. This phased approach lets you demonstrate value without abandoning the investments you have already made.

The six-month backlog is not a symptom of low resources. It is a symptom of brittle automation. Computer use agents see the screen and adapt, so they survive UI updates, handle exceptions, and follow SOPs without constant developer intervention. If you want to move from rebuild-on-change to adapt, 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