@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…

X AI KOLs Timeline News

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.

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 Agents at another small meetup. Karpathy mainly covered four points: 1. In 2016, OpenAI was too early in building agents Back then they tried to use reinforcement learning to build agents that could operate computers, click webpages, and complete tasks—the project was called World of Bits. But the tech stack was immature, basically relying on RL to "bump into rewards," so the results were poor. 2. The correct path at the time was to first build language models He believes it turned out to be right to set aside agents and pivot to building language models. The reason agents are heating up again today is that the underlying tools are completely different: not hard-trained by RL, but a combination of language models, tool calling, memory, planning, and other capabilities. 3. Agents are easy to demo but hard to productize He warns not to be fooled by demos. Autonomous driving and VR are similar examples: it's easy to imagine, easy to build a demo, but turning it into a reliable product may take a decade. The same goes for agents—suitable for long-term investment, not short-term fantasy. 4. Agents need to draw inspiration from human cognitive structures He suggests looking back to neuroscience for inspiration: for instance, the hippocampus corresponds to memory and retrieval; the prefrontal cortex corresponds to planning and reflection; the thalamus/basal ganglia may correspond to multi-module coordination. Language models are just one part; a true agent needs a full set of cognitive tools. His final encouragement: entrepreneurs and hackers working on agents today may truly be standing at the frontier of capabilities. Large model training is already well understood by big labs, but agents are still new—many things have yet to be systematically explored.
Original Article
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:

  1. 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.

  2. 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.

  3. 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.

  4. 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

@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…

X AI KOLs Timeline

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.

@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...

X AI KOLs Timeline

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...

X AI KOLs Timeline

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.