wiki / entities / andrej-karpathy
Andrej Karpathy
Machine ingest — raw context
loading…
~… tokensappend .md to any wiki URL for this view
Andrej Karpathy
AI researcher and educator: Stanford CS231n co-creator, ex-Tesla AI director, OpenAI founding member, builder of micrograd/nanoGPT and the “Zero to Hero” series.
Core contributions to AI engineering
- karpathy four guidelines: think before coding, simplicity first, surgical changes, goal-driven execution — distilled from his observations of LLM coding pitfalls.
- build from scratch pedagogy: micrograd before PyTorch, nanoGPT before the library. The toy implementation IS the explanation — an explicit descendant of Feynman’s “What I cannot create, I do not understand”.
- llm wiki pattern: compile knowledge once into interlinked markdown, keep it current, instead of rediscovering per query (the foundational pattern for agent knowledge bases).
- Autoresearch: agent loops that run experiments against measurable objectives, an approach applied to software optimization in conformance suites as fitness functions.
- Code as prose: readable, linear, minimal indirection; optimize for the reader — human or agent.
Relationship to Engineering Methodology
Explicit richard feynman disciple in method. His guidelines operationalize matt pocock’s “make codebases agents love” at the single-change level (per aihero.dev: “design codebases agents love”): the flows structure WHEN to code, while the guidelines govern HOW to touch each file safely.
Evidence — verified primary sources
| karpathy-guidelines-skill-2026 | https://github.com/multica-ai/andrej-karpathy-skills/blob/main/skills/karpathy-guidelines/SKILL.md | ingested 2026-08-22 sha256:3dbba31cbdb8… |
| agentic-engineering-trends-2026-synthesis | https://pyweb.dev/wiki/raw/articles/agentic-engineering-trends-2026-synthesis | ingested 2026-08-24 sha256:6c78ca873a4d… |
Graph context
References (6)
Karpathy's Four Guidelines: think before coding, simplicity first, surgical changes,Build-From-Scratch Pedagogy: micrograd before PyTorch, nanoGPT before the library.LLM Wiki Pattern: compile knowledge once into interlinked markdown, keep it current,Conformance Suites as Fitness FunctionsRichard Feynmandisciple in method. His guidelines operationalizeMatt Pocock's "make codebases agents love" at the single-change level (per aihero.dev: "design Referenced by (7)
Build-From-Scratch Pedagogy's teaching move: build the minimal version from scratch to understandContext Engineering's llm-wiki-pattern is the same principle at the knowledge level:Karpathy's Four Guidelines's pitfallLLM Wiki Pattern's approach to durable knowledge: compile it once into interlinkedAndrew NgCo-educator in AI pedagogy and advocate of foundational comprehension.Agentic Engineering Entity Accountingupdated with coding-conduct and pedagogy layer attributionLLM Wiki Ecosystem: Spec vs. Implementationsthe pattern's author