| ▲ | giancarlostoro 2 hours ago | |
> The biggest usecase for AGENTS.md files is domain knowledge that the model is not aware of and cannot instantly infer from the project. That is gained slowly over time from seeing the agents struggle due to this deficiency. This. I have Claude write about the codebase because I get tired of it grepping files constantly. I rather it just know “these files are for x, these files have y methods” and I even have it breakdown larger files so it fits the entire context window several times over. Funnily enough this makes it easier for humans to parse. | ||
| ▲ | belval 2 hours ago | parent [-] | |
My pet peeve with AI is that it tends to work better in codebase where humans do well and for the same reason. Large orchestration package without any tests that relies on a bunch of microservices to work? Claude Code will be as confused as our SDEs. This in turns lead to broader effort to refactor our antiquated packages in the name of "making it compatible with AI" which actually means compatible with humans. | ||