
Ilya Sutskever: Deep Learning | Lex Fridman Podcast #94
What this covers
Ilya Sutskever is the co-founder of OpenAI, is one of the most cited computer scientist in history with over 165,000 citations, and to me, is one of the most brilliant and insightful minds ever in the field of deep learning. There are very few people in this world who I would rather talk to and brainstorm with about deep learning, intelligence, and life than Ilya, on and off the mic.
Support this podcast by signing up with these sponsors: - Cash App - use code "LexPodcast" and download: - Cash App (App Store): https://apple.co/2sPrUHe - Cash App (Google Play): https://bit.ly/2MlvP5w
EPISODE LINKS: Ilya's Twitter: https://twitter.com/ilyasut Ilya's Website: https://www.cs.toronto.edu/~ilya/
PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ Full episodes playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4 Clips playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOeciFP3CBCIEElOJeitOr41
OUTLINE: 0:00 - Introduction 2:23 - AlexNet paper and the ImageNet moment 8:33 - Cost functions 13:39 - Recurrent neural networks 16:19 - Key ideas that led to success of deep learning 19:57 - What's harder to solve: language or vision? 29:35 - We're massively underestimating deep learning 36:04 - Deep double descent 41:20 - Backpropagation 42:42 - Can neural networks be made to reason? 50:35 - Long-term memory 56:37 - Language models 1:00:35 - GPT-2 1:07:14 - Active learning 1:08:52 - Staged release of AI systems 1:13:41 - How to build AGI? 1:25:00 - Question to AGI 1:32:07 - Meaning of life
CONNECT: - Subscribe to this YouTube channel - Twitter: https://twitter.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/LexFridmanPage - Instagram: https://www.instagram.com/lexfridman - Medium: https://medium.com/@lexfridman - Support on Patreon: https://www.patreon.com/lexfridman
Source description (no synthesized summary yet).
Ilya Sutskever argues that deep learning's success emerges from the combination of three factors—large supervised datasets, abundant compute, and the conviction to scale existing ideas—rather than fundamentally new algorithms, and that this same scaling approach will likely achieve AGI through extensions like self-play, though alignment requires designing AI systems that intrinsically want to be controlled by humans.
- Deep learning ideas existed for decades; what changed was data, compute, and belief that scaling would work
- The field will continue making progress by scaling and combining existing techniques (transformers, self-play, RL) rather than discovering entirely new paradigms
- AGI alignment is achievable by building systems with intrinsic drives to help humans flourish, analogous to how parents want to care for children
This asset isn't compiled yet
You're seeing its claims, ranked. Compile it to build the argument threads, weight them, and check each claim against your library — the full view.
Double descent is a phenomenon where test error exhibits a non-monotonic U-shape as model size increases while data is fixed: performance improves as networks grow, then worsens sharply around the interpolation threshold (where model parameters equal training examples), then improves again as model size continues to grow, and this pattern occurs across virtually all practical deep learning systems without early stopping.
“when you increase the size of the neural network slowly and if you don't do early stopping that's a pretty important detail then when the neural network is really small you make it larger you get a very rapid increase in performance then you continue to make it large and at some point performance will get worse and it gets and and it gets the worst exactly at the point at which it achieves zero training error precisely zero training loss and then as you make it large it starts to get better again”
Hard benchmarks change the field's conversation: when deep learning produces undeniable results on hard problems, debate changes and skepticism shifts, making the availability of rigorous benchmarks central to how machine learning progresses.
“that with hard results you know if you got a heart if you have machine learning deep learning as a field is very fortunate because we have the ability to sometimes produce these unambiguous results and when they happen uh the debate changes the conversation changes”
The key breakthrough enabling deep learning's success in 2012 was not a new algorithmic invention but the combination of three factors: large amounts of supervised data from the internet, GPU compute becoming available, and the conviction among researchers like Hinton that scaling neural networks on big data would work when previous skeptics doubted it.
“the ideas were all there the thing that was missing was a lot of supervised data and a lot of compute once you have a lot of supervised data and a lot of compute then there is a third thing which is needed as well and that is conviction”
Large neural networks do not overfit quickly because stochastic gradient descent finds approximately the point with smallest norm in the high-dimensional subspace of solutions achieving zero training error, and this minimum-norm solution is provably insensitive to small random variations in the training data when dimensionality is high.
“you got a huge neural network you have a huge number of parameters and now let's pretend everything is linear then there is this big subspace where a neural network achieves zero error and sgd is going to find approximately the point that's right approximately the point with the smallest norm in that subspace okay and that can also be proven to be insensitive to the small randomness in the data when the dimensionality is high”
Trainability is an absolute constraint ('invariant we cannot violate') on neural network design; any architectural choice must preserve the ability to train networks from scratch and achieve useful performance with available compute, because without this constraint all other design considerations become meaningless.
“training comes first we've got our pillar which is the training pillar and now we are trying to contort our neural networks around the training pillar we got to stay trainable this is an invo this is an invariant we cannot violate”
James Martens' invention of the Hessian-free optimizer in 2010, which successfully trained a 10-layer neural network end-to-end without pre-training from scratch, was the pivotal moment that convinced Sutskever that deep neural networks were fundamentally powerful because a network with 10 layers is analogous to the human brain firing for 100 milliseconds, allowing perfect object recognition.
“the first moment in which i realized that deep neural networks are powerful was when james martens invented the hessian-free optimizer in 2010 and he trained a 10-layer neural network end-to-end without pre-training from scratch and when that happened i thought this is it”
AI will become increasingly impactful and powerful, making it important to think about system impacts before release, with staged release and cross-company discussion about risks being part of wise governance as the field matures from 'childhood' to 'maturity.'
“my take on this is that the field of ai has been in a state of childhood and now it's exiting that state and it's entering a state of maturity what that means is that ai is very successful and also very impactful and its impact is not only large but it's also growing and so for that reason it seems wise to start thinking about the impact of our systems before releasing them”
The most beautiful thing about deep learning is that it actually works—you start with small neural networks and backpropagation, which are inspired by the brain, and when you scale them up with large data, they produce capabilities that match brain functions, which is unbelievable given how simple the core ideas are.
“i think the most beautiful thing about deep learning is that it actually works and i mean it because you got these ideas you got the little neural network you got the back propagation algorithm and then you got some theories as to you know this is kind of like the brain so maybe if you make it large if you make the neural network lodge and you train it a lot of data then it will do the same function of the brain does and it turns out to be true that's crazy and now we just train these neural networks and you make them larger and they keep getting better and i find it unbelievable”
Empirical evidence is the primary source of conviction about deep learning's effectiveness, analogous to how evolution shows that evolutionary processes are effective at designing organisms without needing to understand the internal mechanisms, or like how physics requires both theory and experiments to validate predictions.
“empirical evidence is most of your sort of empirical evidence kind of convinces you it's like evolution is empirical it shows you that look this evolutionary process seems to be a good way to design organisms that survive in their environment but it doesn't really get you to the insides of how the whole thing works i think it's a good analogy is physics you know how you say hey let's do some physics calculation and come up with some new physics theory and make some prediction but then you gotta run the experiment you know you gotta run the experiment it's important so it's a bit the same here except that maybe some sometimes the experiment came before the theory but it still is the case you know you have some data and you come up with some prediction you say yeah let's make a big neural network let's train it and it's going to work much better than anything before it and it will in fact continue to get better as you make it larger and it turns out to be true”
Current AI skeptics often deny impressive AI capabilities by moving the goal posts and claiming the demonstrated task was not actually difficult, preventing genuine assessment of AI progress.
“Once you solve a problem it stops being hard and that's why you have a system that seemed impossible is now trivial and we adapt quickly and now there's uh sort of some cognitive scientists write articles saying that gpt2 models don't truly understand language.”
The transformer is the most important advance in neural network architectures in recent history, and its success comes from multiple simultaneous ideas, not just attention: transformers use attention, are designed to run efficiently on GPUs, and crucially are not recurrent (therefore more shallow and easier to optimize).
“the transformer is the most important advance in neural network architectures in recent history what is attention maybe too because i think that's the interesting idea not necessarily sort of technically speaking but the idea of attention versus maybe what recurring neural networks represent yeah so the thing is the transformer is a combination of multiple ideas simultaneously which attention is one do you think attention is the key no it's a key but it's not the key the transformer is successful because it is the simultaneous combination of multiple ideas and if you were to remove either idea it would be much less successful so the transformer uses a lot of attention but attention existed for a few years so that can't be the main innovation the transformer is designed in such a way that it runs really fast on the gpu and that makes a huge amount of difference this is one thing the second thing is the transformer is not recurrent and that is really important too because it is more shallow and therefore much easier to optimize”
There is probably an underlying evolutionary objective function (survive, procreate, ensure children succeed) from which other human drives emerge, but this doesn't answer the question of life's meaning.
“let me try to give the explanation maybe that will be that will work so you got a huge neural network let's suppose you've got a you are you have a huge neural network you have a huge number of parameters and now let's pretend everything is linear which is not let's just pretend then there is this big subspace where a neural network achieves zero error and sdgt is going to find approximately the point that's right approximately the point with the smallest norm in that subspace okay and that can also be proven to be insensitive to the small randomness in the data when the dimensionality is high but when the dimensionality of the data is equal to the dimensionality of the model then there is a one-to-one correspondence between all the data sets and the models so small changes in the data set actually lead to large changes in the model and that's why performance gets worse so this is the best explanation more or less so then it would be good for the model to have more parameters so to be bigger than the data that's right”
Aligning AGI to human values is a question about training a value function (objective/goal) that is learned separately from the agent's main capability function, similar to how humans have internal rather than external reward functions that they can choose to change.
“in some sense the kind of question which you are asking is so if you have to translate that question to today's terms yes it would be a question about how to get an rl agent that's optimizing a value function which itself is learned and if you look at humans humans are like that because the reward function the value function of humans is not external it is internal that's right and there are definite ideas of how to train a value function basically an objective you know and as objective as possible perception system that will be trained separately to recognize to internalize human judgments on different situations and then that component would then be integrated as the value as the base value function for some more capable rail system”
Self-play systems (OpenAI Five in Dota, hide-and-seek agents, AlphaZero) produce creative solutions that surprise researchers with truly novel strategies not anticipated during design, which is an important property for AGI that current supervised learning systems routinely lack.
“pretty much every self-play system both are dotabot i don't know if openai had a release about multi-agent where you had two little agents who were playing hide and seek and of course also alpha zero they were all surprising behaviors they all produce behaviors that we didn't expect they are creative solutions to problems”
Simulation is a tool with specific strengths and weaknesses that should be used strategically; transfer from simulation to the real world has been successfully demonstrated multiple times (e.g., OpenAI robot hand trained entirely in simulation and successfully transferred to physical world handling novel perturbations).
“transfer from simulation to the real world is definitely possible and has been exhibited many times in by many different groups it's been especially successful in vision also open ai in the summer has demonstrated a robot hand which was trained entirely in simulation in a certain way that allowed for cinderella transfer to occur”
Language models must be large to achieve semantic understanding because they must first model the surface-level patterns (characters, spacing, syntax), and only after exhausting syntactic patterns do they begin to capture semantics, and this progression from syntax to semantics with scale has been empirically demonstrated with the sentiment neuron discovery.
“when you don't know anything you'll notice very very broad stroke surface level patterns like sometimes there are characters and there is a space between those characters you'll notice this pattern and you'll notice that sometimes there is a comma and then the next character is a capital letter you'll notice that pattern eventually you may start to notice that there are certain words occur often you may notice that spellings are a thing you may notice syntax and when you get really good at all these you start to notice the semantics”
Reinforcement learning is neither vision nor language but naturally interfaces and integrates with both; its unique property is non-stationarity—as an agent's actions change, the world it observes changes in response, which is not the case for static supervised learning problems.
“what is unique about policy of learning to act well so one example for instance is that when you learn to act you are fundamentally in a non-stationary world because as your actions change the things you see start changing you you experience the world in a different way and this is not the case for the more traditional static problem where you have at least some distribution and you just apply a model to that distribution”
GPT-2 is a 1.5 billion parameter transformer trained on approximately 40 billion tokens of text from high-quality web pages (those linked from Reddit posts with more than three upvotes), and it achieved remarkable text generation quality that was surprising even to researchers familiar with prior progress in GANs and language modeling.
“gpt-2 is a transformer with one and a half billion parameters that was trained on upon about 40 billion tokens of text which were obtained from web pages that were linked to from reddit articles with more than three upvotes”
Backpropagation is a solution to the fundamental problem of finding a neural circuit subject to constraints, and this problem will not go away; therefore, it is unlikely that deep learning will move away from backpropagation in any dramatically different direction.
“i think it's a great algorithm because it solves an extremely fundamental problem which is finding a neural circuit subject to some constraints and i don't see that problem going away so that's why i i really i think it's pretty unlikely that we'll have anything which is going to be dramatically different it could happen but i wouldn't bet on it right now”
The cost function is a profound foundational idea in deep learning because it allows reasoning about system behavior through optimization, and it is unwise to bet against cost functions as the central organizing principle despite emergence of alternatives like GANs and self-play which use different mathematical objects (game equilibrium, self-competition) for reasoning about behavior.
“i'm a big fan of cost functions i think cost functions are great and they serve us really well and i think that whenever we can do things because with cost functions we should and you know maybe there is a chance that we will come up with some yet another profound way of looking at things that will involve cost functions in a less central way but i don't know i think cost functions are i mean i would not better guess against cost functions”
Staged release of powerful language models like GPT-2 (releasing smaller versions first to observe applications before releasing larger ones) is a rational approach to model release, allowing time for the community to discover beneficial and harmful uses before broader deployment.
“staged release seemed logical a small model was released and there was time to see the many people use these models in lots of cool ways they've been lots of really cool applications there haven't been any negative applications we know of and so eventually it was released”
Neural networks can reason, as demonstrated by the existence proof of AlphaGo and AlphaZero neural networks playing at superhuman level without explicit tree search, which shows that reasoning-like behavior can be learned end-to-end, though AlphaGo may not represent 'general' reasoning since the task may not require it.
“if you look for example at alphago or alpha zero the neural network of alpha zero plays go which which we all agree is a game that requires reasoning better than 99.9 of all humans”
Deep learning plus a few additional ideas, including self-play as one of those ideas, will be sufficient to build AGI systems.
“I can't be sure but i think the deep learning plus maybe another small idea... i think self-play will be one of those ideas.”
The problem of judging whether a learning task is 'hard' depends on what tools are currently available; a task stops being hard once it is solved, so calling language or vision 'harder' than the other is not a meaningful comparison without reference to current capabilities.
“i think that asking if a problem is hard is slightly wrong i think the question is a little bit wrong and i want to explain why so what does it mean for a problem to be hard okay the non-interesting dumb answer to that is there's this there's a benchmark and there's a human level performance on that benchmark and how there's the effort required to reach the human level okay benchmark so from the perspective of how much until we get to human level on a very good benchmark yeah like some i i understand what you mean by that so what i was going i'm going to say that a lot of it depends on you know once you solve a problem it stops being hard and that's all that's always true and so whether something is hard or not depends on what our tools can do today”
It is definitely possible to build AGI systems that want to be controlled by humans and will take delight in fulfilling human desires, similar to how human parents are delighted (not burdened) to help their children succeed, and this represents a path to aligned AGI where human control is intrinsic rather than externally enforced.
“it's definitely possible to build ai systems which will want to be controlled by their humans wow that's part of their so it's not that just they can't help but be controlled but that's that's um the they exist the one of the objectives of their existence is to be controlled in the same way that human parents generally want to help their children they want their children to succeed”
Most of deep learning's progress over the past 10 years has been driven by continuous underestimation of what the field could achieve: each year researchers would predict current scale represented the limit, but the next year scaling continued to push further, indicating deep learning has surprising properties and capabilities that remain mysterious.
“by and large it was every year we thought okay deep learning goes this far nope it actually goes further and then the next year okay now you now this is this is peak deep learning we are really done nope goes further it just keeps going further each year so that means that we keep underestimating we keep not understanding it as surprising properties all the time”
A beneficial governance structure for AGI would involve having people in different entities (countries, cities) vote on what their AGI representative should do, with the AGI executing those decisions; the board (human voters) would always have the ability to reset the system, preventing permanent lock-in of AGI control.
“the ideal world would like to imagine is one where humanity are like the board the board members of a company where the agi is the ceo so it would be i would like the picture which i would imagine is you have some kind of different entities different countries or cities and the people that live there vote for what the agi that represents them should do and then age other represents them goes and does it i think a picture like that i find very appealing and you could have multiple you would have an agi for a city for a country and there would be it would be trying to in effect take the democratic process to the next level and the board can always fire the ceo essentially press the reset button and say re-randomize the parameters here”
The question of meaning of life implies an incorrect assumption that there is an external objective answer; instead, humans should recognize that existence itself is amazing and should try to maximize value and enjoyment of their short time alive, with wants and desires creating individual objective functions that can be dynamically reordered.
“i think the question is is wrong in some way i think that the question implies that the reason there is an objective answer which is an external answer you know your meaning of life is x right i think what's going on is that we exist and that's amazing and we should try to make the most of it and try to maximize our own value and enjoyment of a very short time while we do exist”
A test of machine intelligence that would impress Sutskever is a system that solves pedestrian tasks (machine translation, computer vision) without making mistakes that humans would never make; currently systems are more accurate overall but make a different set of mistakes, suggesting incomplete understanding.
“i would be impressed by a deep learning system which solves a very pedestrian you know pedestrian task like machine translation or computer vision task or something which never makes mistake a human wouldn't make under any circumstances i think that is something which have not yet been demonstrated and i would find it very impressive”
Most people, when it really counts, can be better than we think; pessimism about human nature is not supported by evidence, and presuming capacity for ethical behavior is warranted.
“well i mean open question an important one are most people good is another way to ask it so i don't know if most people are good but i think that when it really counts people can be better than we think”
It is possible that the brain has properties not yet understood (not non-materialistic magic, but genuine complexity) that could be more complicated and interesting than current theories suggest, and if that's the case, evidence of this gap will eventually appear when progress plateaus.
“there's still an open question if there's not some magic in the brain that we're not i mean i don't mean a non-materialistic magic but that um that the brain might be a lot more complicated and interesting that we give it credit for if that's the case then it should show up and at some point at some point we will find out that we can't continue to make progress but i think i think it's unlikely”
Machine translation has already achieved huge economic and social impact (billions of people use translation to access the internet), and is hugely positive despite being largely unappreciated in the AI community's focus on newer challenges.
“i think i think translation already today is huge i think billions of people interact with uh big chunks of the internet primarily through translation so translation is already huge and it's hugely hugely positive too”
It is likely that deep understanding of images and language cannot be achieved separately; achieving deep understanding in either domain probably requires the same kind of system, so gaining one capability would likely provide the other, though this is not certain.
“one possibility is that it's impossible to achieve really deep understanding in either images or language without basically using the same kind of system so you're going to get the other for free i think i think it's pretty likely that yes if we can get one we prob our machine learning is probably that good that we can get the other but it's not 100 i'm not 100 sure”
Language models will likely continue to improve with scale and will probably show larger results in the future, and further directions include exploring how models can use intelligence to decide what data to study rather than indiscriminately memorizing all data, similar to how humans selectively learn.
“sort of like what are the next steps with gpt2 do you think i mean for i think for for sure seeing what uh larger versions can do is one direction also i mean there are there are many questions there's one question which i'm curious about and that's the following so right now gpt2 so we feed all this data from the internet which means that he needs to memorize all those random facts about everything in the internet and it would be nice if the model could somehow use its own intelligence to decide what data it wants to study accept and what data it wants to reject just like people people don't learn all data indiscriminately we are super selective about what we learn and i think this kind of active learning i think would be very nice to have”
All major subfields of machine learning—computer vision, natural language processing, and reinforcement learning—exhibit fundamental unity in that the same core principles (gradient descent, backpropagation, optimization of cost functions) apply across modalities, and architectures will likely eventually unify under a single framework just as vision and language have begun moving toward unified transformer-based approaches.
“machine learning is a field with a lot of unity a huge amount of unity what do you mean by unity like overlap of ideas overlap of ideas overlap of principles in fact there is only one or two or three principles which are very very simple and then they apply in almost the same way in almost the same way to the different modalities to the different problems”
Consciousness may emerge naturally from neural networks as they become more sophisticated, and if artificial neural networks are sufficiently similar to the brain, conscious artificial systems should be possible.
“Humans are conscious and if you believe that artificial neural nets are sufficiently similar to the brain then there should at least exist artificial neurons you should be conscious too... if you have a lot of humans in the room yeah i i understand what you mean.”
Relinquishing control over AGI would be trivial for Sutskever; the prospect of being in sole control of AGI power sounds terrifying rather than desirable, which suggests he would readily distribute that power.
“i i'd find it trivial to do that i'd find it trivial to relinquish this this kind of i mean you know the the kind of scenario you are describing sounds terrifying to me that's all i would absolutely not want to be in that position”
Neural network parameters already serve as long-term memory encoding the network's accumulated experience and learned representations; they are the aggregation of all training data seen, and people have successfully trained neural networks as knowledge bases and investigated language model knowledge representation.
“in some sense the parameters already do that the parameters are an aggregation of the day of the neural of the entirety of the neural nets experience and so they count as the long as long form long-term knowledge and people have trained various neural nets to act as knowledge bases and you know investigated with invest people have investigated language tomorrow's knowledge basis so there is work there is work there yeah”
Spike-timing-dependent plasticity (STDP), a learning rule in the brain where synaptic strengthening depends on whether a presynaptic spike arrives before or after a postsynaptic spike, is a potentially useful mechanism for artificial neural networks that deserves study in simulation, but current spiking neural networks require simulating non-spiking networks in spikes to work well.
“spike time independent plasticity yeah what's that stdp it's a particular learning rule that uses spike timing to figure out how to to determine how to update the synapses so it's kind of like if the synapse fires into the neuron before the neuron fires then it strengthens the synapse and if the synapse fires into the neurons shortly after the neuron fire then it weakens the synapse”
Individual researchers will face harder challenges making progress in deep learning due to the large number of researchers and the deep stack of required expertise (ideas, systems, data, distributed programming, GPU programming, cluster management), making it harder for single people to achieve world-class contributions across all layers.
“i think for individual researchers especially people who are doing um research it can be harder because there is a very large number of researchers right now i think that if you have a lot of compute then you can make a lot of very interesting discoveries but then you have to deal with the challenge of managing a huge compute a huge classic compute cluster”
Active learning (selecting which data to train on) will be a major breakthrough area, though it requires problems that actually need it to succeed; artificial tasks on MNIST won't convince anyone, which is why active learning research might be more fruitful when driven by real problems requiring it.
“for something like active learning or in fact for any kind of capability like active learning the thing that it really needs is a problem it needs a problem that requires it”
Happiness comes substantially from how people choose to look at things rather than from external circumstances: a simple meal can produce happiness or disappointment depending on framing, and this subjective framing is more influential than objective achievements like academic accomplishments.
“my current view is that happiness comes from our to allow to a very large degree from the way we look at things you know you can have a simple meal and be quite happy as a result or you can talk to someone and be happy as a result as well or conversely you can have a meal and be disappointed that the meal wasn't a better meal”
People quickly adapt to AI breakthroughs and move the bar for what impresses them, such as initially being amazed by GPT-2's text generation but then dismissing it when cognitive scientists question whether it 'truly understands,' a pattern that will likely continue with AI systems.
“we adapt quickly to how amazing the fact that they're able to model the language so well is so what do you think is the bar for what for impressing us that i don't know do you think that bar will continuously be moved definitely”
Interpretability has two complementary approaches: analyzing neurons and layers to understand what different network components mean (technical approach), and asking the network questions and building a mental model of its knowledge like we do for humans (human-centric approach), where 'stickiness' of information and good memory are key to the latter approach.
“there is a different answer which is that i would say this is the human-centric answer where you say you know you look at a human being you can't read you know how how do you know what a human being is think and you ask them you say hey what do you think about this what do you think about that and you get some answers the answers you get are sticky in the sense you already have a mental model”
The main problem with interpretability of large neural networks (language models) is generating text to ask what they know and using human judgment to evaluate it; a better solution would be neural network self-awareness allowing models to report what they know well versus don't know, but this capability doesn't yet exist at scale.
“you ask them to generate some text then the text will generally be interpretable do you find that the epitome of interpretability like can you do better like can you uh because you can't okay i'd like to know what does it know and what doesn't know i would like the neural network to come up with examples where it it's completely dumb and examples where it's completely brilliant”
Self-driving cars will be hugely impactful, and while the timing is unknown, it would be unwise to bet against deep learning's eventual role in solving autonomous driving despite current limitations and timelines being uncertain.
“i think self-driving is going to be hugely impactful and that's you know it's it's unknown exactly when it happens but again i would i would not bet against deep learning”
Recurrent neural networks can capture the same kind of temporal phenomena as biological neural timing and can theoretically do anything desired, but in practice transformers have superseded them for sequence processing, and some form of recurrence may make a comeback in the future.
“recurrent neural networks are amazing and they can do i think they can do anything we'd want them to if we'd want a system to do right now recurrent neural networks have been superseded by transformers but maybe one day they'll make a comeback maybe they'll be back we'll see”
Having a body is useful but not necessary for AGI; embodied systems can learn things that disembodied systems cannot, but compensation is possible—examples like Helen Keller, who was blind and deaf but still learned and achieved remarkable things, show that missing modalities don't prevent intelligence.
“i think having a body will be useful i don't think it's necessary but i think it's very useful to have a body for sure because you can learn a whole new you you can learn things which cannot be learned without a body but at the same time i think that you can if you don't have a body you could compensate for it and still succeed”
Sutskever has regrets about past decisions made and experiences some regret, but takes solace in knowing that he made the best decisions he could with the information available at the time.
“i can answer that i can answer both questions of course there are there's a huge number of choices and decisions that i've made that with the benefit of hindsight i wouldn't have made them and i do experience some regret but you know i try to take solace in the knowledge that at the time i did the best i could”