Jeff Dean: The 1% Rule for Building in AI
- 01AI Agents Are Ready for Multi-Week, Multi-Step Tasks
- 02The "1% Rule" for Picking Startup Problems: Only Work on What General Models Fail At Completely
- 03Inference Hardware Specialization Is the Next TPU Moment
- 04The 1000x Energy Gap Between Compute and Data Movement Silently Shapes All of AI
- 05Context Engineering
- 06Automated ML Research Loops Will Recursively Accelerate AI Progress
1. Key Themes
AI Agents Are Ready for Multi-Week, Multi-Step Tasks — Most People Haven't Internalized This Yet
Jeff Dean argues that the mainstream assumption that agents break down after 10-30 steps is outdated. The real frontier is multi-day or multi-week autonomous runs on genuinely complex tasks.
"You're not going to have to run a problem for an hour or two hours on a problem you care about. But for some problem domains and with highly capable models underlying them, you can get them to run for days or weeks and do really, really complicated tasks. And I think that's, you know, starting, some people are starting to see inklings of this, but I don't think everyone has really internalized this. And that's going to be really a pretty big deal." 00:04:49
The "1% Rule" for Picking Startup Problems: Only Work on What General Models Fail At Completely
Dean articulates a precise heuristic for founders: if a frontier model can do even 20% of a task, avoid it — the capability is already embryonic and will be commoditized. The actionable window is zero-to-one-percent success rate territory.
"Look for something where the model succeeds 0% or 1% of the time, not 20%. If they're kind of able to do some of it, but not very well, that's maybe not a great sign because that's probably a sign that the capability is starting to be present in those models. And with more training data or larger scale models or whatever, it's likely to get better." 00:28:28
Inference Hardware Specialization Is the Next TPU Moment
Dean explicitly frames this as the current analog to the 2013 TPU origin story — the napkin math is screaming for specialized inference chips. Latency and energy efficiency from specialization are the key variables, and he is personally focused on this.
"I think there's a lot of room for specializing hardware more for inference than we are today... Just trying to minimize data movement, trying to think about incredibly low precision operations, and maybe not supporting lots and lots of different kinds of precisions. If you feel like you have a good answer for what kinds of precision you need, maybe just build that into the hardware and not much else." 00:14:42
"I think you will see a lot more automation of ML systems themselves... And that latency is really important. And that specialization of the hardware is a really key way you can make things that are more energy efficient and lower latency than more general purpose computational devices like say GPUs or TPUs." 00:01:50
The 1000x Energy Gap Between Compute and Data Movement Silently Shapes All of AI
This is a physical constraint that quietly determines product architecture, batching decisions, and chip design — most founders treat it as a model problem when it is actually a systems constraint.
"The example you raised of 1000x difference in bringing moving data versus actually computing on it in terms of energy is a pretty significant one and it shapes a lot of aspects of what we do in machine learning. Because if you didn't have that 1000x difference, then you know, you wouldn't have to do batching." 00:12:50
Context Engineering — Not Model Scale — Is the Accessible Leverage Point for Founders
The era of moats coming from training compute is giving way to moats from context engineering: retrieval design, tool definitions, skills, and agent orchestration. This is democratically accessible via API.
"The model is really only one piece of what you're trying to do, which is build an overall system that can solve really interesting problems... The nice thing about that is that information is really clear to the model. Unlike the training data the model was trained on, where it's all kind of like trillions of tokens stirred together into a soup of hundreds of billions or trillions of parameters." 00:16:41
Automated ML Research Loops Will Recursively Accelerate AI Progress
Dean's 2027 prediction: AI systems that run their own ML experiments — decomposing problems, iterating automatically, evaluating results — will compress what currently takes large research teams months into much shorter cycles.
"Can we have a model that is able to recursively self improve itself by running lots of experiments?... There's no real impediment to making that be a much more automated loop where the model itself decides it's going to explore... And then they will go run lots of experiments, see which ones work, and those will get incorporated at a much more rapid rate. Effectively, you want to optimize your discoveries per unit of compute input." 00:46:22
Taste — Not Technical Skill — Becomes the Scarcest Resource in an Agent-Native World
Once agents write all the code, the bottleneck becomes the quality of the human directing them. Dean frames this as the new research problem selection skill, elevated to an organizational level.
"It's really having incredibly good taste in what you ask your agents to work on, right?... Most of the battle is what problem are you going to spend your time on? And if you pick the problem well, and you succeed in solving it, that's way better than if you, you know, delightfully execute a research investigation into a rather boring problem. And so that high level wisdom of what to work on, I think is incredibly important. I think models are not necessarily going to be that good at it." 00:34:02
Niche Specialized Models (AlphaFold-Shape Problems) Represent a Durable Founder Opportunity
General models will not win every domain. Where data is proprietary or domain expertise is deep, a narrow model trained specifically for one field can dramatically outperform frontier general models — and the compute required is often affordable.
"If you look at my colleagues' work on AlphaFold, that was a very specific model for protein folding and it was highly successful and was able to really handle that domain quite well... There are other domains where that kind of approach can work really well. Maybe in material science or chip design or things like that." 00:30:55
Personal/Private Data Is the One Remaining "Unorganized" Information Layer
Google has organized the world's public information. The untapped equivalent is personal information — a structural gap that general models cannot close by definition.
"Sometimes it's a product that you build that might have access to particular kind of data that the underlying model might not. So it might be you're building something to help users organize all their own personal information. And the model won't necessarily have access to that. And so there you can have a big advantage." 00:29:04
2. Contrarian Perspectives
The Entire Transistor Industry's Core Assumption May Be Wrong
For 60 years, chip fabrication has optimized for near-zero error rates. Dean proposes the genuinely contrarian thought experiment that embracing unreliable transistors — using distributed-systems-style redundancy at the hardware level — could unlock radically different and more efficient designs.
"What would happen if you tried to build a system out of transistors that might have, you know, 20 errors per day? Rather than one every million years. Right? That would be a very different design point. And might enable you to do really interesting things in the fabrication side of things." 00:38:28
"Signals in our brain are not especially reliable from getting one place to another. And so I think in brains when there are really important things you need to get from one place to another, there are multiple pathways that enable you to sort of do that." 00:39:39
Frontier Models See 1000x More Data Than Humans Yet Are Only On Par — Current ML Approaches Are Deeply Inefficient
Most AI optimism is premised on scaling. Dean points out that the data efficiency gap between humans and models is staggering, implying current paradigms are far from optimal and a fundamentally different algorithmic approach could be transformative.
"Our large scale models today, they probably see 1000 times as much data as a human does by the age of 18. Yet the human by the age of 18 is better in a lot of things and, you know, on par with those frontier models that have seen way more data. So could you come up with much more data efficient systems that can learn continuously learn from their own actions?" 00:55:55
Specification Quality Has Become More Important Now That Humans Hand Off to Agents — Not Less
Conventional wisdom says natural language prompting makes specification easier. Dean argues the opposite: handing off to an agent raises the cost of ambiguity because agents cannot fill gaps the way a smart human colleague would.
"The importance of specifying what it is you want has actually gone up. Because before, you'd be handing it off to a very intelligent human who maybe has context or can ask you follow up questions. And agents can sometimes do that. But I think clear specifications is a really good idea." 00:32:30
Neural Approximations to Simulators Can Be 300,000x Faster and Nearly as Accurate — This Redefines What Scientific Experiments Are Possible
Most scientists treat high-fidelity simulators as necessary infrastructure. Dean's team showed that learned approximations can replace them for screening purposes — turning a 6-month compute endeavor into a lunch-break task.
"They made something that was 300,000 times faster... And nearly as accurate as running the full scale simulator. So now that completely changes how you would do science, right? Because now you have 10 million things to screen, you could do that while you go to lunch rather than it being a six month endeavor." 00:45:16
3. Companies Identified
Google DeepMind / Google
Large-scale AI research and infrastructure organization. Mentioned as the context for virtually all of Dean's work, including TPUs, Gemini models, AlphaFold, AlphaChip, AlphaEvolve, and the MapReduce and Bigtable systems. Cited as setting the benchmark that startups must differentiate against.
"Obviously Google and our Gemini models and our hardware infrastructure are really trying to build very general models that can do almost anything." 00:25:56
Gemini (Flash and Pro models)
Google's frontier model family. Cited specifically as a beneficiary of distillation techniques — the Flash model is distilled from the larger Pro model, producing best-in-class benchmark performance at its size/speed tier.
"We do use it in making our flash models, for example, from our larger scale pro model. That's partly why our flash models, for example, in Gemini are so capable relative to their size and speed." 00:49:11
AlphaFold
Google DeepMind's protein structure prediction model. Held up as the canonical example of a narrow, domain-specific model that dramatically outperforms general models and created an entirely new scientific tool.
"If you look at my colleagues' work on AlphaFold, that was a very specific model for protein folding and it was highly successful and was able to really handle that domain quite well." 00:30:55
AlphaChip / AlphaEvolve
Google DeepMind systems for chip layout and algorithm/solution evolution. Cited as examples of automated propose-implement-evaluate loops being applied to engineering and science.
"AlphaChip lays out chips. Now you also got AlphaEvolve that proposes solutions, evaluates them and keeps all the ones that work. Seems like you're starting to build all these systems that can compound and build AI that builds AI." 00:42:32
4. People Identified
Jeff Dean
Chief Scientist, Google DeepMind. Creator of MapReduce, Bigtable, TensorFlow, TPUs, and a key figure in Gemini development. Mentioned throughout for his track record of identifying 10-100x leverage points before they become obvious, and for co-authoring the distillation paper that is now standard industry practice.
"You built MapReduce, Bigtable, TensorFlow, the TPU, Gemini. We could spend a whole hour on all the things you've done." 00:00:23
Sanjay Ghemawat
Distinguished engineer at Google, longtime collaborator with Jeff Dean. Cited as co-author of the performance hints document and as Dean's partner in the foundational Google infrastructure work including the in-memory search index rewrite and MapReduce.
"Sanjay and I were working a few weeks ago... We have a micro benchmark library we've written at Google... And we wrote a skill that basically taught the model how to do most of those things in various sequences so that it could actually do self improving benchmark measurement... We actually published the document maybe a few months ago called performance hints that Sanjay and I wrote. That's like a 30 page document about various kinds of performance tricks." 00:19:56
Geoffrey Hinton
AI pioneer, Nobel laureate. Cited as co-author (with Dean and Oriol Vinyals) of the 2014 distillation paper that was rejected by EURIP but became foundational to modern model compression.
"In 2014, you with Jeff Hinton and Oriol Vinyals wrote a paper on distillation... And the thing is, this paper got rejected at EURLPs." 00:47:45
Oriol Vinyals
Research scientist at Google DeepMind. Co-authored the distillation paper with Dean and Hinton that was initially rejected but became a cornerstone technique in modern AI.
"In 2014, you with Jeff Hinton and Oriol Vinyals wrote a paper on distillation... Which has to do with taking a big teacher model to train a much smaller and more efficient model that's a lot cheaper to compute." 00:47:45
5. Operating Insights
Encode Your Own Expertise as Agent Skills to Multiply Your Leverage
Dean and Ghemawat didn't just prompt an agent — they wrote a structured skill document that encoded their approach to performance benchmarking step-by-step, so the agent could run the full optimization loop autonomously. This is replicable by any expert in any domain.
"We wrote a skill that basically taught the model how to do most of those things in various sequences so that it could actually do self improving benchmark measurement, code changes, measure the performance improvement, and then iterate on that... It really just is us giving the approach we would use as people to the model in a form that it could use." 00:20:52
The publicly available "performance hints" document is the concrete artifact:
"We actually published the document maybe a few months ago called performance hints that Sanjay and I wrote. That's like a 30 page document about various kinds of performance tricks. And some people have taken that and then given it in summarized form to various models and seen that the model can now get better at reasoning about performance issues in code." 00:21:39
Use Code Translation as a High-Confidence Agent Task to Build Trust in Your Agent Stack
When you want to deploy agents on consequential code work but are uncertain of reliability, start with language-to-language translation. The existing codebase itself is the spec, and tests provide automated verification — giving agents the clearest possible success criteria.
"You can ask today's models to translate software from one computer language to another very effectively. Because in that case, you actually have an incredibly detailed specification. You have the whole software that says what the system is supposed to do... It can sort of take all the tests that are in Python, make sure they pass in the Go version, translate the test to Go, compare behavioral differences between the implementations until there aren't any." 00:32:59
Build Taste Deliberately: Write Predictions, Score Them a Year Later
Dean's specific method for building the judgment to direct agents and pick research problems is a prediction log — write down what you think will matter in the next 12 months, then retrospectively grade your accuracy to calibrate your intuition.
"Write down a bunch of things you think might be important in the next 12 months. And maybe you pick one of them to work on, but go back and evaluate in 12 months of these other things, which ones actually seemed important? Or which ones did other people in the world go out and create? And which ones did not seem to do yet? That can give you a lot more samples for your own sort of taste creation capability." 00:35:52
Use Multi-Agent Search to Extend Agent Reliability Beyond Step 30
The practical fix for agents going off the rails on long tasks is not a better prompt — it is running multiple agents in parallel exploring different solution paths, with a separate evaluator agent pruning the branches that degrade.
"Having multi-agent systems where you have multiple agents trying different approaches and you can evaluate — you have maybe another model or another agent that's evaluating which ones of those seem promising — is another way to kind of search the space of possible solutions... Inference time compute to perform search over plausible ways of solving the problem can get much, much higher performance or much more reliability in long running agent flows." 00:23:40
6. Overlooked Insights
The "Learned Simulator" Business Model: Training Fast Neural Approximations to Expensive Domain Simulators Is an Underexplored Category
Dean described — in a single passing example — a pattern that is actually a replicable startup archetype: take any domain where ground-truth simulation is computationally expensive (chemistry, physics, materials, biology), collect a dataset of simulation inputs and outputs, train a neural approximation, and deliver a tool that is orders of magnitude faster with acceptable accuracy loss. He cited 300,000x speedup in quantum chemistry as a proof point. This pattern has not been widely productized outside of a handful of DeepMind projects, and it applies broadly to any regulated or compute-heavy simulation environment (drug discovery ADMET prediction, structural engineering, climate modeling, semiconductor process simulation).
"My colleagues did some work maybe a decade ago on some problems in quantum chemistry... You can run a very computationally intensive density functional theory simulator, which is something that might take like a night of computation to tell you the answer for one thing. But what my colleagues did was take a bunch of output from those simulation runs... and then use it to train a neural approximation to the simulator. But instead of it taking a night, they made something that was 300,000 times faster. And nearly as accurate as running the full scale simulator. So now that completely changes how you would do science, right? Because now you have 10 million things to screen, you could do that while you go to lunch." 00:44:22
Unreliable Transistors as a Design Philosophy Could Unlock a New Semiconductor Company Category
Dean's thought experiment about building chips from transistors with high error rates — handled via software-level redundancy rather than hardware-level precision manufacturing — was framed as merely speculative. But it points to a concrete investment thesis: fabrication processes that tolerate higher defect rates could be dramatically cheaper to operate or enable new materials (organic semiconductors, biological substrates, neuromorphic designs) that inherently cannot achieve silicon-grade reliability. No one in the semiconductor industry is publicly pursuing this as a product strategy, yet the distributed systems precedent (reliable systems from unreliable parts) is proven at scale. A company building inference hardware from intentionally "sloppy" but cheap-to-manufacture substrates with redundancy baked into the architecture could undercut conventional inference chip economics entirely.
"What would happen if you tried to build a system out of transistors that might have, you know, 20 errors per day? Rather than one every million years. Right? That would be a very different design point... If you want to get a signal from here to there, and you have these super unreliable transistors, you might have very different ways of signaling. You might send it along multiple redundant paths in order to make sure that it gets along one of them." 00:38:28