Karpathy's 1-hour Stanford lecture: build AI engineering from scratch, emphasizing graph-based agent loops

VeryWellVersed · x · 2026-08-14

Andrej Karpathy (Anthropic) released a 1-hour Stanford lecture covering full AI engineering from scratch. Key points: treat LLM as a general-purpose computer reprogrammable at runtime; use natural language prompts as programs; surround the model with goals, context, memory, and tools to turn prediction into action; separate inner loop (context learning) from outer loop (weight updates); organize communication as data-dependent message passing over directed graphs. Companion article 'Graph Engineering' shows building 1000+ agent loops from one prompt.

Original post →

More from AGI Musings

AGI Musings channel →