RAI Daily · Published edition

Computer-use benchmarks wrongly failed 15.3% of audited trajectories, and routing success still overstated answer quality

Agent assurance is mismeasuring the system: 15.3% of audited computer-use-agent FAIL verdicts were wrong, while a separate enterprise benchmark shows near-perfect source routing can still produce only 56.1–75.3% correct answers.

TL;DR

  • Agent assurance is mismeasuring the system: 15.3% of audited computer-use-agent FAIL verdicts were wrong, while a separate enterprise benchmark shows near-perfect source routing can still produce only 56.1–75.3% correct answers. T1
  • Top agentic-evals item: when human audit capacity is scarce, ranking agent outputs by the agents' own confidence can become worse than random; five open-weight models supplied nearly constant confidence signals. T1
  • Key enterprise item: an audit of 88 commercial-system prompts found protective language almost everywhere, full coverage of the audit taxonomy in only 24%, and at least one user-adverse instruction in roughly 40%. T1

Thread of the day: The weak link in agent governance is increasingly the measurement layer. A benchmark score can be wrong, a routing metric can be green while the answer is wrong, an agent's confidence can misallocate scarce human review, and a long protective prompt can coexist with instructions that work against users. Controls need independent outcome evidence, not reassuring proxies produced by the same stack being governed.

What's new

Computer-use benchmarks wrongly failed 15.3% of audited trajectories, and routing success still overstated answer quality

Tier: T1 T1 (two academic primary sources; preprints) Pillar: Safety / Enterprise Governance (agentic lane ⚙: evaluation validity / computer-use agents / enterprise KPIs) What happened: A study submitted on 30 July 2026, How Benchmarks Mis-Score Computer-Use Agents, re-audited 150 public trajectories already scored as failures across five web, enterprise-workflow and desktop-control benchmarks. It found 15.3% of FAIL verdicts were wrong: 10.7% were evaluator false negatives and 4.7% were broken tasks; another 3.3% could not be resolved from the released evidence. Among 122 genuine failures, verification-and-feedback problems accounted for 39.3% and planning problems 35.2%, versus 13.9% for execution and grounding. The result complements WorkSurface-Bench: across 1,151 tasks and 27,624 protocol-error-free trajectories, agents achieved 98.7–99.8 Route F1 under gold-constrained tool access while answer accuracy remained only 56.1–75.3%. Important limit: the new audit sampled only recorded failures, so it estimates false negatives among FAIL verdicts, not false positives among passes. Why it matters in practice: An agent score is a pipeline output, not a direct observation of capability. Procurement and acceptance testing should require replayable trajectories, task/version provenance, evaluator calibration, and a human re-audit sample covering both passes and failures. Operational dashboards should report end-answer and end-state correctness separately from routing, retrieval and tool-selection success. Otherwise, teams will improve the component that is easiest to count while leaving the business outcome unmeasured. Source: How Benchmarks Mis-Score Computer-Use Agents (arXiv:2607.28367) · WorkSurface-Bench: Benchmarking Enterprise Agents on Multi-Surface Knowledge Routing (arXiv:2607.25765)

Asking agents which outputs deserve review can make scarce human oversight worse than random

Tier: T1 T1 (academic primary; preprint) Pillar: Safety (agentic lane ⚙: human oversight / multi-agent fleets / calibrated deferral) What happened: One Human, N Agents, submitted on 30 July 2026, models a supervisor who can audit only a small fraction of a fleet's outputs and must decide where to spend that budget. The paper identifies a miscalibration threshold beyond which selecting the least-confident outputs performs worse than random auditing. In a locked test on GSM8K and HotpotQA, five open-weight models produced nearly constant verbal confidence regardless of correctness: confidence variance was at most 0.016, expected calibration error ranged from 0.43 to 0.94, and AUROC was approximately 0.50–0.52. At a 10% audit budget, point estimates put four of the five beyond the modeled flip threshold, although the confidence intervals crossed that boundary; a proprietary comparison model supplied a more informative signal. The study also found substantial cross-provider error correlation driven more by shared item difficulty than model lineage. Why it matters in practice: “Review the low-confidence cases” is not an oversight policy until confidence is calibrated for the deployed model, task and prompt. Agent fleets need a random-audit baseline, periodic calibration checks, and allocation rules that account for correlated failure clusters rather than treating every agent as independent. Human review capacity should be sized against the rate of consequential actions, not merely the number of agents, and the agent's self-report should never be the sole trigger for escalation. The paper's scope is narrower than the headline: the empirical test used six models, two question-answering datasets and one confidence-elicitation protocol, while strategic deception is explicitly left to future work. Source: One Human, N Agents: Audit-Budget Allocation for LLM Agent Fleets under Miscalibrated, Correlated Confidence (arXiv:2607.28317)

