Metadata
- Author: davidgasquez.com
- Full Title:: LLM Friendly Projects
- Category:: 🗞️Articles
- URL:: https://davidgasquez.com/llm-friendly-projects/
- Read date:: 2025-07-13
Highlights
Maintain great 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! • ASTATUS.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)