Source: https://youtu.be/d8BGxfW3Vj4 Presenter: Jay Enriquez (RoboNuggets) Analyzed: 2026-04-17 Ticket: MC-647
A short (~11 min) tutorial video promoting a viral claude.md file (43k+ GitHub stars in a week) that codifies four behavioural principles for AI coding agents, derived from Andrej Karpathy's observations about common LLM coding pitfalls. The presenter runs side-by-side Claude Code demos to show the claude.md version producing cleaner, less bloated output.
Our current ~/.claude/CLAUDE.md already embodies most of these principles implicitly via:
- The dev-loop skill (planning, escalation rules)
- "Don't ask permissions" / "Stop arguing" feedback memories
- Tier classification that forces right-sizing of work
The Karpathy four are well-framed and worth cross-referencing, but not a drop-in replacement — our CLAUDE.md is heavily customised for Luci's infrastructure role (MC tickets, systemd services, Telegram notifications, memory system, PKA vault).
Do not swap our CLAUDE.md for this one. Instead, consider adding a short "Four Principles" section to the dev-loop skill as an explicit rubric the agent self-checks before committing: - Did I state my assumptions? (Principle 1) - Did I write the minimum viable fix? (Principle 2) - Did I touch only what was asked? (Principle 3) - Did I verify against the user's stated goal? (Principle 4)
That's a ~20-line addition, zero infrastructure churn, potentially useful.
andrej-karpathy-skills (not verified — worth spot-checking before referencing)