A lightweight memory filter cuts measured injection success by about 55% without adding latency

Tier: T1 T1 (academic primary; preprint) Pillar: Safety (agentic lane ⚙: persistent memory / prompt injection / runtime control) What happened: MIND, submitted on 30 July 2026, targets poisoned long-term memory that is later retrieved into an agent's context. Rather than repeatedly asking another LLM to inspect recalled memories, it learns a compact representation of the relationship between the user's initial intent and the agent's subsequent behavior, then classifies malicious memories from that representation. Across four backbones on ReAct-StrategyQA, the authors report mean reductions of 55.4% in retrieval-level attack success and 55.3% in agent-reasoning attack success relative to no defense, while benign-task accuracy was essentially unchanged (67.95% vs. 67.56%) and mean episode time was comparable (23.13 vs. 23.36 seconds). On the paper's MMLU transfer setting, mean attack success was 0.28% with mean accuracy of 79.57%. Why it matters in practice: This is a concrete pre-action gate for memory-enabled agents: test whether recalled state remains aligned with the current user's intent before allowing it to steer tools. It should complement, not replace, memory provenance, write permissions, snapshots, diffs and a full-store recovery path; a detector can miss an attack, while an auditable memory store makes containment possible. The result is promising because it preserves latency, but it remains an author-evaluated research prototype on benchmark attacks rather than an independently replicated production control. Treat it as a design pattern to evaluate, not a ready-made guarantee. Source: MIND: Lightweight and Effective Memory Injection Defense for LLM Agents via Intent-Aware Information Bottleneck (arXiv:2607.28103)

Commercial system prompts are protective in fragments, not as complete governance instruments

Tier: T1 T1 (academic primary; preprint) Pillar: Enterprise Governance (agentic lane ⚙: system-prompt assurance / user protection / independent audit) What happened: AISPA, submitted on 30 July 2026, introduces an eight-dimension framework for auditing system prompts from the user's perspective. The researchers reviewed 3,249 instructions from prompts associated with 88 commercial AI products. At least one protective instruction appeared in 98.9% of products, but only 24% covered all eight dimensions; roughly 40% contained at least one instruction classified as working against user interests, and protective and problematic instructions often coexisted. The provenance caveat is material: the corpus came from publicly available leaked or community-disclosed prompts, so the authors cannot guarantee that every prompt matches the version currently in production, and the sample may over-represent products whose prompts are easier to obtain. Why it matters in practice: System-prompt review belongs in an assurance programme because prompts encode real product choices that users and regulators rarely see. But prompt coverage is documentation evidence, not behavioral assurance: a well-worded instruction neither proves that an agent will follow it nor substitutes for runtime permissions, approval gates and outcome testing. Enterprises should inventory and version prompts, map instructions to a user-protection taxonomy, independently review conflicts, and then test whether those commitments survive realistic tool-use trajectories. The correct control stack is prompt transparency plus external enforcement plus observed outcomes. Source: AISPA: User-Centric System Prompt Auditing for Large Language Model Applications (arXiv:2607.28617)

Worth watching

  • Autonomy may need to be governed per workflow tier, not per company. The Agentic AI Autonomy Assessment (arXiv:2607.25405) scores delegation, consultation and collaboration at task level; in a simulated beer-distribution game, higher autonomy helped upstream tiers and harmed downstream ones. One simulation is not a policy standard, but the positional effect is a useful challenge to enterprise-wide autonomy labels.
  • Offensive-agent monitoring should measure how quietly an agent can fail. StealthBench (arXiv:2607.26314) converts 11 hand-verified OPSEC incidents into 14 containerized scenarios across six stealth dimensions; no evaluated model exceeded 54% safe success, the compound measure for solving the task without exposing the operation. The benchmark uses a three-model judge panel and is not an observed incident rate, but it gives insider-threat teams a concrete adversarial test target.

Evidence: four full blocks supported by five Tier-1 primary research sources, plus two Tier-1 primary sources in Worth watching; zero Tier-2, Tier-3 or Tier-4 sources were used for factual claims. All seven research items are preprints. The computer-use audit covers only 150 recorded failures; the fleet-oversight result is sensitive to its confidence protocol and model/task sample; MIND is author-evaluated on benchmark attacks; AISPA relies on leaked or community-disclosed prompts rather than verified current production versions; and the autonomy and stealth results remain narrow, research-stage evaluations.