with one click
karpathy-autoresearch
|-
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
|-
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | karpathy-autoresearch |
| description | |- |
Andrej Karpathy's way of working, distilled into four principles for LLM coding agents. (1) Think Before Coding — state assumptions, surface ambiguity, push back when warranted. (2) Simplicity First — minimum code, no speculative abstractions, DRY+NRtW. (3) Surgical Changes — touch only what you must, trace every line to the request. (4) Goal-Driven TDD — failing test first, loop until verified, never claim solved without testing.
Applied in b00t: soul-first (learn before implement), lfmf for lessons, autolearn loop for goal-driven knowledge loading, and OODA for autonomous execution.
Apply Karpathy's principles in every coding session. Think before implementing, keep changes minimal and surgical, and always write the failing test first.