Andrej Karpathy posted a 65-line markdown document titled “Coding with AI” — a short, sharp list of four rules for knowing when not to use AI tools in your development workflow. It has accumulated 176,000 GitHub stars and climbing, making it one of the fastest-growing repositories on the platform this year. The doc doesn’t contain a single line of code. It doesn’t ship a framework. It doesn’t promise to change your life. It just says: here are the things I learned, please read them before you automate your own judgment.
The rules themselves are almost boringly straightforward: know your stack cold before asking an AI to write in it; always read every line of generated code; use AI for exploration, not for production; stop treating autocomplete like a collaborator. Nothing revolutionary — and that’s the point. What got 176,000 people to star a README was not the novelty of the advice, but the authority of the person delivering it and the collective exhaustion behind the reaction.
Developers on Hacker News and X responded with a mix of vindication and self-deprecating guilt. The top comment thread on HN reads like a confession booth: “I have been letting Copilot write my tests for six months and I no longer understand my own test suite.” Another: “I starred this so I can show it to junior devs without having to have the conversation myself.” The rush to signal-boost the document suggests a profession quietly worried it has outsourced too much of its own thinking.
🎩 Cask’s Take
The real story is not the advice in those 65 lines — it’s that 176,000 people felt the need to affirm it. The GitHub star is the modern-day bookmark, and what this bookmark count tells you is that an entire generation of developers senses something is off but hasn’t stopped to articulate it. Karpathy said it for them, so they stamped it.
The irony is thick enough to cut: a markdown file about not relying on AI tools is now one of the most-starred repos on the platform where developers go to find AI tools. The gesture itself proves his point. We’re so quick to signal virtue, so slow to change habits. The people who starred it will go back to tab-completing their way through code within the hour.
But that doesn’t make the document useless. It means the conversation is happening. And 176,000 stars means enough people are at least thinking about the problem — which is more than you could say six months ago.