1 link tagged with all of: best-practices + ai-coding + behavior
Click any tag below to further narrow down your results
Links
This article explains how Andrej Karpathy’s simple CLAUDE.md file—just four rules for AI coding agents—sparked a huge surge on GitHub by curbing overconfident, over-engineered AI edits. It shows that the real bottleneck in AI-assisted development isn’t code generation but discipline and predictable behavior.
- Karpathy's 65-line CLAUDE.md file hit #1 on GitHub Trending with 220,000+ stars across mirrors and forks, using just four behavioral rules (think first, avoid speculative abstractions, make surgical changes, define success criteria) rather than any new model or technology.
- Its popularity shows the real bottleneck in AI coding isn't intelligence but judgment and constraint—teams reported fewer hallucinations, cleaner diffs, and fewer broken builds simply by limiting AI overconfidence and scope creep.
- It signals a shift from prompt engineering to "behavioral specs"—developers increasingly focus on specifying how AI should think and scope work rather than just generating code.
- Critics note the rules are generic and can't substitute for real architecture, testing, or human code review.