2 Comments
User's avatar
Aman Karunakaran's avatar

I've arrived at a lot of the same conclusions for how to agent-optimize a codebase and one thing I find pretty interesting is that a lot of it is just good old "software engineering best practices" made to idiot-proof your codebase. One exception is the docs.md hierarchy, but honestly, I'm sure if you had an organization that was doing a simple version of that 10 years ago they probably would have been better off too!

theahura's avatar

We actually did do a version of this on my team at Google. You could define a markdown file that would then get rendered into a static site that would live alongside the code