Insight
Jeff Dean: Analog computing loses power advantages at digital boundaries
“I mean, I think there's still a, there's also sort of the more exotic things like analog based computing substrates as opposed to digital ones.
I'm, you know, I think those are super interesting cause they can be potentially low power.
but I think you often …”
Prediction Not checkable as stated
Dean: General AI models will win out over specialized ones
“I mean, I think general models will win out over specialized ones in most cases.”
Insight
Jeff Dean: Capable small models require first building frontier models
“Through distillation, which is a key technique for making the smaller models more capable, you know, you have to have the frontier model in order to then distill it into your smaller model. So it's not like an either or choice. You sort of need that in order t…”
Insight
Jeff Dean: Teacher model logits enable small models to learn from multi-pass training
“One of the key advantages of distillation is that you can have a much smaller model And you can have a very large you know, training data set and you can get utility out of making many passes over that data set because you're now getting the logits from the mu…”
Assertion Supported
Dean: Next-gen Gemini Flash matches or beats prior-gen Gemini Pro
“For multiple Gemini generations now, we've been able to make the sort of flash version of the next generation as good or even substantially better than the previous generations pro, and I think we're gonna keep trying to do that because that seems like a good …”
Insight
Jeff Dean: Low latency is critical as AI shifts to complex multi-token tasks
“Latency is actually a pretty important characteristic for these models, because we're gonna want Models to do much more complicated things that are going to involve, you know, generating many more tokens from when you ask the model to do something until it act…”
Insight
Dean: Scaling quadratic attention cannot reach billion- or trillion-token context windows
“But that's not going to be solved by purely scaling the existing solutions, which are quadratic. So a million tokens kind of pushes what you can do. You're not going to do that to a trillion tokens, let alone, you know, a billion tokens, let alone a trillion.”
Disclosure
Jeff Dean: Gemini was designed to ingest Waymo LIDAR and robotics telemetry
“I think one of the things about Gemini's multimodal aspects is we've always wanted it to be multimodal from the start. And so, you know, that sometimes to people means text and images and video sort of human-like and audio, audio, human-like modalities, but I …”
Insight
Jeff Dean: LLM search funnels trillions of tokens down to 100 documents
“And I think an LLM based system is not going to be that dissimilar, right? You're going to tend to trillions of tokens, but you're going to want to identify, you know, what are the 30,000 ish documents that are with the, you know maybe Thirty million interesti…”
Insight
Jeff Dean: Design systems to scale 5x to 10x, not 100x
“And I think a good design principle is you're going to want to design a system so that the most important characteristics could scale by like factors of five or 10, but probably not beyond that, because often what happens is if you design a system for X and so…”
Insight
Dean: Applying RL to non-verifiable domains would dramatically improve AI models
“How do you get RL to work for non-verifiable domains? I think it's a pretty interesting open problem because I think that would broaden out the capabilities of the models, the improvements that you're seeing in both math and coding if we could apply those to o…”
Insight
Dean: Adding training data for hundreds of languages displaces other model capabilities
“We're always making these kind of you know, trade-offs in the data mix that we train the base Gemini models on. You know, we'd love to include Data from 200 more languages and as much data as we have for those languages. But that's going to displace some other…”
Assertion Supported
Dean: Sparse models offer 10x compute cost efficiency over dense models
“That gave you like a 10 X improvement in, you know, time to quality. Or compute cost to a given quality level relative to non-sparse models.”
Disclosure
Dean: A one-page internal memo sparked the Gemini unification effort
“I actually wrote a one-page memo saying we were being stupid by fragmenting our resources. So in particular at the time we had you know efforts within Google research on and in the brain team in particular on large language models. We also had efforts on multi…”
Prediction Not checkable as stated
Dean: Software development will shift to managing independent AI agent teams
“And so I do think there's going to be more of a style of having lots of independent software agents off doing things on your behalf and figuring out the right sort of human computer interaction model and UI and so on for, When should it interrupt you and say, …”
Insight
Jeff Dean: Crisply specifying requirements will become a critical engineering skill
“And the better you get at interacting with these models, And I think one of the ways people will get better is they will get really good at crisply specifying things rather than leaving things to ambiguity. And that is actually probably not a bad thing. It's n…”
Prediction Open · timeframe Feb 2031
Dean: AI systems will achieve 20x to 50x lower latency
“And I think, you know, in the future we'll see models that are, and underlying software and hardware systems that are 20 x lower latency than what we have today, 50 x lower latency.”
Prediction Not checkable as stated
Dean: Personalized models with full personal context will beat generic models
“A personalized model that knows you and knows all your state and is able to retrieve overall state you have access to that you opt into is going to be incredibly useful compared to a more generic model that doesn't have access to that. So like, can something a…”
Insight
Dean: AI model demand is non-stationary because increased capabilities expand user requests
“I mean, I think that's true if your distribution of what people are asking people the models to do is stationary, right? But I think what often happens is as the models become more capable, people ask them to do more, right?”
Insight
Dean: AI benchmarks above 95% accuracy offer diminishing returns due to data leakage
“I think once it hits kind of 95% or something, you get very diminishing returns from really focusing on that benchmark because it's sort of, it's either the case that you've now achieved that capability or there's also the issue of leakage in public data or ve…”
Assertion Supported
Dean: Single needle-in-a-haystack benchmark is saturated up to 128k context lengths
“As you say that needed single needle in a haystack Benchmark is really saturated for at least context lengths up to one 28 K or something.”
Insight
Dean: Accelerator batching is driven by 1000x SRAM data movement energy costs
“And so, all of a sudden, this is why your accelerators require batching, because if you move, like, say, the parameter of a model from SRAM on the chip into the multiplier unit, that's gonna cost you a thousand PicoTools, so you better make use of that, that t…”
Insight
Jeff Dean: ML chip design requires predicting research workloads 2-6 years out
“As a hardware designer for ML in particular, you're trying to design a chip starting today
And that design might take two years before it even lands in a data center, and then it has to sort of be a reasonable lifetime of the chip to take you three, four, or f…”
Insight
Dean: Memorizing retrievable facts wastes model parameter space
“Having the model devote precious parameter space to remembering obscure facts that could be looked up is actually not the best use of that parameter space, right? Like you might prefer something that is more generally useful in more settings than this obscure …”