Karpathy-inspired CLAUDE.md: one file fixes common Claude Code failure modes
AnalysisA repository called andrej-karpathy-skills on GitHub distils Karpathy's January 26, 2026 X post on LLM coding failures into a single CLAUDE.md file (the project-level configuration Claude Code reads at session start) that drops into any project. Built by Forrest Chang, the file organises four principles: Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution. Each addresses a failure mode Karpathy named: silent wrong assumptions, unnecessary complexity, sprawling diffs, and unverifiable success criteria. The repo has crossed 120,000 stars, an outlier number for a single-file project, suggesting these failure modes are widespread enough to spook working engineers.