The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Multimodal judges commonly over-credit agent runs and break on hard cross-platform tasks; a new open benchmark and two OS-Shepherd reward models deliver near-frontier judging accuracy at dramatically lower cost, enabling large-scale, affordable CUA evaluation and training.

OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
Qiushi Sun, Kanzhi Cheng, Yian Wang, Bowen Yang, Hang Yan, Liheng Chen, Fangzhi Xu, Zichen Ding, Nuo Chen, Jialin Cao, Xingdong Gong, Zehao Li, Kaiming Jin, Xinfeng Yuan, Zhoumianze Liu, Jingyang Gong, Zhangyue Yin, Jiahui Gao, Zhiyong Wu, Tianbao Xie, Jianbing Zhang, Ben Kao, Lingpeng Kong · July 30, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Qiushi Sun unresolved corpus identity
  2. Kanzhi Cheng unresolved corpus identity
  3. Yian Wang unresolved corpus identity
  4. Bowen Yang unresolved corpus identity
  5. Hang Yan unresolved corpus identity
  6. Liheng Chen unresolved corpus identity
  7. Fangzhi Xu unresolved corpus identity
  8. Zichen Ding unresolved corpus identity
  9. Nuo Chen unresolved corpus identity
  10. Jialin Cao unresolved corpus identity
  11. Xingdong Gong unresolved corpus identity
  12. Zehao Li unresolved corpus identity
  13. Kaiming Jin unresolved corpus identity
  14. Xinfeng Yuan unresolved corpus identity
  15. Zhoumianze Liu unresolved corpus identity
  16. Jingyang Gong unresolved corpus identity
  17. Zhangyue Yin unresolved corpus identity
  18. Jiahui Gao unresolved corpus identity
  19. Zhiyong Wu unresolved corpus identity
  20. Tianbao Xie unresolved corpus identity
  21. Jianbing Zhang unresolved corpus identity
  22. Ben Kao unresolved corpus identity
  23. Lingpeng Kong unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Qiushi Sun provider ID
  2. Kanzhi Cheng provider ID
  3. Yian Wang provider ID
  4. Bowen Yang provider ID
  5. Hang Yan provider ID
  6. Liheng Chen provider ID
  7. Fangzhi Xu provider ID
  8. Zichen Ding provider ID
  9. Nuo Chen provider ID
  10. Jialin Cao provider ID
  11. Xingdong Gong provider ID
  12. Zehao Li provider ID
  13. K. Jin provider ID
  14. Xinfeng Yuan provider ID
  15. Zhoumianze Liu provider ID
  16. Jingyang Gong provider ID
  17. Zhangyue Yin provider ID
  18. Jiahui Gao provider ID
  19. Zhiyong Wu provider ID
  20. Tianbao Xie provider ID
  21. Jianbing Zhang provider ID
  22. Ben Kao provider ID
  23. Lingpeng Kong provider ID
State-of-the-art vision-language judges are systematically lenient and fall short on hard, long-horizon computer-using-agent trajectories, while the authors' OS-Shepherd reward models—trained on a new 100K corpus—approach commercial judge accuracy at roughly 30–60× lower cost.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to vision-language models (VLMs) as judges of CUA trajectories. But a fundamental question has long gone unexamined: are these VLM judges reliable enough? To study it systematically, we introduce OSReward, a realistic, high-quality benchmark that evaluates VLM judges on CUA trajectories. The trajectories come from diverse agent backbones executing human-verified instructions across platforms, then rigorously labeled with ground-truth verdicts through multi-stage human annotation. Building on it, we derive OSReward-Hard, a challenge set concentrating genuinely hard cases, and OSReward-Multi for fine-grained efficiency and alignment scoring. The most comprehensive evaluation of VLM judges to date finds even state-of-the-art models fall short of an ideal judge, sharing a systematic leniency bias that mislabels failed runs as successes. The few reliable enough to trust are too expensive to run at scale, while affordable open models trail far behind. To close this gap, we construct and release OS-Shepherd-100K, an open corpus of reasoning-annotated trajectory judgments for the CUA community. On it, we train OS-Shepherd (9B and 35B), open reward models that supply low-cost, stable, and reliable reward signals, matching commercial judges at 30-60% lower cost than the frontier. Extensive analyses further inform the design of reliable CUA reward at scale. Our code, benchmark, dataset, and model checkpoints are available at https://os-copilot.github.io/OSReward-Home/.

