@PrajwalTomar_: BRO this is CRAZY. Karpathy's 4 rules for Claude Code just got turned into a full CLAUDE .md template on Reddit. A deve…
Summary
A developer turned Karpathy's four rules for Claude Code into a full CLAUDE .md template, reportedly boosting coding accuracy from 65% to 94% on a real codebase.
View Cached Full Text
Cached at: 05/22/26, 03:51 PM
BRO this is CRAZY.
Karpathy’s 4 rules for Claude Code just got turned into a full CLAUDE .md template on Reddit.
A developer applied it across a real codebase and watched coding accuracy jump from 65% to 94%.
The full template:
→ No filler openers (“Great question!”, “Of course!”) → Match response length to task complexity → Show 2-3 approaches before any significant task → Flag uncertainty. Never fill gaps with plausible info. → Only modify files related to the current task. No refactoring. → Stop and describe before rewriting existing content → Stop and ask before deleting files or overwriting code → Deploys, pushes, db drops need fresh confirmation every time → Maintain a MEMORY .md logging every decision and what was rejected → Maintain an ERRORS .md so Claude stops repeating failed approaches
CLAUDE .md is not a documentation file.
It’s the difference between Claude Code that ships and Claude Code that breaks.
Want my full Claude Code setup written up? Drop a comment below.
Similar Articles
@PrajwalTomar_: Karpathy complained about Claude making mistakes, someone turned it into 4 rules, and it became the fastest-growing sin…
The author updates a viral GitHub prompt template that drastically reduced Claude's coding errors, introducing eight new rules to solve modern AI agent issues like context loss and workflow conflicts for developers using Claude Code.
@cyrilXBT: ANDREJ KARPATHY WROTE 65 LINES IN A CLAUDE.MD FILE AND IT JUST HIT NUMBER 1 ON GITHUB TRENDING. Coding accuracy jumped …
Andrej Karpathy's 65-line CLAUDE.md configuration file for Claude Code became #1 on GitHub trending, boosting coding accuracy from 65% to 94% by providing clear operating principles.
multica-ai/andrej-karpathy-skills
A single CLAUDE.md file that implements four principles to improve Claude Code's coding behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
@NFTCPS: Karpathy's CLAUDE.md tops GitHub Trending with 220k stars, but I bet you haven't read it. Just 65 lines. It boosts AI code generation accuracy from 65% to 94%. You know what most people are doing? Stacking prompts, buying courses, researching 'the strongest...'
Introduces (nominally) Karpathy's CLAUDE.md file, just 65 lines and 4 rules, claiming to boost AI code generation accuracy from 65% to 94%. Actually points to the entropyvortex/meta-llm-charter repository, which is an engineering charter for LLM coding agents, containing 11 rules and a zero-pause execution layer.
@PrajwalTomar_: https://x.com/PrajwalTomar_/status/2063238968125333581
A detailed playbook for optimizing Claude Code setup, based on Boris Cherny's video, covering persistent context via CLAUDE.md, reusable workflows, hooks, git worktrees, and discipline.