▲ | righthand a day ago | |||||||||||||||||||||||||
Everyone suggesting maintaining an agent.md file haven’t met the majority of their coworkers who refuse to document anything or read documentation. Perhaps train a model that can generate these agent files for them? | ||||||||||||||||||||||||||
▲ | theshrike79 a day ago | parent | next [-] | |||||||||||||||||||||||||
IMO the best possible outcome of this AI hype is better documentation. It's proven that (agentic) LLMs work better and more efficiently when they have the proper context for the project (AGENT(S).md), the documentation is accessible and up to date (docs/ directory with proper up to date markdown) and the tooling is smooth (git hooks that prevent secrets from being pushed, forced style checking and linting). ...surprise! All of this makes things easier for actual humans too! | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | codazoda a day ago | parent | prev | next [-] | |||||||||||||||||||||||||
Don’t most of these tools create them for you? Just run “/init” and the AI makes the initial agents.md file. Dunno how helpful that is, but they shouldn’t have to write it from scratch. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | eagerpace a day ago | parent | prev [-] | |||||||||||||||||||||||||
I love maintaining my agent file. Yeah, it doesn’t always listen to the instructions, but neither does anyone else. | ||||||||||||||||||||||||||
|