Summary

Main Finding

OSReward introduces a standardized, cross-platform benchmark for judging computer-using agent (CUA) trajectories and shows that (1) current vision‑language model (VLM) judges share a systematic leniency bias (accepting false successes), (2) the only judges reliable enough are too expensive to use at training/evaluation scale, and (3) open, low‑cost reward models (OS‑Shepherd 9B and 35B) trained on a newly released OS‑Shepherd‑100K corpus can match commercial judges’ accuracy on hard cases at ~30–60× lower cost.

Key Points

  • Problem: Judging whether a long, interleaved trajectory of states/actions/reasoning actually fulfilled a task is critical for evaluation, curation, and RL, but human verifiers/annotators do not scale; VLM judges are used widely without systematic reliability checks.
  • OSReward benchmark:
    • Built end-to-end on dedicated infrastructure across web, Windows, Ubuntu, and mobile with realistic, initialized environments and human‑vetted instructions.
    • 1,019 human-gold trajectories (long-horizon, up to ~100 steps).
    • Three views: full set (breadth), OSReward-Hard (challenge set of annotator-disagreed/hard cases), OSReward-Multi (binary verdicts plus fine-grained efficiency & alignment labels).
  • Large evaluation: 27 VLM judges (including GPT/Gemini/Claude/Qwen variants) were benchmarked.
    • Frontier models perform well on the full set but degrade sharply on OSReward-Hard (best model < 70% accuracy; mean ~52%).
    • Consistent leniency error: judges more often accept runs where the agent claims success but the environment does not actually satisfy the task (false success).
  • Cost–accuracy tradeoff:
    • Reliable judges (e.g., Claude-Opus-4-8, GPT-5.5) are expensive to run at scale; cheaper open models perform worse.
    • OS‑Shepherd reward models (9B, 35B), trained on OS‑Shepherd‑100K, sit near the cost–accuracy Pareto frontier — matching commercial judge accuracy on hard cases at a fraction (~30–60× lower) of the cost per 1,000 trajectories.
  • Data release: OS‑Shepherd‑100K — ~100K reasoning-annotated trajectory judgments curated from ~300K judge instances — with failure-type annotations to support open research.

Data & Methods

  • Infrastructure and collection:
    • Cross‑platform testbeds with realistic initial state: fully provisioned desktop/mobile/Ubuntu machines, seeded files, logged-in apps, and live websites.
    • Annotators authored and peer‑screened ~1,500 instructions; ≈800 used for rollouts.
    • Agents from multiple backbone families (Claude, Gemini, Kimi, Qwen) executed instructions to generate diverse real successes and failures.
    • Pre‑filtering removed execution problems (blocks, crashes) before human labeling.
  • Human annotation pipeline:
    • Each trajectory reviewed in full (screenshots, actions, chain-of-thought).
    • Strict labeling rule: outcome counts as success only if obtained/verified via the environment.
    • Three independent annotators per trajectory; disagreements escalated to meta-review. Successes get efficiency and alignment scores (3-class, 0/0.5/1); failures receive taxonomy labels (action, perception, planning/reasoning, memory).
    • OSReward-Hard constructed from annotator-split cases to concentrate genuinely difficult instances.
  • OS‑Shepherd data & models:
    • OS‑Shepherd‑100K assembled from a large automated collection (300K judge instances filtered into ~100K), annotated without new human labeling but guided by judge-study findings (to address prominent failure modes).
    • Two-stage model training: (1) build accurate judging, (2) explicitly target the “false success” bias.
    • Models released: OS‑Shepherd‑9B and OS‑Shepherd‑35B (self-hostable, open).
  • Evaluation metrics: binary accuracy on verdicts; recall for GT=FAIL vs GT=SUCCESS to characterize strictness/leniency; cost per 1k trajectories vs accuracy to analyze the Pareto frontier.

