Earlier quoted context omitted.
>whether a large single file with h2 headers (##) sections, or a directory with separate sections, is a matter of taste Not sure it is when you consider how agents deal with large files, hows it gonna follow coding conventions if it doesn’t even grep them or just read the first few lines
Claude Code globs and greps files, while Sourcegraph Amp uses RAG. But yes, naive coding agents will fill the context with the entire large file.
AGENTS.md – Open format for guiding coding agents
231–240 of 398 posts
Re: AGENTS.md – Open format for guiding coding agents
#232Including artifacts like this which are intended only to be consumed by ai defeats the entire point.
Re: AGENTS.md – Open format for guiding coding agents
#233Re: AGENTS.md – Open format for guiding coding agents
#234Earlier quoted context omitted.
Except not hidden. Why do people want to hide important files and directories? Particularly documentation? Tradition, I guess, but it's an antipattern that makes everything more opaque. Maybe robot_docs?
It is files that are meant to be read by software, not humans. From my point of view this seems like a prime candidate for a hidden directory?
Re: AGENTS.md – Open format for guiding coding agents
#235https://docs.github.com/en/communities/setting-up-your-proje...
The agents.md minisite implies agents.md files should be useful for humans and robots alike:
> Commit messages or pull request guidelines, security gotchas, large datasets, deployment steps: anything you’d tell a new teammate belongs [in agents.md] too.
Agents are just another type of contributor. Maybe agents.md is just what we need to finally trick devs into writing concise docs.
Re: AGENTS.md – Open format for guiding coding agents
#236ln -s AGENTS.md .github/copilot-instructions.md
Re: AGENTS.md – Open format for guiding coding agents
#237Earlier quoted context omitted.
The limited self-driving cars, with a remote human operator? no, I never have.
This rather underplays the experience of riding a Waymo. Where it works, it works: you get in and it takes you to the place, no human intervention required at any point. By analogy, the first hands-off coding agents may be like that: they may not work for everything, but where they do, they could work without human intervention.
Re: AGENTS.md – Open format for guiding coding agents
#238Pro-tip: For GitHub Copilot which doesn't yet support AGENTS.md, you can create a symlink if your GH Copilot instruction files are defined on a per-repo basis: ln -s AGENTS.md .github/copilot-instructions.md
Re: AGENTS.md – Open format for guiding coding agents
#239Earlier quoted context omitted.
This rather underplays the experience of riding a Waymo. Where it works, it works: you get in and it takes you to the place, no human intervention required at any point. By analogy, the first hands-off coding agents may be like that: they may not work for everything, but where they do, they could work without human intervention.
"where it works, it works" by that metric we already have agents which don't need any guidance to program
Re: AGENTS.md – Open format for guiding coding agents
#240Earlier quoted context omitted.
we're -> we are I've -> I have & -> and co. -> company won't -> will not it's -> it is
What is the point of this? What is this adding to the conversation?