IDP plus RPA vs a single computer use agent for document workflows
You have invested in an IDP platform to read invoices, contracts, and claims. You also have a team of RPA bots that pull data from those documents and move it into core systems. The problem is that every UI update, every new field, every unexpected error forces a developer back into the code to rebuild the bot. You end up with a maintenance backlog that grows faster than your backlog of new automation requests. The process is not brittle, it is fundamentally built on brittle assumptions.
Why RPA breaks here
IDP plus RPA relies on selectors, xpaths, and object IDs to locate elements on a screen. When the vendor changes the release, when a user installs a new version of the browser, or when IT adds a single-character change in the HTML, the selector no longer points to the right element. The bot stops. In many enterprises, roughly 30 percent of RPA spend goes into maintenance rather than new automation. For document processes that involve multiple systems, the rebuild-on-change cost compounds. A process that once took three weeks to build can take another three weeks to repair after a UI tweak. The process is deterministic and stable only as long as the UI does not change.
What changes with computer use agents
- ●Agents see the screen like a human does.
- ●They do not need brittle selectors or xpaths.
- ●They adapt when the UI changes without a developer.
- ●They recover from unexpected states instead of halting.
- ●They follow the SOP written in plain English.
- ●They work in legacy apps, Citrix, and virtualized desktops where RPA struggles.
A computer use agent does not need selectors; it needs a process described in plain language, and it adapts to whatever it sees on the screen.
The real difference in practice
Consider a standard document workflow: an invoice arrives in email. An IDP system extracts key fields. An RPA bot logs into the procurement system, navigates to the invoice entry screen, types the extracted values, and submits. If the procurement system introduces a new field or changes the layout of the entry form, the RPA bot breaks. A developer must update the selector, test, and redeploy. With a computer use agent, the workflow is defined as a sequence of actions described in plain language, such as "Open inbox, find email with subject line containing invoice, open attachment, read the amount and vendor name, launch procurement system, navigate to invoice entry, type the vendor name, type the amount, and submit." The agent looks at the screen, identifies the correct elements, and continues. When the UI changes, the agent notices the difference and adjusts its actions. It does not halt on an exception. It logs the error, retries, and, if necessary, escalates to a human. The agent can run on the same desktops where legacy RPA struggles, including Citrix and virtualized environments, without needing to rebuild the automation every time the application changes.
How to move without the risk
You do not need to replace all your RPA on day one. Start with one high-pain document process where the UI changes frequently or where exceptions are common. Document the current process in plain language, including step-by-step actions and decision points. Run a pilot with a computer use agent on a sandbox or staging environment. Compare the time to build, the time to maintain, and the number of failures. If the process is stable, deterministic, and high volume, such as a monthly payroll adjustment that runs from a backend system, a traditional RPA bot may still be the right choice. For processes that touch multiple systems, rely on human judgment, or require adaptation, a computer use agent provides a more durable foundation. Expand pilots to related processes, monitor performance, and gradually transition to agents where the value is clear. This phased approach lets you keep what works and replace what does not, without a large-scale rip-and-replace project.
You can stop rebuilding bots every time the UI changes. The durable path forward for document workflows is to treat your SOP as the source of truth and let an agent that can see the screen follow it. Book a demo with the Coasty team to see how a computer use agent can adapt to your environment and reduce maintenance while improving reliability at https://cal.com/coasty/15min .