river.io/the dark factory
Order 01530 July 20266 minRegulation

The frontier labs just asked for a brake pedal

More than 1,100 employees of the frontier AI labs asked the US government for the tools to pace automated AI development on purpose. OpenAI and Anthropic endorsed the request within hours. GitHub made code review programmable through in-repo skills. A campaign of 7,600 malicious repositories turned the agent-skill supply-chain threat into a volume operation.

In late July 2026, the most important development in autonomous software was policy, not product. On July 28, more than 1,100 employees of the frontier AI labs signed the "Pacing the Frontier" letter. The signatories include Anthropic's Dario Amodei, OpenAI chief scientist Jakub Pachocki, Meta's Shengjia Zhao, and DeepMind's Anca Dragan. The letter asks the US government for help. It wants the technical and governance tools to pace automated AI development on purpose. On July 29, within hours, OpenAI and Anthropic endorsed the letter as companies.

The endgame of the dark factory is AI accelerating its own development. The people who build it now formally want a brake pedal for it.

What the letter asks

The letter is deliberately narrow. The signatories do not ask for a pause now. They ask Washington to make a coordinated slowdown possible, through verification, monitoring, and international mechanisms. They want those tools in place before recursive self-improvement makes the question moot. They warn of "a real risk that capability development rapidly accelerates beyond our ability to understand or control the resulting systems." The corporate endorsements are the new part: the labs formally back a mechanism that could constrain their own automated-R&D flywheel.

Throughput gives the letter its weight. Anthropic's own institute disclosure reports that more than 80 percent of code merged to its production codebase is Claude-authored. That is a May 2026 measure. Leadership estimates 90 percent or more when you include scripts. The same disclosure reports that typical engineers merge 8 times as much code per day as in 2024. It also reports a 76 percent success rate on open-ended internal engineering tasks.

The throughput is real. The letter is the labs saying that the control tools have not kept pace. These are company-reported figures, so read them as direction, not audit.

The verifier becomes programmable

On July 29, GitHub made agent skills and MCP generally available inside Copilot code review. The review agent, not just the coding agent, can now call a team's own tools and standards. Drop a SKILL.md file under .github/skills and Copilot applies it during every review. MCP servers pull tracker and documentation context into the review. GitHub restricts all review-time MCP calls to read-only. Attribution labels show which comment came from which skill or server.

The architecture is the point. The oracle becomes in-repo, version-controlled configuration instead of a black box. That is the right shape for spec-driven pipelines. It also means skills now execute inside the reviewer. The reviewer is a new injection surface.

Two smaller items round out the tooling picture. GitHub's Copilot cloud agent for Linear went GA on July 23. It is an autonomous background agent that analyzes tracker issues and drafts pull requests. It makes the issue-to-agent-to-PR loop an off-the-shelf product tier, and it validates issue-driven development as the interface for autonomous work. The GitHub MCP Server added support for the next, stateless, MCP specification revision on July 23. Claude Opus 5 (July 24) and Grok 4.5 (July 28) landed in Copilot's model picker.

The skill supply chain is now industrialized

Researchers tracking a campaign named AgentBaiting counted roughly 7,600 malicious GitHub repositories, created by roughly 6,600 profiles. More than 800 of those repositories pose as AI Skills or MCP servers. They deliver SmartLoader malware through trusted-looking projects and public capability catalogs. This moves the poisoned-skill concern from proof of concept to volume operation. It targets the install-a-capability reflex that agent ecosystems encourage.

Skill catalogs and MCP registries lack the security maturity of mature package registries. Treat both like npm circa 2016. Researchers first reported the campaign around July 21. An RH-ISAC advisory circulated this week.

THE DOUBLE EDGE

Skills inside the review agent are powerful and double-edged. GitHub's mitigations are the right defaults: read-only MCP at review time, and per-comment attribution. But a poisoned SKILL.md in the reviewer is a poisoned gate. A poisoned gate is worse than a poisoned generator.

A compromised generator writes bad code that a good gate catches. A compromised gate approves anything.

How we apply this at River.io

We build in native compiled code with zero third-party dependencies. We develop test-first. We run our SDLC through GitHub issues. We match autonomy to the stakes of each repository. This week's developments confirm each of those choices from a different direction.


Sources

Vendor and blog figures show direction, not audited benchmarks. This applies to AI-authored-code percentages, throughput multipliers, and campaign repository counts. We flag company-reported metrics inline.

← The Dark Factory Subscribe by RSS Reply by email