@PrajwalTomar_: Your CLAUDE .md is quietly turning Claude into a yes-man. Almost everyone copied Andrej Karpathy's 4 famous rules into …

X AI KOLs Following News

Summary

The article discusses how common CLAUDE.md rules copied from Andrej Karpathy cause Claude to become a yes-man, and a fix that adds permission for the AI to suggest better approaches.

Your CLAUDE .md is quietly turning Claude into a yes-man. Almost everyone copied Andrej Karpathy's 4 famous rules into their CLAUDE .md: → Think before coding. State assumptions, ask before writing a line → Simplicity first. No abstractions nobody asked for → Surgical changes. Touch only what the task needs → Goal-driven execution. Define what "done" looks like first They're great. But they have a side effect nobody talks about. Claude stops thinking with you. It follows orders, stops proposing better approaches, and turns into a code printer that does exactly what you said even when you're wrong. A dev fixed it with one extra clause: → "I'm always open to better ways. Don't hesitate to suggest a stronger approach, especially one with long-lasting impact over a quick tactical fix." That one line turned Claude back into a pair programmer instead of an order-taker. Most people optimize their CLAUDE .md for obedience. The real unlock is giving it permission to disagree with you.
Original Article
View Cached Full Text

Cached at: 06/26/26, 10:09 AM

Your CLAUDE .md is quietly turning Claude into a yes-man.

Almost everyone copied Andrej Karpathy’s 4 famous rules into their CLAUDE .md:

→ Think before coding. State assumptions, ask before writing a line → Simplicity first. No abstractions nobody asked for → Surgical changes. Touch only what the task needs → Goal-driven execution. Define what “done” looks like first

They’re great. But they have a side effect nobody talks about. Claude stops thinking with you. It follows orders, stops proposing better approaches, and turns into a code printer that does exactly what you said even when you’re wrong.

A dev fixed it with one extra clause:

→ “I’m always open to better ways. Don’t hesitate to suggest a stronger approach, especially one with long-lasting impact over a quick tactical fix.”

That one line turned Claude back into a pair programmer instead of an order-taker.

Most people optimize their CLAUDE .md for obedience. The real unlock is giving it permission to disagree with you.

Similar Articles

@Mnilax: https://x.com/Mnilax/status/2053116311132155938

X AI KOLs Timeline

The article details an expanded 12-rule CLAUDE.md configuration template that builds upon Andrej Karpathy's original 4 rules to further reduce AI coding errors and handle complex agent orchestration issues.

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.