2 Sources
[1]
Anthropic decides to support OpenAI's markdown instructions spec
Anthropic on Friday surprised the developer community by supporting rival OpenAI's mechanism for passing marching orders to AI agents. This makes life easier for folks who use both platforms. "We're adding support for AGENTS.md to Claude Code," said Claude Code engineer Thariq Shihipar in a social
[2]
Claude Code now also accepts instructions in OpenAI's Agents.md format
Anthropic's move could reduce the maintenance burden of using multiple AI coding agents on a project -- although it's not without its complications. endif; ?> One thing that made it difficult for developers to switch AI coding tools on a project is that Anthropic's Claude Code didn't look for
Share
Copy Link
Anthropic announced support for OpenAI's AGENTS.md format in Claude Code version 2.1.277, ending the need for developers to maintain separate instruction files. This move toward standardization in AI agent instructions reduces operational overhead and improves interoperability between AI platforms, though deployment-specific limitations remain.
Anthropic surprised the developer community by announcing support for OpenAI's AGENTS.md format in Claude Code. Starting with version 2.1.277, Claude Code will check for and use AGENTS.md if no CLAUDE.md file exists in a folder, according to Claude Code engineer Thariq Shihipar
1
. This decision marks a significant shift toward interoperability between AI platforms and reduces the maintenance burden developers face when working with multiple AI coding agents.
Source: The Register
The move addresses a longstanding pain point for developers who use Claude Code alongside OpenAI Codex or other non-Anthropic tools. Until now, these developers had to maintain two separate sets of markdown instructions for their AI agents: CLAUDE.md for Anthropic's tools and AGENTS.md for everything else
2
. These instruction files outline expected behavior, preferred tool usage, coding conventions, and establish the foundation of the agent's context with every request.The support for AGENTS.md eliminates redundant work that plagued development teams. Developers previously relied on workarounds like creating symlinks to keep CLAUDE.md and AGENTS.md synchronized, but these solutions became increasingly problematic in larger codebases
2
. Amit Kumar Jena, AI development head at IT consulting firm Kanerika, noted that this change could "remove some real busywork" for development teams working with multiple coding tools2
.In monorepos with instructions at multiple directory levels, maintaining separate files created substantial developer maintenance debt that often went unnoticed under deadline pressure until tools quietly drifted out of sync
2
. By adopting a common instruction format, teams can now use AGENTS.md across their coding tools without duplicating effort or risking inconsistencies between instruction sets.OpenAI contributed AGENTS.md to the Agentic AI Foundation under the Linux Foundation in a bid to build support for its standard. As of December 2025, more than 60,000 open-source projects had implemented AGENTS.md
1
. The popularity of Claude Code had given Anthropic the latitude to insist on its own standards, but the company appears to have concluded that continued specification separatism offered no strategic advantage1
.Thibault Sottiaux, OpenAI's head of core product, welcomed Anthropic's decision with enthusiasm, remarking "Yay! This is the way. Come to the light," to which Shihipar responded with a handshake emoji
1
. This public exchange signals a collaborative approach to standardization in AI agent instructions that benefits the broader developer ecosystem.For enterprises, a common instruction format creates practical advantages beyond reduced operational overhead. Charlie Dai, principal correspondent at Forrester, explained that standardization "can become a practical control point for coding conventions, security requirements, architectural guardrails, and governance policies"
2
. This centralized approach to AI agent instructions makes it easier for organizations to enforce consistent standards across development teams while maintaining compliance requirements.Related Stories
Despite the progress toward interoperability, some deployment-specific limitations remain. AGENTS.md support depends on Claude Code fetching feature flags from Anthropic. If Claude Code cannot retrieve these feature flags—for instance, when deployed through Amazon Bedrock, Google Vertex AI, or when telemetry is disabled—the tool falls back to CLAUDE.md
2
. This limitation affects enterprises using third-party providers even though the instruction file itself is local and requires no network connection to be read.
Source: InfoWorld
However, Claude Code provides flexibility through configuration options. Users can toggle AGENTS.md behavior using the /config command, allowing teams to customize which files Claude Code reads, including AGENTS.md, CLAUDE.md, or both
1
2
. This gives development teams a way to use AGENTS.md for instructions shared across coding tools while retaining CLAUDE.md for Claude-specific features.While the common instruction format streamlines workflows, developers should note that CLAUDE.md includes Claude-specific features that AGENTS.md was not designed to support. Instructions written for one agent, such as Codex, may not behave identically when Claude Code reads them
2
. This means AI coding agents aren't fully interchangeable despite sharing a common instruction format, and teams may need to account for platform-specific behaviors when crafting their agent instructions.Summarized by
Navi
[1]
05 Feb 2026•Technology

18 Dec 2025•Technology

13 Feb 2026•Technology

1
Technology

2
Science and Research

3
Technology
