REVIEW 3 major objections 5 minor 31 references
DevicesWorld: Benchmarking Cross-Device Agents in Heterogeneous Environments
T0 review · 3 major / 5 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read DevicesWorld is a new executable benchmark claiming that today's best LLM agents complete only about 12.5% of realistic tasks that require coordinating a phone, a desktop, and smart-home devices.
desk verdict A genuinely new 6,140-task cross-device benchmark, but the headline 12.5% success rate is ungrounded because evaluation-set size and verifier accuracy are never reported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the benchmark itself: a unified cross-device environment controller that instantiates Android, Linux, and SmartHome devices from a task specification, routes each agent action to its stated target device, and after termination runs task-specific rule-based verifiers over final device states and generated files. Each task is defined by a 'task contract'—natural-language goal, participating devices, initial states, supported actions, expected outcomes, verifiers, cleanup—so evaluations are executable and reproducible rather than text-only. The failure taxonomy (B1–B3 for budget-exhausted runs; D1–D5 for premature completions) is the diagnostic instrument that convert
What would settle it
Audit the verifier: take a random sample of trajectories from the fixed evaluation set, have human annotators judge whether each final state satisfies the stated user goal, and compare against the verifier's pass/fail. If a meaningful share of verifier-failed runs are judged successful by humans, or vice versa, the 12.5% headline and the failure-taxonomy percentages would need revision; the same audit would reveal whether the unstated eval-set size is large enough for the reported model differences to be meaningful.
Extended reading notes
Core claim
The central claim is that measuring agents on a single environment is insufficient: real user goals are often distributed across heterogeneous devices, and the decisive difficulty is not any single GUI operation but the continuous maintenance of cross-device task state. DevicesWorld operationalizes this as a sequential decision problem in which the agent must choose both a target device and an action at every step, with a joint final state checked by rule-based verifiers. The paper argues that current agents fail not because they lack steps or context but because they cannot preserve device roles, acquire information across dependency chains, recover from errors, or verify all postconditions
Load-bearing premise
The results stand or fall on an unquantified assumption that the rule-based verifiers and the fixed evaluation set faithfully measure task success and task difficulty; the paper notes that rule-based evaluators can reject valid trajectories, yet reports no verifier accuracy or human validation and does not state the size of the evaluation set.
Editorial extensions
If this is right
- The headline number, if reliable, implies that cross-device operation is an unsolved frontier: even the strongest current systems fail roughly seven of every eight tasks.
- Because all three-class (Android+Linux+SmartHome) tasks defeat every baseline, the benchmark defines a saturation test that any future agent must pass.
- The 28.7% partial-progress figure implies that local competence does not translate into end-to-end success, so agent evaluation must check distributed joint postconditions rather than local action success.
- The failure taxonomy gives concrete targets for system design: explicit cross-device task state, feedback-driven replanning, and pre-termination global verification are directly testable on DevicesWorld.
Reading between the lines
- If the rule-based verifiers are error-prone in the direction the paper itself acknowledges in Section 3.3, the 12.5% figure may understate true capability; a human audit of a sample of failure trajectories would settle how much of the reported gap is measurement error.
- The benchmark could double as a training signal: the D1–D5 categories correspond to concrete behavioral interventions (persistent device-role bindings, pre-completion checklists), so one testable extension is whether agents fine-tuned to avoid those failure modes improve on the fixed evaluation set.
- The fixed-evaluation-set size is not reported; results from any benchmark are only as stable as its eval set, so publishing its composition, difficulty calibration, and verifier accuracy would determine how much of the 9.5–12.5% spread among models is signal versus task selection.
- Because the benchmark is executable and state-verified, it is a candidate substrate for automatic task generation at larger scale, potentially enabling curriculum training across device combinations and difficulty levels.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces DevicesWorld, an executable benchmark for cross-device agent evaluation spanning Android, Linux, and a simulated SmartHome environment. It reports 6,140 tasks with executable specifications, initialization/cleanup procedures, and rule-based verifiers, and evaluates five LLM-agent baselines (GPT-5.5, Qwen3.7-Plus, Gemini-3.1-Pro-Preview, Claude Opus 4.8, and UFO3) on a fixed, coverage-stratified evaluation set. The main empirical claim is that current agents are far from reliable at cross-device tasks: the best success rate is 12.5%, with all baselines in the 9.5–12.5% range. The paper also contributes a trajectory-level failure taxonomy, distinguishing budget-exhausted runs from incorrect completion declarations, and identifies partial progress in about 28.7% of failed runs.
Significance. If the benchmark is valid, it fills a genuine gap: most existing executable agent benchmarks are confined to a single device environment, whereas DevicesWorld targets tasks whose information, actions, and postconditions are distributed across heterogeneous devices. The paper has notable strengths: it is grounded in established external environments (AndroidWorld, OSWorld), provides a large task corpus with deterministic setup and cleanup, contains no fitted parameters or circular derivations, and is candid about the limitations of rule-based verification. The diagnostic failure analysis is also a useful contribution. However, the central empirical conclusion rests on measurement and reporting choices that are not yet fully documented: the evaluation-set size is never stated, verifier accuracy is not validated, and the failure taxonomy lacks reliability evidence. These gaps are fixable but load-bearing.
major comments (3)
- [§4.1, Table 1] The size N of the 'fixed evaluation set' is never stated. Table 1 reports success only as percentages (12.5, 12.0, 12.0, 10.5, 9.5) with no confidence intervals or per-stratum counts. This is load-bearing because the paper's central conclusion is that all agents are 'far from reliable' and that inter-baseline differences are small. If N=80, the 12.5% result has a 95% Wilson interval of roughly 6.9–21.8%, which overlaps the 9.5% result; even with N=200 the differences are not statistically resolvable. The authors should report N, per-stratum counts (device combination, task type), and confidence intervals for the headline metrics. The claim in §4.2 that 'none of the five baselines successfully completes a task' for Android+Linux+SmartHome tasks similarly requires the number of such tasks in the evaluation set.
- [§3.3, §4.2] The paper explicitly acknowledges that rule-based evaluators 'may fail to recognize some successful trajectories' and emphasizes the importance of verifier validation, yet no false-positive/false-negative rates, human-validation sample, or evaluator-trace release is reported. Because the headline success rates are computed solely from these verifiers, a systematic verifier bias in either direction changes the central conclusion. I request a validation protocol: sample trajectories stratified by verifier type and device environment, have human annotators judge final states, and report per-type verifier precision/recall on the fixed evaluation set. This is a measurement-validity gap rather than a detected internal contradiction, but it is load-bearing for the paper's main empirical claim.
- [§4.3, Figures 4–5] The failure taxonomy (B1–B3, D1–D5) and the 28.7% partial-progress statistic are presented as diagnostic evidence, but the assignment of trajectories to categories appears to be done without a predefined coding protocol or inter-annotator reliability measure. Several category boundaries are not self-evident (e.g., B3 can overlap with B1/B2 when an explicit error occurs after incomplete acquisition; D4 and D5 can co-occur). The percentages in Figures 4 and 5 could shift materially under independent annotation. The authors should describe the annotation procedure, report agreement (e.g., Cohen's kappa) on a sample, and release the trajectory-level labels used in the analysis.
minor comments (5)
- [Table 1] The table formatting is hard to read: entries such as '12.00.262' and '22.017.922.0413k' lack clear separators between columns. Please reformat with explicit decimal points, units, and column spacing.
- [§4.1] State explicitly how the fixed evaluation set is selected and released (e.g., task IDs, split file, selection criteria with concrete counts). Currently 'fixed evaluation set' is underspecified.
- [§3.4, §4.1] Define 'score-enabled conditions' and the mean score formula precisely, including how tasks with no enabled scoring conditions are handled. The current description is informal.
- [§4.2] Clarify the denominator of the 28.7% statistic: is it pooled failed runs across all baselines, or an average over baselines? Figure 4 and Figure 5 percentages should also be accompanied by absolute counts.
- [Throughout] Minor consistency issues: 'UFO3' and 'UFO 3' are used interchangeably; some typography in citations (e.g., 'L `u et al.') should be normalized; a few reference entries use 2026 dates consistent with the preprint, which is fine but should be checked at camera-ready stage.
Circularity Check
No significant circularity: DEVICESWORLD is an empirical benchmark whose headline result is measured in externally grounded environments, not derived from its own definitions or fitted to its own citations.
full rationale
The paper makes no formal derivation that could reduce to its inputs. The central claim—that current LLM-agent systems achieve only 12.5% success on cross-device tasks—rests on executable tasks built on AndroidWorld and OSWorld, verified by rule-based checks over final device states and generated outputs (§3.4, Table 1). The success rate is an observed statistic, not a fitted or predicted quantity: no parameter is calibrated to the evaluated agents, and no 'prediction' is derived from the benchmark construction. The acknowledged limitation in §3.3 that rule-based evaluators may fail to recognize some successful trajectories is a measurement-validity caveat, not a circular step; it does not make the 12.5% figure defined in terms of the agent models or the paper's own conclusions. There are no load-bearing self-citations: cited prior work (AndroidWorld, OSWorld, CRAB, MMBench-GUI, UFO3) is independent external context, and the authors do not invoke their own uniqueness theorems or adopted ansatzes as justification. Potential reviewer concerns about the LLM-generated task corpus and author-assigned failure taxonomy are external-validity and quality-control issues rather than equivalences between inputs and outputs. Accordingly, the circularity score is 0.
Assumptions & free parameters
free parameters (2)
- max_steps_per_task =
50
- history_window =
10 most recent steps
assumptions (5)
- domain assumption AndroidWorld and OSWorld faithfully represent real mobile and desktop interaction for the purpose of agent evaluation.
- domain assumption The rule-based verifiers correctly accept every valid completion and reject invalid ones.
- domain assumption The SmartHome simulator captures realistic IoT state-query, control, and scheduling behavior.
- domain assumption The fixed evaluation set is representative of the full 6,140-task suite.
- domain assumption LLM-generated task designs and resources approximate realistic user needs.
Cite this review
Pith. "Pith review of DevicesWorld: Benchmarking Cross-Device Agents in Heterogeneous Environments." pith.science (2026). https://pith.science/paper/S63QW4XP
@misc{pith2026260713465,
author = {Pith},
title = {Pith review of: DevicesWorld: Benchmarking Cross-Device Agents in Heterogeneous Environments},
year = {2026},
howpublished = {\url{https://pith.science/paper/S63QW4XP}},
note = {Machine review of arXiv:2607.13465}
}
read the original abstract
LLM-based agents have rapidly improved at operating individual digital environments such as mobile applications, desktop systems, and smart homes. However, real-world user goals often span multiple devices: information may come from a phone, be processed on a desktop, and the result may need to appear on another device. Most existing benchmarks center on a single dominant execution environment, making it difficult to evaluate whether agents can acquire and integrate information across heterogeneous devices and complete end-to-end tasks with cross-device dependencies. We introduce DevicesWorld, a large-scale executable benchmark for cross-device collaborative operation. DevicesWorld contains 6,140 tasks and integrates three classes of device environments -- mobile, desktop, and IoT -- into a unified cross-device interaction and evaluation framework. Each task defines a natural-language user goal, participating devices and initial states, executable actions, rule-based verifiers, and a cleanup procedure. A multi-stage construction and quality-control pipeline keeps tasks close to realistic user needs while allowing final outcomes to be automatically verified from device states and generated files. We evaluate five frontier LLM-agent systems on a fixed evaluation set. All methods achieve low success rates, with the best reaching only 12.5%. Among failed runs, about 28.7% satisfy at least one scoring condition yet still fail the full task. Trajectories show that agents become stuck acquiring information or manipulating interfaces, confuse source and output devices, or terminate before all conditions are jointly satisfied. DevicesWorld turns cross-device collaborative operation into an executable, reproducible, and diagnostically useful evaluation problem for research on reliable cross-device agents.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
2023 , eprint=
Android in the Wild: A Large-Scale Dataset for Android Device Control , author=. 2023 , eprint=
2023
-
[2]
2025 , eprint=
Benchmarking Mobile Device Control Agents across Diverse Configurations , author=. 2025 , eprint=
2025
-
[3]
The Thirteenth International Conference on Learning Representations , year=
AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents , author=. The Thirteenth International Conference on Learning Representations , year=
-
[4]
2025 , eprint=
GUIOdyssey: A Comprehensive Dataset for Cross-App GUI Navigation on Mobile Devices , author=. 2025 , eprint=
2025
-
[5]
Advances in Neural Information Processing Systems , volume =
Mind2Web: Towards a Generalist Agent for the Web , author =. Advances in Neural Information Processing Systems , volume =. 2023 , url =
2023
-
[6]
2024 , eprint=
WebArena: A Realistic Web Environment for Building Autonomous Agents , author=. 2024 , eprint=
2024
-
[7]
V isual W eb A rena: Evaluating Multimodal Agents on Realistic Visual Web Tasks
Koh, Jing Yu and Lo, Robert and Jang, Lawrence and Duvvur, Vikram and Lim, Ming and Huang, Po-Yu and Neubig, Graham and Zhou, Shuyan and Salakhutdinov, Russ and Fried, Daniel. V isual W eb A rena: Evaluating Multimodal Agents on Realistic Visual Web Tasks. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: L...
-
[8]
2024 , eprint=
WorkArena: How Capable Are Web Agents at Solving Common Knowledge Work Tasks? , author=. 2024 , eprint=
2024
Show all 31 references
-
[9]
2025 , eprint=
WorkArena++: Towards Compositional Planning and Reasoning-based Common Knowledge Work Tasks , author=. 2025 , eprint=
2025
-
[10]
Transactions on Machine Learning Research , issn=
The BrowserGym Ecosystem for Web Agent Research , author=. Transactions on Machine Learning Research , issn=. 2025 , url=
2025
-
[11]
2024 , eprint=
OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments , author=. 2024 , eprint=
2024
-
[12]
2024 , eprint=
Windows Agent Arena: Evaluating Multi-Modal OS Agents at Scale , author=. 2024 , eprint=
2024
-
[13]
2026 , eprint=
WindowsWorld: A Process-Centric Benchmark of Autonomous GUI Agents in Professional Cross-Application Environments , author=. 2026 , eprint=
2026
-
[14]
mUX: The Journal of Mobile User Experience , volume =
Challenges in Mobile Multi-Device Ecosystems , author =. mUX: The Journal of Mobile User Experience , volume =. 2016 , doi =
2016
-
[15]
AdaM: Adapting Multi-User Interfaces for Collaborative Environments in Real-Time , year =
Park, Seonwook and Gebhardt, Christoph and R\". AdaM: Adapting Multi-User Interfaces for Collaborative Environments in Real-Time , year =. doi:10.1145/3173574.3173758 , booktitle =
-
[16]
CRAB : Cross-environment Agent Benchmark for Multimodal Language Model Agents
Xu, Tianqi and Chen, Linyao and Wu, Dai-Jie and Chen, Yanjun and Zhang, Zecheng and Yao, Xiang and Xie, Zhiqiang and Chen, Yongchao and Liu, Shilong and Qian, Bochen and Yang, Anjie and Jin, Zhaoxuan and Deng, Jianbo and Torr, Philip and Ghanem, Bernard and Li, Guohao. CRAB : ...
2025 doi
-
[17]
2025 , eprint=
MMBench-GUI: Hierarchical Multi-Platform Evaluation Framework for GUI Agents , author=. 2025 , eprint=
2025
-
[18]
2026 , eprint=
UFO3: Weaving the Digital Agent Galaxy , author=. 2026 , eprint=
2026
-
[19]
HomeBench : Evaluating LLM s in Smart Homes with Valid and Invalid Instructions Across Single and Multiple Devices
Li, Silin and Guo, Yuhang and Yao, Jiashu and Liu, Zeming and Wang, Haifeng. HomeBench : Evaluating LLM s in Smart Homes with Valid and Invalid Instructions Across Single and Multiple Devices. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguist...
2025 doi
-
[20]
SimuHome: A Temporal- and Environment-Aware Benchmark for Smart Home
Gyuhyeon Seo and Jungwoo Yang and Junseong Pyo and Nalim Kim and Jonggeun Lee and Yohan Jo , booktitle=. SimuHome: A Temporal- and Environment-Aware Benchmark for Smart Home. 2026 , url=
2026
-
[21]
2026 , eprint=
SMH-Bench: Benchmarking LLM Agents for Environment-Grounded Reasoning and Action in Smart Homes , author=. 2026 , eprint=
2026
-
[22]
2026 , eprint=
HomeFlow: A Data Flywheel for Smart Home Agent Training with Verifiable Simulation , author=. 2026 , eprint=
2026
-
[23]
1998 , issn =
Planning and acting in partially observable stochastic domains , journal =. 1998 , issn =. doi:https://doi.org/10.1016/S0004-3702(98)00023-X , url =
1998 doi
-
[24]
A pp W orld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents
Trivedi, Harsh and Khot, Tushar and Hartmann, Mareike and Manku, Ruskin and Dong, Vinty and Li, Edward and Gupta, Shashank and Sabharwal, Ashish and Balasubramanian, Niranjan. A pp W orld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents. Proc...
2024 doi
-
[25]
2026 , eprint=
OpenComputer: Verifiable Software Worlds for Computer-Use Agents , author=. 2026 , eprint=
2026
-
[26]
2025 , eprint=
AgentRewardBench: Evaluating Automatic Evaluations of Web Agent Trajectories , author=. 2025 , eprint=
2025
-
[27]
2024 , eprint=
Synapse: Trajectory-as-Exemplar Prompting with Memory for Computer Control , author=. 2024 , eprint=
2024
-
[28]
2023 , eprint=
ReAct: Synergizing Reasoning and Acting in Language Models , author=. 2023 , eprint=
2023
-
[29]
Reflexion: language agents with verbal reinforcement learning , url =
Shinn, Noah and Cassano, Federico and Gopinath, Ashwin and Narasimhan, Karthik and Yao, Shunyu , booktitle =. Reflexion: language agents with verbal reinforcement learning , url =
-
[30]
Second Conference on Language Modeling , year=
Agent S2: A Compositional Generalist-Specialist Framework for Computer Use Agents , author=. Second Conference on Language Modeling , year=
-
[31]
Why Do Multi-Agent LLM Systems Fail? , url =
Cemri, Mert and Pan, Melissa Z and Yang, Shuyi and Agrawal, Lakshya A and Chopra, Bhavya and Tiwari, Rishabh and Keutzer, Kurt and Parameswaran, Aditya and Klein, Dan and Ramchandran, Kannan and Zaharia, Matei A and Gonzalez, Joseph and Stoica, Ion , booktitle =. Why Do Multi-...
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.