AnyLearn
All lessons
Businessadvanced

Agentic RPA and Computer-Use Agents: Benchmarks vs. Real Deployments

What measurable benchmarks say agentic software agents can actually do in 2026, what production deployments have publicly disclosed, the strongest skeptic case on the books, and how the EU AI Act reshapes the deployment math.

Not signed in โ€” your progress and quiz score won't be saved.
Lesson progress1 / 10

The pitch and the question

Agentic RPA โ€” the promise that AI agents will drive enterprise software the way humans do, click for click, form for form โ€” is the splashiest enterprise AI narrative of 2024-2026. Anthropic shipped Computer Use (October 2024), OpenAI shipped Operator (January 2025), Google shipped Project Mariner (December 2024), and every major RPA incumbent (UiPath, Automation Anywhere, Microsoft Power Automate) repositioned around "agentic" workflows.

The honest question is not whether the demos work โ€” many do. It is whether measured benchmark scores have translated into reproducible production value at scale. Two clean ways to interrogate that: (1) read the benchmark papers, which give us SOTA numbers from independent academics; (2) read what listed companies actually disclose in earnings calls and 10-Ks about deployment outcomes. We'll do both and end with the strongest published skeptic case.

Full lesson text

All 10 steps on one page โ€” for reading, reference, and search.

Show

1. The pitch and the question

Agentic RPA โ€” the promise that AI agents will drive enterprise software the way humans do, click for click, form for form โ€” is the splashiest enterprise AI narrative of 2024-2026. Anthropic shipped Computer Use (October 2024), OpenAI shipped Operator (January 2025), Google shipped Project Mariner (December 2024), and every major RPA incumbent (UiPath, Automation Anywhere, Microsoft Power Automate) repositioned around "agentic" workflows.

The honest question is not whether the demos work โ€” many do. It is whether measured benchmark scores have translated into reproducible production value at scale. Two clean ways to interrogate that: (1) read the benchmark papers, which give us SOTA numbers from independent academics; (2) read what listed companies actually disclose in earnings calls and 10-Ks about deployment outcomes. We'll do both and end with the strongest published skeptic case.

2. OSWorld: how good are agents at real desktops?

The standard academic benchmark is OSWorld (Xie et al., 2024, arXiv:2404.07972) โ€” a benchmark of 369 real-world computer tasks across Ubuntu, Windows, web apps, and desktop applications, evaluated with execution-based metrics rather than LLM-judged outcomes.

What the original paper found and what the public leaderboard shows as of 2026:

  • Human baseline: ~72% task success.
  • Best agents at paper time (mid-2024): ~12%.
  • Best agents as of late 2025: in the 30โ€“50% range, with newer Claude/GPT/Gemini-class models making the largest jumps.

That trajectory is what "capabilities are improving fast" looks like quantitatively. But the same numbers also tell you that best-in-class agents in 2026 still fail half or more of realistic OS-level tasks that humans handle routinely. Production-grade reliability (โ‰ฅ99%) is well beyond current SOTA on this benchmark.

3. WebArena: agents on real websites

For web-only tasks, the analogous benchmark is WebArena (Zhou et al., 2024, arXiv:2307.13854) โ€” 812 long-horizon tasks across realistic, self-hosted versions of GitLab, Reddit, an e-commerce site, a CMS, and a mapping tool. The companion benchmark VisualWebArena (Koh et al., arXiv:2401.13649) adds visual reasoning.

Why WebArena hurts agentic claims more than its OSWorld cousin: the websites are real, the tasks are long-horizon ("find the most upvoted post in r/X from last month and create a GitLab issue summarizing it"), and the evaluation is execution-based (did the final state match?). The first paper reported best agent success rates around 14%. As of late 2025, frontier-model agents are reaching 30โ€“40% on the original benchmark, with similar gaps to the ~78% human baseline.

The lesson: benchmarks reward narrow, well-specified tasks. Real enterprise workflows are messier. Benchmark scores set a ceiling, not a floor, on production reliability.

4. Why benchmark progress does not equal deployment readiness

