Writing a good Claude.md
humanlayer.dev
Writing a good Claude.md
1–10 of 304 posts
Re: Writing a good Claude.md
#2Re: Writing a good Claude.md
#3Re: Writing a good Claude.md
#4Re: Writing a good Claude.md
#5Interesting selection of models for the "instruction count vs. accuracy" plot. Curious when that was done and why they chose those models. How well does ChatGPT 5/5.1 (and codex/mini/nano variants), Gemini 3, Claude Haiku/Sonnet/Opus 4.5, recent grok models, Kimi 2 Thinking etc (this generation of models) do?
Re: Writing a good Claude.md
#6What is a good Claude.md?
A good Claude.md - I don’t know, presumably the article explains.
Re: Writing a good Claude.md
#7"You can investigate this yourself by putting a logging proxy between the claude code CLI and the Anthropic API using ANTHROPIC_BASE_URL" I'd be eager to read a tutorial about that I never know which tool to favour for doing that when you're not a system or network expert.
Re: Writing a good Claude.md
#8Re: Writing a good Claude.md
#9Interesting selection of models for the "instruction count vs. accuracy" plot. Curious when that was done and why they chose those models. How well does ChatGPT 5/5.1 (and codex/mini/nano variants), Gemini 3, Claude Haiku/Sonnet/Opus 4.5, recent grok models, Kimi 2 Thinking etc (this generation of models) do?
Guessing they included some smaller models just to show how they dump accuracy at smaller context sizes
Re: Writing a good Claude.md
#10I have found enabling the codebase itself to be the “Claude.md” to be most effective. In other words, set up effective automated checks for linting, type checking, unit tests etc and tell Claude to always run these before completing a task. If the agent keeps doing something you don’t like, then a linting update or an additional test often is more effective than trying to tinker with the Claude.md file. Also, ensure…