Andrej Karpathy’s keynote at AI Startup School in San Francisco. Slides provided by Andrej: https://drive.google.com/file/d/1a0h1mkwfmV2PlekxDN8isMrDA5evc4wW/view?usp=sharing
Drawing on his work at Stanford, OpenAI, and Tesla, Andrej sees a shift underway. Software is changing, again. We’ve entered the era of “Software 3.0,” where natural language becomes the new programming interface and models do the rest.
He explores what this shift means for developers, users, and the design of software itself—arguing that we’re not just using new tools, but building a new kind of computer.
More content from Andrej: https://www.youtube.com/@AndrejKarpathy
Chapters and Thoughts (From Andrej Karpathy!)
0:00 – Imo fair to say that software is changing quite fundamentally again. LLMs are a new kind of computer, and you program them *in English*. Hence I think they are well deserving of a major version upgrade in terms of software.
6:06 – LLMs have properties of utilities, of fabs, and of operating systems → New LLM OS, fabbed by labs, and distributed like utilities (for now). Many historical analogies apply – imo we are computing circa ~1960s.
14:39 – LLM psychology: LLMs = "people spirits", stochastic simulations of people, where the simulator is an autoregressive Transformer. Since they are trained on human data, they have a kind of emergent psychology, and are simultaneously superhuman in some ways, but also fallible in many others. Given this, how do we productively work with them hand in hand?
Switching gears to opportunities…
18:16 – LLMs are "people spirits" → can build partially autonomous products.
29:05 – LLMs are programmed in English → make software highly accessible! (yes, vibe coding)
33:36 – LLMs are new primary consumer/manipulator of digital information (adding to GUIs/humans and APIs/programs) → Build for agents!
Some of the links:
– Software 2.0 blog post from 2017 https://karpathy.medium.com/software-2-0-a64152b37c35
– How LLMs flip the script on technology diffusion https://karpathy.bearblog.dev/power-to-the-people/
– Vibe coding MenuGen (retrospective) https://karpathy.bearblog.dev/vibe-coding-menugen/