Implications for AI Economics

  • Lower marginal cost for large-scale evaluation and RL:
    • Reliable open reward models at 30–60× lower run cost materially reduce the computational/economic barrier to performing millions of trajectory judgments. This lowers the cost of large-scale RL training loops, data curation, continuous evaluation, and automated filtering pipelines.
    • Research groups and smaller firms can feasibly run more iterations and larger-scale experiments, accelerating innovation and lowering incumbent advantage rooted in compute budget.
  • Market and competition dynamics:
    • Demonstrates a clear commercial opportunity and competitive pressure: high‑accuracy commercial judge APIs command premium prices, but open, cheaper alternatives that reach comparable accuracy on hard cases can shift demand toward self-hosted or open solutions.
    • Vendors may respond by differentiating via improved calibration, debiasing, or integration of specialized verifiers; alternatively, price competition could intensify in the judge-as-a-service niche.
  • Data- and quality‑externalities:
    • The prevalent leniency bias across many judges implies systematic label noise in datasets curated using off-the-shelf judges. If uncorrected, this can lead to trained agents that overfit to claimed successes (policy degradation), increasing downstream costs (more RL iterations, manual fixes).
    • Cheap judges reduce annotation costs but risk amplifying biases if those biases are not corrected (OS‑Shepherd explicitly targets false-success bias — an example of necessary defensive investment).
  • Incentives for standardization and benchmarking:
    • OSReward provides a standardized way to evaluate judge reliability that can be incorporated into procurement and model‑auditing decisions. Buyer organizations (platforms, model consumers) can use such benchmarks to choose judges that balance cost and risk.
    • Standard evaluation reduces transaction costs in the market for reward models: purchasers can compare cost/accuracy tradeoffs meaningfully.
  • Labor and organizational impact:
    • Scaled use of reliable automatic judges can reduce reliance on human annotators, shifting labor from routine labeling to higher‑value time (annotation auditing, edge-case review, dataset design). This changes where human effort is allocated and may reduce annotation budgets long-term.
  • Policy and risk management:
    • Because judge bias systematically favors false successes, organizations should budget for guardrail costs (spot human audits, stricter verifiers for critical tasks) even when using low-cost judges. For high-stakes applications (security screens, finance, compliance), reliance on cheap judges without additional checks risks costly failures.
  • Research and investment signals:
    • The demonstrated returns to targeted dataset/model design (OS‑Shepherd‑100K + focused training on false successes) indicate high economic value from relatively small, well-designed labeling efforts plus model specialization. Investors and labs may prefer funding focused reward-model datasets and debiasing pipelines over simply scaling model size.
  • Cautions for adopters:
    • The benchmark and models are strong steps forward, but generalization beyond the covered platforms/task distributions requires scrutiny. Overreliance on a single judge or on automated labels without complementary verification may externalize costs later in the product lifecycle.

