Claude Code now also accepts instructions in OpenAI’s Agents.md format

In an evolving landscape where AI-driven software development is transitioning from experimental curiosity to enterprise-grade utility, the operational friction of managing multiple autonomous agents has become a primary bottleneck for development teams. Anthropic, the developer behind the Claude suite of large language models, recently announced a significant update to its Claude Code tool that seeks to alleviate this burden. By introducing support for the AGENTS.md instruction format, Anthropic is aligning itself with an open-source standard, effectively bridging the gap between its proprietary ecosystem and the broader, vendor-neutral development community.
The Problem of Fragmented Instruction Files
Historically, AI coding agents—such as OpenAI’s Codex, Cursor, and various open-source alternatives—have relied on project-specific markdown files to understand behavioral constraints, coding standards, and architectural requirements. These files act as a "constitution" for the AI, guiding how it should interact with specific libraries, naming conventions, and security protocols.
Until this week, the primary point of friction for developers working in polyglot or multi-agent environments was the lack of file naming consistency. Claude Code specifically sought a file titled CLAUDE.md, while the majority of the ecosystem, supported by the Agentic AI Foundation and the Linux Foundation, converged on the AGENTS.md standard. For developers, this meant duplicating documentation or implementing complex workarounds like symbolic links to ensure that multiple agents remained aligned on project goals.
When these files drifted out of sync, the result was often suboptimal code, inconsistent refactoring, or security violations. As development environments have grown in complexity, particularly within monorepos that house multiple services, the manual upkeep of these files became a source of significant technical debt.
A New Standard for Interoperability
The announcement, made by Thariq Shihipar of Anthropic’s technical staff, signals a shift toward interoperability. Starting with version 2.1.277, Claude Code will automatically detect and utilize AGENTS.md in the absence of a CLAUDE.md file. This change is a pragmatic response to the growing density of AI tools within the modern software development lifecycle (SDLC).
This move is largely viewed as a victory for the Agentic AI Foundation, which has been pushing for standardized behaviors for autonomous agents. By adopting this standard, Anthropic is not just simplifying the developer experience; it is acknowledging that developers will likely rely on a heterogeneous "stack" of AI agents rather than committing to a single-vendor paradigm.
Operational Impact on Enterprise Development
For large-scale enterprises, the implications of this change extend beyond mere convenience. In a typical corporate environment, IT governance teams must ensure that AI agents adhere to strict compliance policies and security guardrails.
Charlie Dai, a principal correspondent at Forrester, notes that a common instruction format serves as a vital control point. When an enterprise can define a single, authoritative AGENTS.md file, they create a centralized mechanism to enforce coding standards across diverse teams. This ensures that whether a developer is using a specialized agent for front-end tasks or a generalist model for backend architecture, the fundamental rules of engagement remain consistent.
The "busywork" removed by this update is significant. Amit Kumar Jena, who oversees AI development at the consulting firm Kanerika, emphasizes that the manual synchronization of files was prone to human error, particularly under tight project deadlines. In environments where codebases are massive and modular, the ability to maintain one source of truth for agent behavior mitigates the risk of "quiet drift," where agents inadvertently start using deprecated APIs or ignoring security patches because their instructions were outdated.

Limitations and Technical Nuance
Despite the benefits, industry experts warn that the adoption of a common file format does not equate to complete interchangeability between models. Claude, for instance, possesses specific capabilities—such as advanced reasoning architectures or integration with Anthropic’s unique tool-use frameworks—that are not natively supported by the standard AGENTS.md schema.
Jena highlights that while AGENTS.md covers the basics, developers may find that instructions optimized for a model like OpenAI’s o1 or Codex do not yield identical results when parsed by Claude. The behavioral nuance of LLMs means that the same prompt, even when provided in a standard format, will be interpreted through the lens of the model’s specific training data and safety alignment.
Furthermore, there is a deployment-specific hurdle. The support for AGENTS.md in Claude Code is tethered to the tool’s ability to fetch feature flags from Anthropic’s servers. If an enterprise has restricted external network access, disabled telemetry for privacy compliance, or is utilizing Claude via third-party providers like Amazon Bedrock or Google Vertex AI, this feature may not function as expected. In such instances, the tool defaults back to CLAUDE.md, necessitating a manual workaround.
Navigating the Future of Agentic Workflows
Anthropic has provided a path forward for those concerned about these limitations. Through the /config command, users can dictate the behavior of Claude Code, allowing for a hybrid approach. Teams can maintain a global AGENTS.md for shared standards while keeping a localized CLAUDE.md to house specific instructions that leverage Claude’s advanced feature set.
This flexibility is crucial as the industry moves toward more complex, multi-agent orchestrations. As these systems become more capable, the ability to manage them efficiently—without being trapped in vendor-specific silos—will determine which tools gain widespread adoption in the enterprise.
The Broader Context: Why Now?
The timing of this update coincides with a broader market maturation. Over the past 18 months, the focus in AI development has shifted from "can the model write code?" to "how do we integrate these models into a reliable, repeatable engineering process?"
The creation of the Agentic AI Foundation under the Linux Foundation in mid-2024 served as a watershed moment, suggesting that the industry recognized the need for common interfaces. Anthropic’s integration of AGENTS.md is a testament to the influence of these open-source initiatives. It reflects a strategic realization that for AI agents to become primary development tools, they must behave like predictable pieces of infrastructure rather than isolated, "black-box" utilities.
Conclusion and Outlook
The shift toward standardized instruction sets marks a transition in the AI lifecycle. While the change itself is technically incremental—a simple adjustment in file lookup priority—the cultural and operational shift it represents is profound. By lowering the barrier to entry and reducing the maintenance burden, Anthropic is positioning Claude Code to be a more seamless component of the modern developer’s toolkit.
For the individual developer, it means less time spent wrangling configuration files and more time focused on code architecture. For the enterprise, it provides a clearer path toward governing AI usage at scale. However, as the ecosystem continues to evolve, the challenge for developers will be to balance this newfound simplicity with the reality that different models still require tailored instructions to reach their peak performance. As the industry continues to refine these standards, the goal remains clear: to make the AI-human collaborative process as frictionless and productive as possible.







