@Michaelzsguo: Silicon Valley has no shortage of parties. Not the eat-and-drink kind, but gatherings for technical exchange and sharing. Just now, Andrej Karpathy shared his years of experience with AI Agents at another small meetup. Karpathy mainly covered four points: 1. In 2016, OpenAI was too early in building agents…
Summary
Andrej Karpathy shared his years of experience with AI Agents at a Silicon Valley tech meetup, including that early OpenAI attempts were premature, the language model path was the right approach, agents are easy to demo but hard to productize, and that human cognitive structures should be leveraged as inspiration.
View Cached Full Text
Cached at: 07/05/26, 08:37 PM
There are quite a few parties in Silicon Valley. Not the kind for eating, drinking, and having fun, but gatherings for sharing technical insights. Just recently, Andrej Karpathy shared his experiences with agents over the past few years at another small meetup.
Karpathy mainly covered four points:
-
In 2016, OpenAI was too early for agents At that time, they tried to use reinforcement learning to build agents that could operate computers, click on web pages, and complete tasks, in a project called World of Bits. But the tech stack was immature, and they basically had to rely on RL to “bump into rewards,” so the results were poor.
-
The right approach back then was to build language models first He believes that later developments proved it was correct to set aside agents and focus on building language models. Today, agents are heating up again because the underlying tools are completely different: instead of hard-training with RL, we now combine language models, tool calling, memory, planning, and other capabilities.
-
Agents are easy to demo but hard to productize He warned people not to be fooled by demos. Autonomous driving and VR are similar examples: it’s easy to imagine, easy to make a demo, but turning it into a reliable product may take a decade. The same goes for agents — they are suitable for long-term investment, not short-term fantasies.
-
Agents need to draw inspiration from human cognitive structures He mentioned that we can find inspiration again from neuroscience — for example, the hippocampus corresponds to memory and retrieval, the prefrontal cortex corresponds to planning and reflection, and the thalamus/basal ganglia may correspond to multi-module coordination. Language models are just one part; a true agent requires a full set of cognitive tools.
Finally, his encouragement is: entrepreneurs and hackers working on agents now are really at the frontier of capability. Large labs have thoroughly explored large model training, but agents are still new, and many things have yet to be systematically explored.
Similar Articles
@0xchromium: Andrej Karpathy spent 2h showing how he actually uses AI day to day he's a co-founder of OpenAI and led AI at Tesla, so…
Andrej Karpathy, co-founder of OpenAI and former AI lead at Tesla, demonstrated his practical AI workflow over two hours, emphasizing simple natural language instructions and incremental nudges rather than complex engineering.
@Ryrenz: At the Sequoia AI Conference, Karpathy talked for nearly 30 minutes, thoroughly explaining the dramatic changes in programming paradigm over the past few months. From the framework of "Software 1.0/2.0/3.0" to the hair-raising example in the MenuGen project: "a neural network directly renders images into menu pixels". Also "jagged intelligence" (ja…
At the Sequoia AI Conference, Karpathy spent nearly 30 minutes in-depth sharing the dramatic changes in programming paradigm, including concepts like Software 1.0/2.0/3.0 framework, vibe coding, jagged intelligence, etc., and provided practical advice for founders.
@0xCodila: Anthropic's Andrej Karpathy as Google intern and Stanford student: "At Google I work on AI i don't fully understand it,…
A vlog about Andrej Karpathy's journey from Google intern to founder of AI-defining projects like Tesla Autopilot, OpenAI, and Claude, emphasizing the value of working on things you don't yet understand.
@runes_leo: At Sequoia Ascent on 4/30, Karpathy compressed this year’s most valuable explanation of AI into three core arguments. You’ll see AI differently after reading this. 1. AI Isn’t Just “Faster,” It’s a New Paradigm For the past two years, the narrative has been that AI speeds things up. Karpathy says this is a misunderstanding...
This article summarizes Karpathy’s core points at the Sequoia Ascent conference, highlighting that AI is a paradigm shift restructuring workflows rather than merely an acceleration tool. It introduces the concept of a "jagged edge" for model capabilities based on verifiability and economic viability, and predicts that future software will evolve into an agent-native architecture where LLMs serve as the logic layer and traditional code functions as sensors and actuators.
@WSInsights: A 25-year-old podcast host over the past two years has interviewed the key figures from top AI labs like OpenAI, Anthropic, and DeepMind. Karpathy, Hassabis, Dario Amodei, Ilya Sutskever — all the big names in the field...
25-year-old podcast host Dwarkesh Patel has interviewed key figures from top AI labs including OpenAI, Anthropic, and DeepMind, such as Karpathy, Hassabis, Dario Amodei, and Ilya Sutskever. He publicly shared his AI-assisted "one-week preparation" workflow: having AI列出必读资料, tracking gaps in understanding, using AI to map out the full landscape, and implementing the code himself. Time magazine included him in the "AI 100" list for 2024.