Jeff Dean on why inference hardware is AI's next bottleneck
At Y Combinator's Startup School 2026, Jeff Dean argues that as models commoditize the writing of code, the leverage moves down to the systems layer — specialized low-latency inference hardware and the energy cost of moving data — and up to the human skill of taste in choosing what to build.
Specialize the Silicon for Inference
Just as Google's search index once became small enough to live entirely in RAM, inference is now the workload worth building specialized, low-latency silicon around.
imagine what you could do with something where the latency is, you know, 50x better.
Agents That Run for Days or Weeks
The assumption that agents work for an hour and then stall is already false — with capable models they can run for days or weeks on a single hard problem.
you can get them to run for days or weeks and do really really complicated tasks
The TPU Bet — Specialize Just Enough
A napkin calculation about speech recognition led to a chip that does only low-precision linear algebra, trading generality for 30-to-80x better energy and 20-to-30x lower latency.
if you build a specialized chip for low precision dense linear algebra and can't do anything else that turns out to be really useful for machine learning inference uh even though it can't run Chrome or Word or whatever.
Everything Is an Energy Problem
Doing the math costs about one unit of energy; moving the data to do the math costs a thousand times more, and that single ratio shapes batching, latency, and which products are even possible.
if you didn't have that thousandx difference then you know you wouldn't have to do batching but you have to do batching of you know many examples or maybe many tokens at once in order to amortize that data movement
The Model Is Only One Piece
Progress used to mean a bigger model; now it is everything around the model — tools, retrieval, memory, and the context you hand it — which anyone with an API can build.
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
Aim for 0 Percent, Not 20 Percent
The niches where a small team beats a general model are the ones where today's models fail almost completely, because partial success is a sign the capability is emerging and likely to improve with scale.
if they're completely failing, that's probably a good sign.
AI That Builds AI
When you automate the propose-implement-evaluate loop and make the evaluator fast enough, machine learning, chip design, and science can all start improving themselves.
instead of it taking a night, they made something that was 300,000 times faster.
Taste Is the Scarce Skill
Once agents write all the code, the rare and valuable skill is knowing what to ask them to build — taste, and the clear specifications that carry it.
it's really having incredibly good taste in what you ask your agents to work on