A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
📖 README
Karpathy-Inspired Claude Code Guidelines> Check out my new project Multica — an open-source platform for running and managing coding agents with reusable skills.
>
> Follow me on X: https://x.com/jiayuanjyA single `CLAUDE.md` file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.English | 简体中文The ProblemsFrom Andrej's post:> "The models make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, don't seek clarifications, don't surface inconsistencies, don't present tradeoffs, don't push back when they should."> "They really like to overcomplicate code and APIs, bloat abstractions, don't clean up dead code... implement a bloated construction over 1000 lines when 100 would do."> "They still sometimes change/remove comments and code they don't sufficiently understand as side effects, even if orthogonal to the task."The SolutionFour principles in one file that directly address th...
📊 Project Info
- Stars
- ⭐ 137,941
- Forks
- 14,135
- Today
- +1,955
- Ranking
- #11
- Collection
- Overall
- Trending Date
- May 19, 2026
- Last Push
- 4/20/2026