
## Metadata
- Author: [[davidgasquez.com|Davidgasquez]]
- Full Title:: LLM Friendly Projects
- Category:: #🗞️Articles
- URL:: https://davidgasquez.com/llm-friendly-projects/
- Read date:: [[2025-07-13]]
## Highlights
> Maintain [great documentation](https://davidgasquez.com/handbook/documentation). This is crucial to make LLMs effective. Besides the standard advice, I’ve found these extra steps help agents considerably:
> • Add a `log` folder where you add things you’ve tried and how they turned out.
> • Split the docs into small files with clear instructions and boundaries!
> • A `STATUS.md` file to keep track of the current status of the project, what’s next, and relevant things to keep in mind. I don’t really do this much as I tend to keep things on GitHub Issues. It’s still useful in some projects where you want to underscore what should be next and the current issues.
> • Include relevant and important external API docs. ([View Highlight](https://read.readwise.io/read/01k02mp55xkqfj85h3f3e7ejrd))