Replace brittle RPA with computer-use agents: 2026 cost and migration guide

Legacy RPA fails 30-50% of the time and spends up to 60% of budget on maintenance. How computer-use agents change the 2026 cost and architecture.

Read time
12 min
Word count
1.6K
Sections
9
FAQs
8
Share
A legacy robotic arm giving way to a glowing smart cursor operating a floating UI panel
Computer-use agents read the screen instead of brittle selectors, cutting RPA maintenance.
On this page · 9 sections
  1. Why RPA breaks
  2. The real cost of an RPA program
  3. What computer-use agents change
  4. Where computer-use agents are not the answer
  5. A migration approach that does not break what works
  6. India-specific considerations
  7. FAQ
  8. How eCorpIT can help
  9. References

Summary. Legacy robotic process automation is expensive to keep alive. EY has estimated that 30% to 50% of initial RPA implementations fail, and Forrester has put maintenance at up to 60% of total RPA program cost. The licensing you signed for is the small part: UiPath developer licences run about $420 per month, Automation Anywhere cloud bot runners start near $50,000 per year for five bots, and Blue Prism enterprise deals begin around $75,000 per year, with per-bot rates of $10,000 to $35,000. Computer-use agents attack the root cause. Instead of brittle UI selectors, models such as Google's Gemini 2.5 Computer Use (7 October 2025), Anthropic's Claude computer-use tool and OpenAI's computer-use-preview read the screen and act like a person, at token prices from $1.25 to $15 per million, roughly ₹105 to ₹1,275 at about ₹85 to the US dollar. This guide covers when that swap pays off, when it does not, and how to migrate without breaking what already works.

If you run an automation team in 2026, the problem is not that your bots cannot do the work. It is that they stop doing it every time a vendor ships a UI update, and your engineers spend their week patching selectors instead of automating new processes. That is the gap computer-use agents are built to close, and it is also where an honest cost comparison matters more than a demo.

Why RPA breaks

A traditional RPA bot finds an on-screen element by its selector: an XPath, a control id, an image match. When the target application looks the way the bot was recorded against, it works. When a vendor renames a button, restructures a form, or changes an authentication step, the selector no longer matches and the workflow stops. The worst version fails silently, returning no error and delivering no data downstream until someone notices the gap hours later.

At scale, that fragility becomes the dominant cost. One 2026 analysis of enterprise RPA programs reported that 45% of companies see bot breakdowns every week from changes in the underlying applications, and that RPA teams spend between 30% and 70% of their effort maintaining existing bots rather than building new automation. Every portal redesign and every forced login change becomes a support ticket. The capacity that automation was meant to free up gets consumed keeping the automation itself upright.

This is an architecture problem, not a tuning problem. A selector is a promise that the screen will not change. Screens change.

The real cost of an RPA program

Licensing is the number that gets budgeted and the number that misleads. Across UiPath, Automation Anywhere and Blue Prism, licensing is commonly 25% to 30% of the total cost of ownership; implementation, maintenance and support take the other 70% to 75%. Blue Prism renewals after the SS&C acquisition have been reported at 20% to 40% above 2023 rates, and vendor list prices generally sit 20% to 40% above negotiated deal prices, so the headline figure and the real figure diverge before a single bot runs.

Cost line Share of RPA total cost of ownership Note
Software licensing 25% to 30% UiPath about $420 per developer per month; per-bot enterprise rates on top
Implementation part of the 70% to 75% Process discovery, recording, environment setup
Maintenance up to 60% (Forrester) Selector repair after every UI change
Support and monitoring part of the 70% to 75% Reruns, exception handling, on-call
Failure and rework hard to bound EY: 30% to 50% of initial programs fail

The point is not that RPA is worthless. For high-volume, stable, back-office processes it can still be the right tool. The point is that the maintenance line is structural, and it grows with every application your bots touch.

What computer-use agents change

A computer-use agent does not depend on a selector. It works from a screenshot. Google describes the loop plainly for its Gemini 2.5 Computer Use model: the inputs are the user request, a screenshot of the environment and a history of recent actions; the model returns a function call such as a click or a keystroke; your code executes it, takes a new screenshot, and sends it back until the task finishes or a safety check stops it. Because the agent reasons about what is on the screen rather than matching a fixed control id, a renamed button or a moved field is something it can adapt to instead of something that stops it cold.

