Skip to content
Built 26/04/15 10:53commit de0ee65

Karpathy Claude Coding Thread

中文 | English

Summary

This thread is not a repository or spec; it is a firsthand operator snapshot from Andrej Karpathy after weeks of heavy Claude-assisted coding, especially around parallel sessions, plan mode, test-time compute, and the new review burden created by agent throughput.

Source

Key Contributions

  • Records the operator-side shift from “manual coding plus autocomplete” toward “mostly programming in English.”
  • Pushes back on both “no IDE needed” hype and overblown agent-swarm hype: current models still need close review.
  • Makes success-criteria prompting explicit: declarative goals and loopable tests create more leverage than imperative micromanagement.
  • Surfaces the long-run downside too: manual coding skill may atrophy even while review skill remains strong.

Strongest Claims

  • The main gain is not only speed but expansion into work that previously felt too costly or too hard.
  • Multiple context windows and browser/tool loops are major leverage multipliers.
  • Review and simplification remain the human bottleneck even when implementation is largely delegated.