---
title: "AGENTS.md Emerges as Open Standard for AI Coding Agents"
url: https://daily.dev/posts/agents-md-emerges-as-open-standard-for-ai-coding-agents-zufhfjget
source_url: https://www.infoq.com/news/2025/08/agents-md/
type: article
source: "InfoQ"
published: 2025-08-27T20:41:31.724Z
updated: 2025-08-27T20:41:49.890Z
tags: ["ai", "open-source", "github"]
reading_time: 2
upvotes: 55
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AGENTS.md Emerges as Open Standard for AI Coding Agents

**[InfoQ](https://daily.dev/sources/infoq)** · 2 min read · 55 upvotes · 5 comments

## Summary

AGENTS.md is emerging as a new open standard for AI coding agents, adopted by over 20,000 GitHub repositories. This markdown-based format provides machine-readable instructions for AI assistants, including setup commands, testing workflows, and coding guidelines, while keeping human-facing README files clean. The format supports nested files for monorepos and works across various AI development tools like Codex, Cursor, and Aider. While some developers question separating human and agent documentation, proponents see it as reducing friction in AI-human collaboration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2025/08/agents-md/>

## Community discussion

Top comments from developers on daily.dev.

**@manuelbrua** · 0 upvotes

> Yes! i create this CLI to provide a easy way to create rules, support AGENTS.md if your IDE or agent needs:
> https://github.com/tecnomanu/agent-rules-kit
>
> Check this out!

**@petecapecod** · 0 upvotes

> It seems like they way to go with agents. I mean we already need a rules file just for LLM coding, makes sense we need an `agents.md` file for Agentic flows.

**@capestart** · 0 upvotes

> I like the idea of AGENTS.md! It keeps the README clean and gives AI agents clear guidance. But yeah, human input will still be key, especially for things like business logic. Excited to see how it develops!

## Similar posts on daily.dev

- [AGENTS.md Gains Traction as an Open Format for AI Coding Age...](https://daily.dev/posts/agents-md-gains-traction-as-an-open-format-for-ai-coding-age--2l6z5cgas) · Socket · 2 upvotes · 0 comments
- [GitHub Copilot's starts supporting AGENTS.md: A step toward unified AI Instructions](https://daily.dev/posts/github-copilot-s-starts-supporting-agents-md-a-step-toward-unified-ai-instructions-p9rtskwuw) · The Art of Simplicity · 27 upvotes · 1 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#open-source](https://daily.dev/tags/open-source), [#github](https://daily.dev/tags/github)

[View this post on daily.dev](https://daily.dev/posts/agents-md-emerges-as-open-standard-for-ai-coding-agents-zufhfjget)
