On the Reliability of Computer Use Agents
Summary
A preprint analyzing why computer-use agents succeed once but fail on repeated executions, attributing unreliability to execution stochasticity, task ambiguity, and behavioral variability, and advocating repeated evaluation and stable strategies.
View Cached Full Text
Cached at: 04/21/26, 07:46 PM
Paper page - On the Reliability of Computer Use Agents
Source: https://huggingface.co/papers/2604.17849
Abstract
Computer-use agents exhibit unreliable performance due to execution stochasticity, task specification ambiguity, and behavioral variability, necessitating repeated evaluation and stable strategies for consistent task completion.
Computer-useagentshaverapidlyimprovedonreal-worldtaskssuchaswebnavigation,desktopautomation,andsoftwareinteraction,insomecasessurpassinghumanperformance.Yetevenwhenthetaskandmodelareunchanged,anagentthatsucceedsoncemayfailonarepeatedexecutionofthesametask.Thisraisesafundamentalquestion:ifanagentcansucceedatataskonce,whatpreventsitfromdoingsoreliably?Inthiswork,westudythesourcesofunreliabilityincomputer-useagentsthroughthreefactors:stochasticityduringexecution,ambiguityintaskspecification,andvariabilityinagentbehavior.WeanalyzethesefactorsonOSWorldusingrepeatedexecutionsofthesametasktogetherwithpairedstatisticalteststhatcapturetask-levelchangesacrosssettings.Ouranalysisshowsthatreliabilitydependsonbothhowtasksarespecifiedandhowagentbehaviorvariesacrossexecutions.Thesefindingssuggesttheneedtoevaluateagentsunderrepeatedexecution,toallowagentstoresolvetaskambiguitythroughinteraction,andtofavorstrategiesthatremainstableacrossruns.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2604\.17849
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.17849 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2604.17849 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.17849 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@dair_ai: Outstanding paper on computer-using agents. (bookmark it) Computer-using agents drive real software through the screen,…
PreAct compiles successful agent runs into small state-machine programs, enabling 8.5-13x faster replay on repeated tasks without per-step language model calls, with runtime screen checks to ensure correctness.
Securing Computer-Use Agents: A Unified Architecture-Lifecycle Framework for Deployment-Grounded Reliability
This academic paper proposes a unified architecture-lifecycle framework for securing computer-use agents (CUAs) as they transition from benchmarks to real-world software environments. It analyzes reliability challenges across perception, decision, execution layers and creation, deployment, operation, maintenance stages.
I think a lot of people are underestimating how expensive unreliable agents are
The author argues that the hidden cost of unreliable AI agents lies in the cognitive overhead of constant human monitoring, emphasizing that predictability and environmental stability matter more than raw intelligence for real-world deployment. Practical workflows improve significantly when agents operate within controlled, validated environments rather than unpredictable ones.
The weirdest thing about AI agents is how human failure patterns start showing up
The author observes that AI agents exhibit human-like failure patterns, such as overconfidence and skipping steps under context pressure, suggesting that system reliability depends more on robust validation and controlled environments than just model intelligence.
@omarsar0: // Agents Do Not Fail Alone // Very nice open-source eval tool to check agent reliability. Lots of cool ideas in there.…
This paper introduces ProofAgent-Harness, an open-source evaluation tool that measures context engineering quality for AI agents across seven criteria, validating it as a leading indicator of agent reliability.