Summary takeaway: OSReward quantifies a previously underappreciated reliability vs cost tradeoff in automated trajectory judging, exposes a systematic leniency bias that can degrade downstream training, and supplies an open, cost‑effective mitigation (OS‑Shepherd models + OS‑Shepherd‑100K) that materially lowers the economic barrier to large‑scale, reliable reward signals—shifting the economics of agent evaluation and RL pipelines in favor of broader, cheaper experimentation while highlighting the need to manage bias‑related risks.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents systematic, multi-platform empirical evaluation (27 judges) on a carefully collected, human-verified benchmark and reports quantitative performance and cost trade-offs; however it does not make causal claims and some training labels for the released models are synthesized according to the authors' heuristics rather than entirely human-verified, limiting the strength of empirical conclusions beyond the benchmark itself. Methods Rigorhigh — Data collection and annotation are carefully designed: cross-platform environments initialized to realistic states, peer-screened instruction writing, multi-stage human labeling with consensus and meta-review, pre-filtering of broken runs, multiple agent backbones to generate diverse trajectories, and separate held-out challenge and multi-label views; these features strongly reduce common dataset and labeling confounds, though the human-gold set is modest in size (~1,019 trajectories) and model-training labels are partly produced without fresh human annotation which can propagate judge biases. SampleCross-platform trajectories collected on bespoke infrastructure across Web, Windows, Ubuntu, and Mobile (Android emulator) with realistic initializations (real apps, seeded files/databases, logged-in accounts, distractor content). Annotators authored ~1,500 instructions (≈800 retained), agents from multiple backbones (Claude, Gemini, Kimi, Qwen families) executed them producing long-horizon trajectories (up to ~100 steps). The human-gold benchmark comprises 1,019 rigorously labeled trajectories (OSReward), with OSReward-Hard and OSReward-Multi subsets; separately, the authors release OS-Shepherd-100K, an open corpus curated from ~300K judge instances downsampled/filtered to ~100K reasoning-annotated judgments used to train OS-Shepherd-9B and 35B. Themesproductivity human_ai_collab GeneralizabilityBenchmark covers four platforms and many apps but cannot represent all OSes, enterprise software, international/localized apps, or evolving web content versions., Human-gold set is relatively small (≈1,019 trajectories), limiting rare-case coverage and statistical power for some failure modes., Trajectories were generated by a finite set of agent backbones and their rollout budgets; judges may behave differently on trajectories produced by substantially different agents or future architectures., OS-Shepherd training labels include synthesized labels driven by study findings (not fresh human annotation), which may encode the labeling protocol's or judges' biases and limit transferability to other labeling standards., Cost comparisons depend on contemporaneous pricing and may change as commercial pricing and model architectures evolve.

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
OSReward contains 1,019 human-gold computer-using-agent trajectories collected across web, mobile, Ubuntu, and Windows environments. Decision Quality positive Benchmark coverage and availability of human-verified trajectory judgments
Reading fidelity high
Study strength medium
n=1019
0.18
The study evaluates 27 VLM judges on CUA trajectory verification. Decision Quality positive VLM judge binary accuracy on CUA trajectories
Reading fidelity high
Study strength medium
n=27
0.18
VLM judges perform substantially worse on the OSReward-Hard challenge set than on the full OSReward benchmark; the best judge scores below 70% and the mean judge scores 52% on OSReward-Hard. Decision Quality negative Binary accuracy of VLM judges on difficult CUA trajectory cases
Reading fidelity high
Study strength medium
n=27
best judge below 70%; mean judge 52%
0.18
VLM judges exhibit a systematic leniency bias: they more often label failed CUA trajectories as successful than label successful trajectories as failures. Error Rate negative Recall for ground-truth FAIL versus SUCCESS trajectory labels
Reading fidelity high
Study strength medium
n=27
0.18
Even state-of-the-art VLM judges do not reach the reliability of an ideal judge on the OSReward benchmark. Decision Quality negative Agreement with human-gold trajectory verdicts
Reading fidelity high
Study strength medium
n=27
0.18
The VLM judges that are reliable enough to trust are too expensive to run at the scale required for evaluation, data curation, and training. Organizational Efficiency negative Judge operating cost relative to trajectory-verification accuracy
Reading fidelity high
Study strength medium
n=27
0.18
Affordable open VLM judges perform substantially worse than reliable frontier judges. Decision Quality negative Binary accuracy of affordable open judges on CUA trajectories
Reading fidelity high
Study strength medium
n=27
0.18
OS-Shepherd-100K is an open corpus of nearly 100,000 reasoning-annotated CUA trajectory judgments curated from more than 300,000 judge instances. Training Effectiveness positive Size of the open training corpus for CUA reward models
Reading fidelity high
Study strength medium
n=300000
more than 300K judge instances; nearly 100K samples
0.18
OS-Shepherd-9B and OS-Shepherd-35B provide low-cost, stable, and reliable reward signals and match commercial judges at 30–60 times lower cost than frontier judges. Decision Quality positive Reward-model accuracy and inference cost for CUA trajectory judging
Reading fidelity high
Study strength medium
30–60× lower cost than the frontier
0.18
Human annotators label each surviving trajectory independently, disagreements receive meta-review, and the resulting gold set is divided into full, hard-case, and fine-grained views. Decision Quality positive Reliability and granularity of trajectory ground-truth labels
Reading fidelity high
Study strength high
not reported
0.3
The benchmark's human annotation standard treats a trajectory as a failure when the agent did not obtain or verify the answer through the environment, even if the answer happens to be correct. Decision Quality negative Validity of task-completion verdicts
Reading fidelity high
Study strength high
not reported
0.3

Notes