Do agents.md files help coding agents?
21–30 of 52 posts
Re: Do agents.md files help coding agents?
#22yes, they do. I think people overindex on this paper, I remember when it came out we had a lot of discussion in my company about it. But its clear to see they do at least change the agent's behavior, and things like telling it "always use xyz version of java, use gradle to build the project, use this command to run the tests" are really important instead of letting it fumble about trying to find the right thing every…
Re: Do agents.md files help coding agents?
#23The amount of cargo-culting around AI tooling and practices is so weird to me. Why not just try and see? The fast feedback loop allow testing all kind of weird theories in a matter of 30m-1h during normal working sessions, most results are obvious
There is a difference between trying something and performing a test whose results are meant to be representative of most setups. A lot of people (in tech surprisingly) who see themselves as practitioners of applied science, apply flawed methodologies and try to generalise the results.
Just because testing is fast, it does not mean that it is free or cheap. Plus time is money and verifying every LLM setup every koolaid dev is proclaiming on bluesky could easily be a full time job.
Re: Do agents.md files help coding agents?
#24The tweet misses the conclusion from the paper that handcrafted AGENTS.md might help. To me its no surprise that 100% vibed AGENTS.md are unproductive. Not reviewing your design docs is probably even worse than not reviewing your code? I've seen some AI-generated agents.md which were just plain wrong. No surprise agents perform worse after reading those. I use AGENTS.md to make sure my agents loop effectively (tests,…
This way it can refer to the docs only when relevant instead of dragging around the full knowledge of the front-end structure while it's working on the backend.
Re: Do agents.md files help coding agents?
#25Re: Do agents.md files help coding agents?
#26Re: Do agents.md files help coding agents?
#27Re: Do agents.md files help coding agents?
#28From my tests agents.md does NOT work with copilot. I have a custom languge and copilot thinks its Rust.