Anthropic's Claude Code 2.1.277 Adopts the OpenAI-Backed AGENTS.md Standard
Key Takeaways
- •Claude Code version 2.1.277 now reads the vendor-neutral AGENTS.md file as a fallback when no CLAUDE.md is present, and teams maintaining both files can load them in parallel through the /config panel.
- •OpenAI introduced AGENTS.md in August 2025 and donated it to the Linux Foundation's Agentic AI Foundation, where records show more than 60,000 open-source projects and tools including Codex, Cursor, Gemini CLI, and GitHub Copilot have adopted it.
- •Shopify CEO Tobi Lütke publicly weighed a company-wide ban on Claude Code in late August unless it began reading AGENTS.md and .agents/skills files, arguing layered instruction files are essential across Shopify's single monorepo.
- •Anthropic announced that evaluators from Accenture's Faculty unit will work inside the company with access equivalent to a full employee to run red-team testing, alignment assessments, and safety audits, with each side committing at least $1 billion over five years.
- •The evaluator arrangement is explicitly non-exclusive and lacks a start date, with Anthropic planning to name additional evaluators, in talks with nonprofit assessors such as METR, and details on how findings escalate or are published still undisclosed.

Claude Code Adds AGENTS.md Support
Anthropic released version 2.1.277 of Claude Code, its coding agent and OpenAI rival, on September 18 (US time), with AGENTS.md support listed as the top entry in the project changelog. Where a repository carries no CLAUDE.md — the proprietary instruction format the tool had insisted on until now — Claude Code will instead read the vendor-neutral AGENTS.md. Teams maintaining both files can switch to loading them in parallel through the "Project instructions" panel in /config. The capability is not yet exposed through Amazon Bedrock, Google Vertex AI, or Microsoft Foundry — a gap that enterprises on those platforms will be watching.
AGENTS.md is a standardized instruction file written for AI coding agents: build commands, test procedures, and code conventions that an agent reads before touching a repository. OpenAI introduced the format in August 2025 and donated it that December to the Linux Foundation's Agentic AI Foundation (AAIF). According to the foundation's own records, more than 60,000 open-source projects and agent frameworks have since adopted it, with Codex, Cursor, Gemini CLI, and GitHub Copilot all supporting it. For teams running several of these tools side by side, the practical upshot of Anthropic's change is that one instruction file can now govern agents from different vendors, rather than each tool expecting its own copy.
Anthropic placed its own MCP protocol into the same foundation the same day and sits among its platinum members — making the foundation the shared home of both the leading agent instruction format and Anthropic's own MCP protocol, rare common ground between rival labs. Its flagship coding tool nonetheless kept reading only CLAUDE.md for another nine months, despite an open GitHub request filed back in August 2025.
The pressure eventually turned public. In late August, Shopify CEO Tobi Lütke said he was weighing a company-wide ban on Claude Code unless it started reading AGENTS.md and .agents/skills files. His argument: Shopify runs thousands of developers inside a single monorepo, where instruction files apply layer by layer down the directory tree, so any directory missing one file leaves part of the team working with "half a brain." Shopify had been patching the gap with automation — what Lütke called an avoidable "complexity tax."
Claude Code engineer Thariq Shihipar later explained the original stance: model families are not interchangeable, and system prompts shift performance enough that Anthropic kept them model-specific. The new capability ships as a built-in "mod" inside an upcoming customization mechanism whose source code Anthropic published on GitHub alongside diff, telemetry, and sec-default mods. The rollout of that surrounding mechanism is the timeline to watch for teams that want to move beyond the documented defaults. Documented configurations cover four modes: CLAUDE.md only; AGENTS.md as fallback, which is the new default; both files together; and enterprise-dispatched instructions only. Under the default, a single CLAUDE.md anywhere between the repository root and the working directory suppresses AGENTS.md. In the combined mode, any AGENTS.md already imported through CLAUDE.md is skipped, so nothing loads twice.
Accenture Evaluators Get Employee-Level Access
On the same day, Anthropic announced a separate and arguably larger step: external evaluators from Accenture's specialist AI unit, Faculty, will work inside the company with access equivalent to a full employee, independently assessing frontier models. Each side expects to commit at least $1 billion over five years to build out the capability — a combined floor of $2 billion — according to Anthropic's official announcement.
The mandate is unusually broad: running evaluations and red-team testing, conducting alignment assessments, probing model safeguards, observing models during training, tracking decisions on model development and deployment, speaking directly with staff, auditing company operations against its safety commitments, flagging blind spots, and reporting incidents.
The announcement explicitly connects to CEO Dario Amodei's essay "We Must Pace the Frontier," which argued for housing evaluators inside Anthropic. What had been a written pledge now carries an executing partner and a dollar figure — the first numbered move in the slow-down commitment Anthropic and OpenAI made earlier, when both labs said they would accept a slower race rather than an unbounded one.
Anthropic moved to pre-empt the obvious objection — that outsourcing evaluation outsources responsibility — with a statement worth quoting verbatim: "independent embedded evaluators do not reduce our accountability, they make it more verifiable. Our models' safety remains our responsibility."
Several material details remain undisclosed. The announcement gives no start date, and the arrangement is explicitly non-exclusive: Anthropic says it will name additional evaluators in the coming weeks and is in talks with nonprofit assessors such as METR. How findings escalate, whether reports will be published, and how "verifying safety commitments" operates in practice are all unanswered. Notably, no senior executive is quoted in the announcement itself.
From External Pressure to Institutional Design
Read together, the two moves describe a company converting external pressure into institutional design. The changelog puts AGENTS.md support at the top of release 2.1.277, closing a nine-month gap between Anthropic's donation pledge and its own tool's compliance, while the Accenture embed extends the same openness from file formats to model oversight. In COINOTAG's analysis, the logic is crypto's own: verification beats trust. These standards echo the layered, rules-first governance that crypto was built on — from the modular Layer-3 blockchain stack to the council-run Hedera (HBAR) model — and as AI-agent economies push toward on-chain rails, they will matter to the fast-growing AI-agent altcoin niche as much as to developers. The near-term markers are concrete: whether and when AGENTS.md support surfaces on enterprise cloud platforms, which additional evaluators Anthropic names, and whether evaluation findings are ever published.