Even if an agent hits 60% on OSWorld, three independent gaps remain before it survives in production:

  1. Tail risk. Enterprise workflows are dominated by edge cases. A 60% success rate means 40% failure โ€” most of which is silent (wrong data entered, wrong row deleted) rather than loud (crash, refusal). Silent failures break trust faster than refusals.
  2. Cost per task. Frontier reasoning models cost between roughly $0.50 and $5.00 per long-horizon task as of early 2026, depending on model and tool use. RPA bots cost effectively nothing per execution. The break-even versus offshore labor or scripted RPA is task-specific and usually narrower than the pitch implies.
  3. Compliance overhead. Any agent acting on production systems needs audit logs, action-confirmation gates, role-based access, rollback, and adversarial-input hardening. That infrastructure often exceeds the agent build itself.

This is why "we have an agent that can do X" and "we have shipped agent-driven X to production" are very different claims โ€” and why most public disclosures of the latter remain narrow.

5. JPMorgan COIN: the canonical example that predates LLMs

The single most-cited corporate RPA case is JPMorgan's COIN (Contract Intelligence) program, reported by Bloomberg in February 2017 (Hugh Son). The widely repeated figure is 360,000 hours of lawyer and loan-officer time saved annually, parsing roughly 12,000 commercial-loan agreements.

What is true about this number:

  • It was disclosed by JPMorgan to Bloomberg in 2017, citing internal estimates.
  • It refers to a pre-LLM system (NLP + classical machine learning), not a modern agent.
  • It has never been independently audited.

Why it still matters for the agentic conversation: even at face value, the COIN figure represents a very large bank automating a single document-parsing workflow over years of careful build. It is the upper end of the public evidence. There is no equivalent disclosure of a modern, autonomous-agent deployment at comparable scale that has survived independent reporting in 2024-2026. When you next hear "this AI agent saves a million hours" โ€” ask what fraction of a JPMorgan-style commitment was needed to ship it, and what fraction of the savings is verified.

6. Salesforce Agentforce: what earnings calls actually said

Salesforce is the largest listed company to have publicly staked a narrative on agents ("Agentforce", launched September 2024). Their fiscal Q3 FY25 earnings call (December 2024) and the Q4 FY25 call (February 2025) โ€” transcripts available on investor.salesforce.com โ€” are the highest-quality public source on agentic-RPA adoption inside a real enterprise software customer base.

What management actually disclosed, paraphrased to avoid quoting drift:

  • Order counts in the low thousands of customers contracting Agentforce within the first two quarters.
  • Revenue contribution "not material" in the immediate quarter; framed as a multi-year monetization ramp.
  • Repeated framing of agents as augmenting Service Cloud / Sales Cloud rather than replacing seats.

Notably absent from the disclosures (as of early 2026): per-agent task-completion rates, customer-side ROI studies, or comparisons to non-AI deployments. The contrast with the COIN-era disclosure is instructive: in 2017 a customer disclosed an outcome figure; in 2024-2026 a vendor is disclosing an adoption figure. Those are not the same evidence.

7. The benchmark-to-production gap

Where the evidence actually lives, and where the claims usually outrun it:

flowchart LR
  B["Benchmarks (OSWorld, WebArena)"]
  D["Demos (Computer Use, Operator)"]
  P["Pilot deployments (single workflow)"]
  S["Scaled production (regulated, audited)"]
  O["Disclosed business outcomes"]
  B --> D
  D --> P
  P --> S
  S --> O

8. The Goldman Sachs skeptic note (June 2024)

The most-cited bear case from inside the financial industry is Goldman Sachs Global Macro Research's "Gen AI: Too Much Spend, Too Little Benefit?" (June 2024, available as a Goldman Sachs research PDF).

The note collected views from MIT's Daron Acemoglu (who modelled a ~0.5% productivity uplift over ten years), Goldman's own equity research head Jim Covello (the most aggressively skeptical voice, framing the spend-to-benefit ratio as historically anomalous), and counter-arguments from Goldman's chief economist. The skeptic argument boiled down to three claims:

  1. Hyperscaler capex (~$1 trillion projected through ~2026) is large relative to plausible near-term productivity gains.
  2. The cost curve of inference has not fallen as fast as proponents required for the business model to work.
  3. Concrete productivity case studies are narrower than the headlines.

Whether the Covello case ages well is an open question. As a citable, sourced, dissenting view from inside a major bank, it is the cleanest counter-evidence available โ€” and worth reading before you green-light the next agent project.

9. EU AI Act: the deployment math just changed

The EU AI Act โ€” Regulation (EU) 2024/1689 โ€” entered into force on 1 August 2024. Most provisions phase in through 2025โ€“2027. The Act explicitly defines "AI system" in terms broad enough to capture agentic deployments and classifies systems by risk tier (unacceptable / high / limited / minimal).

