
Markdown is becoming a key file format for AI systems. CLAUDE.md and DESIGN.md are markdown files that provide foundational product design information for AI tooling. A clear heading hierarchy using #, ##, and ### improves scannability for both humans and AI tools. Important instructions should be placed near the top of the file to increase the likelihood that AI reads them. Sections should be kept short to avoid large blocks of text that are difficult for both humans and AI to process. Example core rules include not modifying the production database directly, writing tests first, asking before deleting files, and preferring TypeScript over JavaScript.
"Good hierarchy makes files scannable and easier to read for both humans and AI tools. Structure content logically with #, ##, ###."
"If you want to maximize the chances that AI will read your instructions, put them at the top of the file. # Core Rules- Never modify production database directly- Always write tests first- Ask before deleting files- Prefer TypeScript over JavaScript"
"Neither humans nor AI likes large blocks of text. Thats why its a good idea to break large walls of text into smaller chunks."
Read at Medium
Unable to calculate read time
Collection
[
|
...
]