Three vendors ship a production-grade version in 2026. Google's Gemini 2.5 Computer Use, released on 7 October 2025 and built on Gemini 2.5 Pro, leads the Online-Mind2Web, WebVoyager and AndroidWorld web and mobile benchmarks and carries the lowest token price at $1.25 and $10 per million. Anthropic's Claude computer-use tool, first shipped in October 2024, reached 72.7% on the OSWorld benchmark with Claude Sonnet 4.6 and treats the full desktop as its environment, at $3 and $15 per million. OpenAI's computer-use-preview, the model behind Operator, runs inside the Responses API at $3 and $12 per million and reports 38.1% on OSWorld. We compare the three in detail in our guide to computer-use models for browser agents.

Decision vector Selector-based RPA Computer-use agent
How it targets the UI Fixed selectors (XPath, control id, image) Reads the screenshot and reasons about it
Reaction to a UI change Breaks, often silently Can adapt to a moved or renamed element
Upfront cost Per-bot licence plus recording Token and session cost plus harness build
Ongoing cost driver Selector repair after every change Screenshots as tokens, retries, session minutes
Reliability profile Deterministic until the screen changes Probabilistic; needs guardrails and confirmation
Data control On-prem options mature Depends on model host and deployment choice

Where computer-use agents are not the answer

An honest migration starts with the cases where you should not migrate. Computer-use agents are probabilistic. They can pass a task once and fail it on the thousandth run, which is exactly the property a payroll or reconciliation process cannot tolerate without controls. Bryan Silverthorn, director of Amazon's AGI Autonomy research lab, framed the bar at VB Transform 2026 in a talk titled "Closing the capability-reliability gap": "But can it do those things correctly 100 times in a row without accidentally leaking sensitive data or going rogue on a prompt injection?"

For a high-volume, unchanging, deterministic process, a well-maintained RPA bot can still be cheaper and more predictable than a vision loop that pays for a screenshot on every step. Computer use earns its place where the interface changes often, where no API exists, or where the task needs judgement a fixed script cannot encode. The right 2026 answer for most enterprises is a mix: keep stable bots, move the brittle and judgement-heavy ones, and wrap both in monitoring. We treat the reliability and control problem directly in enterprise AI agents in production and the injection defences in AI agent security and prompt-injection guardrails.

A migration approach that does not break what works

The mistake teams make is treating this as a rip-and-replace. It is not. A safe migration ranks candidate processes by how often their target UI changes and how much judgement they need, then moves the worst offenders first, because those are where selector repair is eating the most engineering time. Each migrated process gets wrapped in a harness that handles authentication, session persistence and retries, a per-step confirmation on any irreversible action, and full logging so an auditor can reconstruct what the agent did and why.

The cost model changes with it. RPA is priced per bot per year. A computer-use agent is priced per completed task, driven by step count, screenshot resolution and hosted-session minutes. A cheaper per-token model that needs more steps or more retries can cost more than a pricier model that finishes cleanly, so the number to track is cost per successful task, not per bot or per million tokens. That is the calculation that decides whether a given process should move at all.

Model Priced by Indicative rate Best when
UiPath or Automation Anywhere bot Per bot per year About $50,000 per year for five bots (AA) High-volume, stable UI
Blue Prism bot Per bot per year $10,000 to $35,000 per bot Regulated, on-prem back office
Gemini 2.5 Computer Use Per token plus session $1.25 / $10 per million Changing web UIs, low latency
Claude computer use Per token plus session $3 / $15 per million Desktop and native app workflows
OpenAI computer-use-preview Per token plus session $3 / $12 per million Teams already on the Responses API

India-specific considerations

For Indian enterprises and the global capability centres and business-process operations run from India, the maintenance burden of RPA lands on local engineering teams, so cutting it converts directly into freed capacity. The currency maths favours moving the right processes: at about ₹85 to the US dollar in July 2026, Gemini 2.5 Computer Use input runs near ₹106 per million tokens, and the saving compounds against per-bot licences that are quoted in dollars. Public cloud spending in India is projected to reach $17.5 billion in 2026, up 28.1% from $13.7 billion in 2025, so leadership is already scrutinising automation run-rates.

Data protection is the gate that decides deployment shape. A computer-use agent that logs into a CRM, an HRMS or a payments console processes personal data under the Digital Personal Data Protection Act 2023. That means data-minimisation on what screenshots capture, a lawful basis for the processing, scoped credentials, and an audit trail of every agent action. For regulated back-office work, a self-hosted or private deployment of the model may be the safer route, and the agent's logs must not quietly become an unmanaged store of customer data.

FAQ

How eCorpIT can help

