@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…

X AI KOLs Following Tools

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.

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.
Original Article
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

multica-ai/andrej-karpathy-skills

GitHub Trending (daily)

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...'

X AI KOLs Timeline

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.