
Pioneer Profile
Andrej Karpathy
AI researcher, Anthropic [6] · OpenAI founding researcher 2015 to 2017; Tesla director of AI 2017 to 2022; founded Eureka Labs in 2024; joined Anthropic's pretraining team in May 2026 [1]
This Profile is based on his public record, not an Assessment, so the wording stays tied to actions he has actually taken.
See why he is an Architect
5 moments from his public record that show the Architect pattern.
- In an essay published on 11 November 2017, called “Software 2.0”, Andrej Karpathy described neural networks as a different way to write software. Instead of writing every rule by hand, people train a model on data. He wrote that “the optimization can find much better code than what a human can write”. Karpathy named the pattern before building a way to teach it. [2]
- At a CVPR workshop keynote in June 2021, Karpathy said Tesla had started shipping cars without radar. “We deleted the radar and are driving on vision alone in these cars,” he said. He argued that the camera-based system was about 100 times better than radar, and that radar had started to “contribute noise” instead of helping. [3]
- In 2020, Karpathy released micrograd, a back-propagation engine in about 100 lines of plain Python. In January 2023, he released nanoGPT, which trains a working GPT-2-class language model in about 300 lines for the training code and 300 more for the model. Both projects are small enough for 1 person to read in a single sitting and understand how the pattern works. [8]
- On 16 July 2024, Karpathy announced Eureka Labs, a school built around a Teacher + AI model. A teacher designs the course, while an AI assistant personalises it for each student. Its first course, LLM101n, asked students to build a working chatbot-style language model from scratch in Python, C and CUDA. Karpathy created a company to help people learn the pattern, not only to demonstrate it. [5]
- On 19 May 2026, Karpathy joined Anthropic's pretraining team under Nick Joseph. He joined the team to use Claude to speed up training for future models. He said he remained deeply committed to education and planned to return to it, after pausing his work running Eureka Labs to return to frontier research. [6]
What you can learn from his approach
Practices to use
- Build the smallest working version before you teach or scale an idea. nanoGPT trains a working GPT-2-class model in about 300 lines for its training loop and 300 for its model definition. It gives people something they can inspect, not just a diagram or a description. [4]
- Name the pattern clearly before you build an organisation around it. Karpathy's freely available “Software 2.0” essay gave people a shared way to talk about the idea years before Eureka Labs existed to teach it. [2]
Who helped deliver it
- Fei-Fei Li advised Karpathy's PhD at Stanford. His research connected computer vision and natural language processing, 2 fields he later brought together in teaching and research. [1]
- At Tesla, Elon Musk put Karpathy in charge of Autopilot's computer-vision work as director of AI. This gave him a production system with real drivers to test a vision-only approach, not just a research project. [1]
- At Anthropic, Karpathy joined an existing pretraining team under Nick Joseph in May 2026. He chose to work inside another research organisation rather than start another venture. [6]
What to watch for with the Architect approach
An Architect can treat a strong technical design as ready before it has met enough real-world use. These examples from Karpathy's public record show that risk.
- The June 2021 keynote announcing Tesla's vision-only approach came shortly before reports of sudden, unexplained braking rose from 99 at the end of 2021 to 314 by February 2022. The National Highway Traffic Safety Administration opened a formal investigation covering about 695,000 Model 3 and Model Y cars. [7]
- NHTSA linked the timing of those reports to Tesla's mid-2021 move from radar-plus-vision sensing to vision-only sensing. This was the same change Karpathy had presented as an improvement. [7]
- NHTSA closed the investigation on 2 July 2026, 4 years after it opened. It cited Tesla's 2022 firmware updates, a sharp fall in reports and a finding of “low hazard to drivers and occupants”. The design was not a lasting failure, but it still required years of real-world data and federal scrutiny before the investigation could close. [7]
3 practices you can use
Build a complete small version first. Before you teach or scale an idea, make the smallest version that proves it works. micrograd shows the core idea behind a modern neural network in about 100 lines that a beginner can read in 1 sitting. [8]
Write down the pattern. Publish a clear explanation of the pattern before you build a company around it. “Software 2.0” was a freely available essay, not a product pitch, and it appeared years before Eureka Labs. [2]
Explain difficult decisions clearly. When you make a hard technical decision, explain the reasoning in enough detail for other engineers to assess it. Karpathy's CVPR keynote explained why Tesla removed radar, not only that it had done so. [3]
Avoid calling a pattern finished too soon
Don't mistake a well-explained pattern for a finished system. Naming an architecture is not the same as making it reliable at scale.
Tesla's vision-only approach was strong enough for federal investigators to close their inquiry in 2026 without finding a lasting hazard. But for 4 years, hundreds of thousands of cars used a design that had been presented as ready in 2021 before it had faced years of real driving data and regulatory review. Copy the discipline of naming a pattern clearly and explaining the reasoning behind it. Do not treat a public explanation as proof that the system is finished. Real-world use provides that evidence later. [3] [7]
Sources
Every numbered claim on this page links to one of these.
- [1] Andrej Karpathy
- [2] Software 2.0
- [3] Tesla AI chief explains why self-driving cars don't need lidar
- [4] karpathy/nanoGPT
- [5] After Tesla and OpenAI, Andrej Karpathy's startup aims to apply AI assistants to education
- [6] OpenAI co-founder Andrej Karpathy joins Anthropic's pre-training team
- [7] Tesla Phantom Braking Investigation Closed by Feds
- [8] Andrej Karpathy's Nano Repos: 120,000 Stars and One Teaching Philosophy
Find your working style
Get your Profile
Get your Profile in about 10 minutes. It is free, and you can use it straight away.
Start the free Assessment