eCorpIT designs and builds the migration from brittle RPA to computer-use agents for enterprises and global capability centres that are tired of paying for selector repair. Founded in 2021 and based in Gurugram, our senior-led engineering teams handle process selection, the agent loop and harness, authentication and session handling, prompt-injection guardrails, per-action logging, and a cost model measured per completed task. We are CMMI Level 5, MSME and ISO 27001:2022 certified, partner with AWS, Microsoft and Google, and design agent workflows aligned with DPDP Act 2023 requirements. See our enterprise AI agent development service, and to scope a migration on your own processes, contact our team.

References

  1. Ernst & Young estimate that 30% to 50% of initial RPA implementations fail (as cited by VSoft Consulting) — blog.vsoftconsulting.com
  1. Forrester on RPA maintenance as up to 60% of implementation cost (as cited by Allata) — allata.com
  1. Vendr, "UiPath software pricing and plans 2026" — vendr.com
  1. Vendr, "Automation Anywhere software pricing and plans 2026" — vendr.com
  1. Costbench, "Blue Prism pricing 2026" — costbench.com
  1. Coasty, "The hidden maintenance cost of RPA bots nobody budgets for" (2026) — coasty.ai
  1. Duvo, "Why every RPA project breaks (and how agentic AI fixes it)" (2026) — blog.duvo.ai
  1. Google DeepMind, "Introducing the Gemini 2.5 Computer Use model" (7 October 2025) — blog.google
  1. Google AI for Developers, "Computer use" documentation — ai.google.dev
  1. OpenAI, "computer-use-preview" model documentation — developers.openai.com
  1. MarkTechPost, "Claude Sonnet 5 vs Sonnet 4.6 vs Opus 4.8: benchmarks and pricing" (13 July 2026) — marktechpost.com
  1. VentureBeat, "Amazon AGI director says AI agent reliability, not capability, is blocking enterprise deployment at VB Transform 2026" — venturebeat.com
  1. Business Standard, "AI to fuel India's tech services growth; public cloud spending to reach $17.5 bn in 2026" — bignewsnetwork.com

_Last updated: 31 July 2026._

Frequently asked

Quick answers.

01 Are computer-use agents a full replacement for RPA?
No, and treating them as one is the common mistake. For high-volume, stable, deterministic processes a well-maintained RPA bot can be cheaper and more predictable. Computer-use agents win where the interface changes often, no API exists, or the task needs judgement. Most 2026 enterprises run a mix and migrate the brittle processes first.
02 Why does traditional RPA break so often?
RPA bots find on-screen elements by fixed selectors such as an XPath or control id. When a vendor renames a button, restructures a form or changes a login, the selector no longer matches and the workflow stops, often silently. One 2026 analysis reported 45% of companies see weekly bot breakdowns from changes in the underlying applications.
03 How much cheaper is a computer-use agent?
It depends on the process, not the token price. RPA is priced per bot per year while a computer-use agent is priced per completed task, driven by step count, screenshot resolution and session minutes. Track cost per successful task. A brittle process with heavy maintenance is where the agent saves the most money.
04 What does RPA actually cost to maintain?
Licensing is only 25% to 30% of total cost of ownership. Forrester has put maintenance at up to 60% of total RPA program cost, and EY has estimated 30% to 50% of initial implementations fail. RPA teams commonly spend 30% to 70% of their effort maintaining existing bots rather than building new automation.
05 Which computer-use model should we use?
Match the environment first. Gemini 2.5 Computer Use leads the web benchmarks and costs least per token, so it suits browser workflows. Claude computer use treats the full desktop as its environment and posts the highest OSWorld scores, so it suits native application work. OpenAI computer-use-preview fits teams already on the Responses API.
06 Is it safe to give an agent our logins?
Only with controls. Scope the agent's credentials to the minimum needed, keep a human confirmation step on irreversible actions, log every step, and treat any web content the agent reads as untrusted to defend against prompt injection. For regulated data, a private or self-hosted deployment keeps screenshots and logs inside your boundary.
07 Does DPDP apply to automation agents?
Yes, when the agent handles personal data. An agent that logs into a CRM or payments tool and captures screenshots processes personal data under India's Digital Personal Data Protection Act 2023. You need data-minimisation on captures, a lawful basis, scoped access and an audit trail of the agent's actions, the same as any other processing system.
08 How long does a migration take?
It varies by process count and change frequency, so there is no fixed number. A sound approach ranks processes by how often their UI changes and how much judgement they need, moves the worst offenders first, and wraps each in a harness for authentication, retries and logging. Start with one process, prove the cost per task, then scale.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.