What changes for agentic RPA in the EU and for any company touching EU users:

  • High-risk classification triggers for AI used in employment screening, credit scoring, education access, critical-infrastructure operation, law enforcement, migration, and administration of justice (Annex III). Many enterprise "agent" use cases fall here.
  • High-risk systems require risk-management systems, data governance, technical documentation, logging, human oversight, accuracy/robustness/cybersecurity, and post-market monitoring (Articles 9โ€“15).
  • General-purpose AI models (GPAI) face their own obligations (Article 51 onward).
  • Penalties scale up to โ‚ฌ35 million or 7% of global annual turnover, whichever is higher (Article 99).

The practical effect: the cost of deploying agentic systems just rose, and the burden of proof for high-risk use is on the deployer. The economics shift from "can the agent do the task" to "can the agent do the task and survive the audit".

10. Reading the room in 2026

Stitching the evidence together:

  • Capability trajectory is real. OSWorld and WebArena numbers have improved substantially since 2024. The frontier is not stalled.
  • Reliability is the open problem. SOTA agents fail too often, and too silently, for high-stakes single-shot production use. The gap between 50% benchmark success and 99.9% production reliability is large and not closing linearly.
  • The cleanest disclosed outcome is still JPMorgan COIN. That is from 2017, pre-LLM, and concerns a single document-parsing workflow. The 2024-2026 vendor disclosures are heavier on adoption than on outcomes.
  • The bear case is on the record. Goldman's Covello note and Acemoglu's modelling are publicly available; you do not need to invent the skeptic argument.
  • Regulation is now a first-class cost. EU AI Act compliance, plus parallel U.S. state-level work, has changed the deployment ROI math.

The right operating posture: pilot narrowly, instrument outcomes the way you would a clinical trial, and don't deploy at scale into high-stakes workflows on the basis of a vendor's slide. The benchmarks are public โ€” use them.

Check your understanding

The lesson ends with a 5-question quiz. Take it in the player above to see your score.

  1. What is the human baseline on the OSWorld benchmark, and roughly where do frontier-model agents sit in 2026?
    • Humans ~50%, agents ~70% โ€” agents now exceed humans on realistic OS tasks.
    • Humans ~72%, agents ~30-50% โ€” improving fast but still well below human reliability.
    • Humans ~95%, agents ~93% โ€” production-ready parity.
    • There is no human baseline because OSWorld is an automated-only benchmark.
  2. What is the 'JPMorgan COIN' number that gets cited as the canonical RPA outcome, and what is its key caveat?
    • 360,000 lawyer-hours saved annually; based on internal estimates, never independently audited.
    • $1 billion in annual cost savings, verified by Deloitte audit.
    • 100% replacement of commercial-loan lawyers; confirmed in JPMorgan's 10-K.
    • An LLM-based agent shipping in 2024; replaced the entire compliance team.
  3. According to Salesforce's FY25 earnings disclosures, the most accurate framing of Agentforce adoption is:
    • Disclosed per-customer task-completion rates and verified ROI.
    • Thousands of customers contracted; revenue contribution framed as a multi-year ramp, with outcome metrics not publicly disclosed.
    • Full deprecation of Service Cloud, replaced by autonomous agents.
    • Independent academic studies confirmed productivity gains across the customer base.
  4. Which of the following best summarizes the Goldman Sachs 'Too Much Spend, Too Little Benefit?' note (June 2024)?
    • A vendor whitepaper claiming AI productivity gains are universally underestimated.
    • A peer-reviewed paper proving AI cannot generate ROI.
    • A Goldman Sachs research note collecting both bull and bear views โ€” including Daron Acemoglu's modelling and Jim Covello's skeptic case on the spend-to-benefit ratio.
    • An EU regulatory document banning enterprise AI spending.
  5. Under the EU AI Act (Regulation 2024/1689), what is the maximum penalty tier and what triggers high-risk classification for many agentic deployments?
    • โ‚ฌ10,000 cap; only fully autonomous weapons systems are high-risk.
    • Up to โ‚ฌ35M or 7% of global turnover; Annex III use cases (employment, credit, education access, critical infrastructure, justice) commonly trigger high-risk obligations.
    • Penalties apply only to providers in the EU and exclude global firms.
    • The Act has no penalty regime; it is purely advisory.

Related lessons