Essentials: Machines, Creativity & Love | Dr. Lex Fridman - podcast episode cover

Essentials: Machines, Creativity & Love | Dr. Lex Fridman

May 29, 202549 min
--:--
--:--
Listen in podcast apps:
Metacast
Spotify
Youtube
RSS

Summary

Dr. Lex Fridman joins to explore the nuances of artificial intelligence, distinguishing between machine learning, deep learning, supervised, and self-supervised techniques. They discuss real-world applications like Tesla Autopilot and the complex dynamics of human-robot interaction. The conversation delves into the potential for robots as companions, the emotional depth of such relationships, power dynamics, and even the concept of robot rights. Finally, they reflect on the deep bonds with animal companions and the experience of loss.

Episode description

In this Huberman Lab Essentials episode my guest is Lex Fridman, PhD, a research scientist at the Massachusetts Institute of Technology (MIT), an expert in robotics and host of the Lex Fridman Podcast. We discuss the development of artificial intelligence through machine learning, deep learning and self-supervised techniques. We also examine the growing significance of interactions between humans and robots, including their potential for companionship and emotional connection. This episode explores how AI is shifting from a technical tool into something that could reshape human relationships, emotions and society. Read the episode show notes at hubermanlab.com. Thank you to our sponsors AG1: https://drinkag1.com/huberman Maui Nui: https://mauinui.com/huberman Function: https://functionhealth.com/huberman David: https://davidprotein.com/huberman Timestamps 00:00:00 Lex Fridman; Artificial Intelligence (AI), Machine Learning, Deep Learning 00:02:23 Supervised vs Self-Supervised Learning, Self-Play Mechanism 00:09:06 Tesla Autopilot, Autonomous Driving, Robot & Human Interaction 00:14:26 Sponsors: AG1 & Maui Nui 00:17:47 Human & Robot Relationship, Loneliness, Time 00:22:38 Authenticity, Robot Companion, Emotions 00:27:55 Robot & Human Relationship, Manipulation, Rights 00:32:12 Sponsors: Function & David 00:35:14 Dogs, Homer, Companion, Cancer, Death 00:40:04 Dogs, Costello, Decline, Joy, Loss 00:47:31 Closing Disclaimer & Disclosures Learn more about your ad choices. Visit megaphone.fm/adchoices

Transcript

Welcome to Huberman Lab Essentials, where we revisit past episodes for the most potent and actionable science-based tools for mental health, physical health, and performance. And now, my conversation with Dr. Lex Friedman. We meet again. I have a question that I think is on a lot of people's minds or ought to be on a lot of people's minds. What is artificial intelligence? And how is it different from things like machine learning and robotics?

think of artificial intelligence first as a big philosophical thing it's our longing to create other intelligence systems perhaps systems more powerful than us At the more narrow level, I think it's also a set of tools that are computational mathematical tools to automate different tasks. and then also it's our attempt to understand our own mind. So build systems that exhibit some intelligent behavior in order to understand what is intelligence in our own selves.

So all those things are true. Of course, what AI really means is a community as a set of researchers and engineers. It's a set of tools, a set of computational techniques that allow you to solve various problems. There's a long history that approaches the problem from different perspectives. What's always been throughout one of the threads, one of the communities.

goes under the flag of machine learning, which is emphasizing in the AI space the task of learning. How do you make a machine that knows very little in the beginning? follow some kind of process and learns to become better and better at a particular task. what's been most Very effective in the recent about 15 years is a set of techniques that fall under the flag of deep learning that utilize neural networks. It's a network of these little basic computational units called neurons.

artificial neurons, and these architectures have an input and output. They know nothing in the beginning, and they're tasked with learning something interesting. What that something interesting is usually involves a particular task. Да...

There's a lot of ways to talk about this and break this down. One of them is how much human supervision is required to teach this thing. So supervised learning, this broad category, is the neural network knows nothing in the beginning and then it's given a bunch of examples In computer vision, that would be examples of cats, dogs, cars, traffic signs, and then you're given the image and you're given the ground truth of what's in that image.

And when you get a large database of such image examples where you know the truth, the neural network is able to learn by example. That's called supervised learning. There's a lot of fascinating questions within that, which is how do you provide the truth when you're given an image of a cat? How do you provide to the computer?

that this image contains a cat? Do you just say the entire image is a picture of a cat? Do you do what's very commonly been done, which is a bounding box? You have a very crude box around the cat's face. saying this is a cat do you do semantic segmentation mind you this is a 2d image of a cat so it's not a

The computer knows nothing about our three-dimensional world. It's just looking at a set of pixels. So, semantic segmentation is drawing a nice, very crisp outline around the cat and saying, that's a cat. That's really difficult to provide that truth. And one of the fundamental open questions in computer vision is, is that even a good representation of the truth?

Now, there's another contrasting set of ideas, their attention, their overlapping is what's used to be called unsupervised learning, what's commonly now called self-supervised learning. which is trying to get less and less human supervision into the task. So self-supervised learning is more... It's been very successful in the domain of language models, natural language processing, and now more and more is being successful in computer vision tasks.

The idea there is let the machine, without any ground truth annotation, just look at pictures on the internet or look at text on the internet and try to learn something. generalizable about the ideas that are at the core of language or at the core of vision. And based on that, We humans at its best like to call that common sense. So we have this giant base of knowledge

on top of which we build more sophisticated knowledge, but we have this kind of common sense knowledge. And so the idea with self-supervised learning is to build this common sense knowledge about What are the fundamental visual ideas that make up a cat and a dog and all those kinds of things without ever having human supervision? The dream there is, You just let an AI system that's... self-supervised, run around the internet for a while, watch YouTube videos for millions and millions of hours.

and without any supervision, be primed and ready to actually learn with very few examples once the human is able to show up. We think of... children in this way human children is your parents only give one or two examples to teach a concept The dream of self-supervised learning is that would be the same with machines. That they would watch millions of hours of YouTube videos and then come to a human and be able to understand when the human shows them, this is a cat.

Remember, this is a cat. They will understand that a cat is not just a thing with pointy ears. or a cat is a thing that's orange or it's furry, they'll see something more fundamental that we humans might not actually be able to introspect and understand. Like if I asked you what makes a cat versus a dog, you would probably not be able to answer that.

But if I showed you, brought to you a cat and a dog, you'll be able to tell the difference. What are the ideas that your brain uses to make that difference? That's the whole dream of self-supervised learning is they will be able to learn that on its own, that set of common sense knowledge that's able to tell the difference. And then there's like a lot of incredible uses of self-supervised learning. very weirdly called self-play mechanism. That's the mechanism behind the

the reinforcement learning successes of the systems that won at Go, at AlphaZero, that won at chess. Oh, I see. That play games. That play games. Got it. So the idea of self-play. This probably applies to other domains than just games, is a system that just plays against itself. And this is fascinating in all kinds of domains, but it knows nothing in the beginning. And the whole idea is it creates a bunch of mutations of itself.

and plays against those versions of itself. And then... through this process of interacting with systems just a little better than you, you start following this process where everybody starts getting better and better and better and better until you are several orders of magnitude better than the world champion in chess, for example. and it's fascinating because it's like a runaway system.

One of the most terrifying and exciting things that David Silver, the creator of AlphaGo and AlphaZero, one of the leaders of the team, said to me is they haven't found the ceiling. for alpha zero. meaning it could just arbitrarily keep improving now in the realm of chess that doesn't matter to us that it's like

it just ran away with the game of chess. It's just so much better than humans. But the question is, if you can create that in the realm that does have a bigger, deeper effect on human beings, on societies, That can be a terrifying process. To me, it's an exciting process if you supervise it correctly. If you inject what's called value alignment. You make sure that the goals that the AI is optimizing is aligned with human beings and human societies.

There's a lot of fascinating things to talk about within the, uh, specifics of neural networks and all the problems that people are working on. But I would say the really big exciting one is self-supervised learning. We're trying to get less and less human supervision. less and less human supervision of neural networks. And also, just a comment, and I'll shut up.

No, please keep going. I'm learning. I have questions, but I'm learning, so please keep going. So to me, what's exciting is not the theory. It's always the application. One of the most exciting applications of artificial intelligence specifically neural networks and machine learning, is Tesla Autopilot. So these are systems that are working in the real world.

This isn't an academic exercise. This is human lives at stake. Even though it's called FSD, full self-driving, it is currently not fully autonomous, meaning human supervision is required. So a human is tasked with overseeing the systems. In fact, liability-wise, the human is always responsible. This is a human factor psychology question, which is fascinating. I'm fascinated by the whole space

which is a whole other space of human-robot interaction, when AI systems and humans work together to accomplish tasks. That dance, to me, is one of the smaller communities, but I think it will be one of the most important open problems once they're solved is how do humans and robots dance together. To me, semi-autonomous driving is one of those spaces. So for Elon, for example, he doesn't see it that way. He sees semi-autonomous driving as a stepping stone towards fully autonomous driving.

Humans and robots can't dance well together. Like humans and humans dance and robots and robots dance. Like we need to, this is an engineering problem. We need to design a perfect robot. that solves this problem. To me forever, maybe this is not the case with driving, but the world is going to be full of problems where it's always humans and robots have to interact. Because I think robots will always be flawed, just like humans are going to be flawed, are flawed.

And that's what makes life beautiful, that they're flawed. That's where learning happens, at the edge of your capabilities. So you always have to figure out how can flawed robots and flawed humans interact together such that the sum is bigger than the whole. as opposed to focusing on just building the perfect robot. So that's one of the most exciting applications, I would say, of artificial intelligence to me, is autonomous driving and semi-autonomous driving.

And that's a really good example of machine learning because those systems are constantly learning. And there's a process there that maybe I can comment on. And Andre Karpathy, who's the head of Autopilot, calls it the data engine. And this process applies for a lot of machine learning, which is you build a system that's pretty good at doing stuff,

You send it out into the real world. It starts doing the stuff and then it runs into what are called edge cases, like failure cases, where it screws up. We do this as kids. We do this as adults. We do this as adults. Exactly. But we learn really quickly. But the whole point, and this is the fascinating thing about driving, is you realize there's millions of edge cases.

There's just like weird situations that you did not expect. And so the data engine processes, you collect those edge cases and then you go back to the drawing board and learn from them. And so you have to create this data pipeline where all these cars, hundreds of thousands of cars are just driving around and something weird happens. And so whenever... this weird detector fires. It's another important concept. That piece of data goes back to the mothership.

for the retraining of the system. And through this data engine process, it keeps improving and getting better and better and better and better. So basically, you send out pretty clever AI systems out into the world. let it find the edge cases. Let it screw up just enough to figure out where the edge cases are and then go back

and learn from them, and then send out that new version, and keep updating that version. One of the fascinating things about humans is we figure out objective functions for ourselves. It's the meaning of life. Like why the hell are we here? and a machine currently has to have a hard-coded statement about why. It has to have a meaning of artificial intelligence-based life. If you want a machine to be able to be good at stuff, it has to be given very clear.

statements of what good stuff means. That's one of the challenges of artificial intelligence is in order to solve a problem you have to formalize it and you have to provide both like the full sensory information, you have to be very clear about what is the data that's being collected, and you have to also be clear about the objective function. What is the goal that you're trying to reach? Ultimately, currently,

There has to be a formal objective function. Now you could argue that humans also has a set of objective functions. We're trying to optimize. We're just not able to introspect them. Yeah, we don't actually know what we're looking for and seeking and doing. As many of you know, I've been taking AG1 daily for more than 13 years. However, I've now found an even better vitamin-mineral probiotic drink. That new and better drink is The new and improved AG1, which just launched this month.

This next-gen formula from AG1 is a more advanced, clinically backed version of the product that I've been taking daily for years. It includes new bioavailable nutrients and enhanced probiotics. The next-gen formula is based on exciting new research on the effects of probiotics on the gut microbiome.

and it now includes several specific clinically studied probiotic strains that have been shown to support both digestive health and immune system health, as well as to improve bowel regularity and to reduce bloating. As someone who's been involved in research science for more than three decades, and in health and fitness for equally as long, I'm constantly looking for the best tools to improve my mental health, physical health, and performance.

I discovered and started taking AJ1 way back in 2012, long before I ever had a podcast, and I've been taking it every day since. I find that it greatly improves all aspects of my health. I just feel so much better when I take it. But with each passing year, and by the way, I'm turning 50 this September, I continue to feel better and better. And I attribute a lot of that to AG1. AG1 uses the highest quality ingredients and the right combinations.

and they're constantly improving their formulas without increasing the cost. So I'm honored to have them as a sponsor of this podcast. If you'd like to try AG1, you can go to drinkag1.com slash Huberman to claim a special offer. Right now, AG1 is giving away an AG1 welcome kit with five free travel packs and a free bottle of vitamin D3 K2. Again, go to drinkag1.com slash Huberman to claim the special welcome kit with five free travel packs.

and a free bottle of vitamin D3, K2. Today's episode is also brought to us by Maui Nui Venison. Maui Nui venison is the most nutrient-dense and delicious red meat available. It's also ethically sourced. Maui Nui hunts and harvest wild access deer on the island of Maui. This solves the problem of managing an invasive species while also creating an extraordinary source of protein. As I've discussed on this podcast before,

most people should aim for getting one gram of quality protein per pound of body weight each day. This allows for optimal muscle protein synthesis while also helping to reduce appetite and support proper metabolic health. Given Maui Nui's exceptional protein to calorie ratio, This protein target is achievable without having to eat too many calories.

Their venison delivers 21 grams of protein with only 107 grams per serving, which is an ideal ratio for those of us concerned with maintaining or increasing muscle mass while supporting metabolic health. They have venison steaks, ground venison, and venison bone broth. I personally love all of them.

In fact, I probably eat a Maui Nui venison burger pretty much every day. And if I don't do that, I eat one of their steaks. And sometimes I also consume their bone broth. And if you're on the go, they have Maui Nui venison sticks, which have 10 grams of protein per stick. with just 55 calories. I eat at least one of those a day to meet my protein requirements. Right now, Maui Nui is offering Huberman Podcast listeners a limited collection of my favorite cuts and products.

It's perfect for anyone looking to improve their diet with delicious, high-quality protein. Supplies are limited, so go to mauinuivenison.com slash huberman to get access to this high-quality meat today. Again, that's mauinuivenison.com slash huberman.

Does interacting with a robot change you? In other words, do we develop relationships to robots? I believe that most people have... a notion of loneliness in them that we haven't discovered that we haven't explored I should say And I see AI systems as helping us explore that so that we can become better humans, better people towards each other.

So I think that connection between human and AI, human and robot, is not only possible, but will help us understand ourselves in ways that are like several orders of magnitude deeper than we ever could have imagined. So when I think about human relationships, I don't always break them down into variables, but we could explore a few of those variables and see how they map to human-robot relationships.

One is just time. If you spend zero time with another person at all in cyberspace or on the phone or in person, you essentially have no relationship to them. If you spend a lot of time, you have a relationship. This is obvious, but I guess one variable would be time. How much time you spend with the other entity, robot or human. The other would be wins and successes. You know, you enjoy successes together. The other would be failures when you struggle with somebody.

You know, when you struggle with somebody, you grow closer. So I've never conceptualized robot human interactions this way. So tell me more about how this might look. Are we thinking about a human appearing robot? What is the ideal human-robot relationship? So there's a lot to be said here, but you actually pinpointed one of the big, big first steps, which is I said you have time

I think that time element, forget everything else, just sharing moments together, that changes everything. I believe that changes everything. There's specific things that are more in terms of systems that I can explain you. It's more technical and probably a little bit offline because I have kind of wild ideas how that can revolutionize social networks.

and operating systems but the point is that element alone forget all the other things we're talking about you like emotions saying no all that just remember sharing moments together would change everything We don't currently have systems that share moments together. Like even just you and your fridge. Just all those times you went late at night and ate the thing you shouldn't have eaten. That was a secret moment you had with your refrigerator.

You shared that moment, that darkness or that beautiful moment where you were just, you know, like heartbroken for some reason. You're eating that ice cream or whatever. that's a special moment. And that refrigerator was there for you. And the fact that it missed the opportunity to remember that is tragic. And once it does remember that, I think you're going to be very attached to the refrigerator. You're going to go through some through some hell with our refrigerator. Most of us have like

in a developed world have weird relationships with food, right? So you can go through some deep moments of trauma and triumph with food. And at the core of that is the refrigerator. So a smart refrigerator, I believe. would change society, not just the refrigerator, but these ideas in the systems all around us. So I just want to comment on how powerful that idea of time is. And then there's a bunch of elements of actual interaction of... allowing you as a human to feel like you're being hurt.

truly heard, truly understood. And I think there's a lot of ideas of how to make AI systems to be able to ask the right questions. and truly hear another human. This is what we try to do with podcasting. I think there's ways to do that with AI. But above all else, just remembering. the collection of moments that make up the day, the week, the months. I think you maybe have some of this as well. Some of my closest friends still are the friends from high school.

That's time. We've been through a bunch of shit together. And that, like, we're very different people. But just the fact that we've been through that and we remember those moments and those moments somehow create a depth of connection like nothing else. like you in your refrigerator. There may be relationships that are far better than the sorts of relationships that we can conceive in our minds right now based on what these machine relationship interactions could teach us. Do I have that right?

Yeah, I think so. I think there's no reason to see machines as somehow incapable of teaching us something that's deeply human. I don't think humans have a monopoly on that. I think we understand ourselves very poorly, and we need to have the kind of... prompting from a machine. Maybe the thing we want to optimize for isn't necessarily some sexy quick clip. Maybe what we want is long form authenticity. Depth. Depth. From a very specific engineering perspective.

is I think a fascinating open problem that hasn't been really worked on very much early on in life. And also in the recent years, I've interacted with a few robots where I understood there's magic there. and that magic could be shared by millions. If it's brought to light. when I first met Spot from Boston Dynamics.

I realize there's magic there that nobody else is seeing. It's the dog. The dog, sorry. The spot is the four-legged robot from Boston Dynamics. Some people might have seen it. It's this yellow dog. This magic is something that can be every single device in the world. The way that I think maybe Steve Jobs thought about the personal computer. And so for me, I'd love to see a world where there is every home as a robot.

and not a robot that washes the dishes but more like a companion a family member a family member the way a dog is but a dog that's able to speak your language too so not just connect the way a dog does by looking at you and looking away and almost like smiling with its soul in that kind of way but also To actually understand what the hell, like why are you so excited about the successes? Like understand the details, understand the traumas. I love this desire to share the delight.

of an interaction with a robot and as you describe it I actually I find myself starting to crave that because we all have those elements from childhood where or from adulthood where we experience something we want other people to feel that

And I think that you're right. I think a lot of people are scared of AI. I think a lot of people are scared of robots. My only experience of a robotic like thing uh is my room a vacuum where it goes about actually was pretty good at picking up costello's hair when he was shed and then um and i was grateful for it But then when it went

when I was on a call or something and it would get caught on a wire or something, I would find myself getting upset with the Roomba in that moment. I'm like, what are you doing? And obviously it's just doing what it does. But that's a kind of mostly positive but slightly negative interaction. But what you're describing has so much more richness and layers of detail.

Then I can only imagine what those relationships are like. There's a few, just a quick comment. So I've had, they're currently in Boston, I have a bunch of Roombas from iRobot. And I did this experiment. Wait, how many Roombas? Sounds like a fleet of Roombas. Probably seven or eight. That's a lot of Roombas. So you have these seven or so Roombas, you deploy all seven at once? No, I do different experiments with them. So one of the things I want to mention, I got them to scream in pain.

and moan in pain whenever they were kicked or contacted. And I did that experiment to see how I would feel. I meant to do like a YouTube video on it, but then it just seemed very cruel. Did any Roomba rights activists come out? Like, I think if I release that video, I think it's going to make me look insane. I know people know I'm already insane. Now you have to release the video. I think maybe if I contextualize it by showing other robots to show why this is fascinating.

because ultimately I felt like they were human almost immediately. And that display of pain was what did that. Giving them a voice. Giving them a voice, especially a voice of... dislike of pain. So is the video available online? No, I haven't. I haven't recorded it. I just hit a bunch of rumors that are able to scream in pain in my Boston place. What about shouts of glee and delight? Well, I don't know. To me, delight is quiet. but there's a way to frame it being quite dumb as almost cute

You're almost connecting with it for its dumbness. And I think that's an artificial intelligence problem. Interesting. I think flaws should be a feature, not a bug. So along the lines of this, the different sorts of relationships that one could have with robots and the fear, but also some of the positive relationships that one could have. There's so much dimensionality. There's so much to explore.

Bye. Power dynamics in relationships are very interesting because the obvious ones, the unsophisticated view of this is there's a master and a servant, but there's also manipulation. There's benevolent manipulation. Children do this with parents. Puppies do this. Puppies turn their head and look cute and maybe give out a little noise. Kids, coo. And parents always think that they're doing this because...

You know, they love the parent, but in many ways, studies show that those coups are ways to extract the sorts of behaviors and expressions from the parent that they want. The child doesn't know it's doing this, it's completely subconscious, but it's benevolent manipulation. So there's one version of fear of robots that I hear a lot about that I think most people can relate to where the robots take over and they become the masters and we become the servants.

But there could be another version that, you know, in certain communities that I'm certainly not a part of, but they call topping from the bottom, where the robot is actually manipulating you into doing things but you are under the belief that you are in charge. but actually they're in charge. And so I think that's one that... If we could explore that for a second, you could imagine it wouldn't necessarily be bad, although it could lead to bad things.

The reason I want to explore this is I think people always default to the extreme, like the robots take over and we're in little jail cells and they're out having fun and ruling the universe. what sorts of manipulation can a robot potentially carry out, good or bad? Yeah, so there's a lot of good and bad manipulation between humans, right? Just like you said. to me Especially, like you said, topping from the bottom, is that the term? I think someone from MIT told me that term. It wasn't lax.

I think, so first of all, there's power dynamics in bed and power dynamics in relationships and power dynamics on the street and in the work environment. Those are all very different. I think power dynamics can make human relationships, especially romantic relationships, fascinating and rich and fulfilling and exciting and all those kinds of things. So I don't... I don't think in themselves they're bad. And the same goes with robots. I really love the idea.

that a robot would be a top or a bottom in terms of power dynamics. And I think everybody should be aware of that. And the manipulation is not so much manipulation, but a dance. of like pulling away, push and pull and all those kinds of things in terms of control. I think we're very, very, very far away from AI systems that are able to lock us up They, to lock us up in it, you know, like to have so much control that we basically cannot live our lives in the way that we want.

I think there's, in terms of dangers of AI systems, there's much more dangers that have to do with autonomous weapon systems and all those kinds of things. So the power dynamics as exercised in the struggle between nations and war and all those kinds of things. But in terms of personal relationships,

I think power dynamics are a beautiful thing. I do believe that robots will have rights down the line. And I think in order for In order for us to have deep, meaningful relationship with robots, we would have to consider them as entities in themselves that deserve respect. That's a really interesting concept.

that I think people are starting to talk about a little bit more, but it's very difficult for us to understand how entities that are other than human, I mean the same as with dogs and other animals, can have rights on a level as humans. I'd like to take a quick break and acknowledge one of our sponsors, Function.

Last year, I became a Function member after searching for the most comprehensive approach to lab testing. Function provides over 100 advanced lab tests that give you a key snapshot of your entire bodily health. This snapshot offers you with insights on your heart health, hormone health, immune functioning, nutrient levels, and much more. They've also recently added tests for toxins, such as BPA exposure from harmful plastics, and tests for PFASs, or forever chemicals.

Function not only provides testing of over 100 biomarkers key to your physical and mental health, but it also analyzes these results and provides insights from top doctors who are expert in the relevant areas. For example, in one of my first tests with function, I learned that I had elevated levels of mercury in my blood. Function not only helped me detect that, but offered insights into how best to reduce my mercury levels, which included limiting my tuna consumption,

I've been eating a lot of tuna, while also making an effort to eat more leafy greens and supplementing with NAC and acetylcysteine, both of which can support glutathione production and detoxification. And I should say, by taking a second function test, that approach worked. Comprehensive blood testing is vitally important. There's so many things related to your mental and physical health that can only be detected in a blood test.

The problem is blood testing has always been very expensive and complicated. In contrast, I've been super impressed by function simplicity and at the level of cost. It is very affordable. As a consequence, I decided to join their scientific advisory board, and I'm thrilled that they're sponsoring the podcast. If you'd like to try Function, you can go to functionhealth.com slash Huberman. Function currently has a wait list of over 250,000 people, but

They're offering early access to Huberman podcast listeners. Again, that's functionhealth.com slash Huberman to get early access to function. Today's episode is also brought to us by David. David makes a protein bar unlike any other. It has 28 grams of protein, only 150 calories, and 0 grams of sugar.

That's right, 28 grams of protein and 75% of its calories come from protein. This is 50% higher than the next closest protein bar. David protein bars also taste amazing. Even the texture is amazing.

My favorite bar is the chocolate chip cookie dough. But then again, I also like the new chocolate peanut butter flavor and the chocolate brownie flavor. Basically, I like all the flavors a lot. They're all incredibly delicious. In fact, the toughest challenge is knowing which ones to eat on which days and how many times per day. I limit myself to two per day, but I absolutely love them. With David, I'm able to get 28 grams of protein in the calories of a snack.

which makes it easy to hit my protein goals of one gram of protein per pound of body weight per day, and it allows me to do so without ingesting too many calories. I'll eat a David protein bar most afternoons as a snack, and I always keep one with me when I'm out of the house or traveling.

They're incredibly delicious, and given that they have 28 grams of protein, they're really satisfying for having just 150 calories. If you'd like to try David, you can go to davidprotein.com slash Huberman. Again, that's davidprotein.com slash Huberman. We can't and nor should we do whatever we want with animals. We have a USDA, we have departments of... of agriculture that deal with animal care and use committees for research, for farming and ranching and all that. So I...

When you first said it, I thought, wait, why would there be a bill of robotic rights? But it absolutely makes sense in the context of everything we've been talking about up until now. If you're willing, I'd love to talk about dogs because you've mentioned dogs a couple times, a robot dog. You had a biological dog. Yeah, I had a Newfoundland. named Homer. for many years growing up in Russia or in the US, in the United States.

And he was over 200 pounds. That's a big dog. That's a big dog. If people know Newfoundland, he's this black dog that's really long hair and just a kind soul, I think. Perhaps that's true for a lot of large dogs, but he thought he was a small dog, so he moved like that. Was he your dog? Yeah. So you had him since he was fairly young? Since the very, very beginning to the very, very end. And one of the things I mean, he had this kind of, we mentioned the Roombas,

He had a kind-hearted dumbness about him that was just overwhelming. It's part of the reason I named him Homer. because it's after Homer Simpson, in case people are wondering which Homer I'm referring to. I'm not, you know, so there's a, yeah, exactly. Uh, There's a clumsiness that was just something that immediately led to a deep love for each other. And one of the...

I mean, he was always, it's the shared moments. He was always there for so many nights together. That's a powerful thing about a dog that He was there through all the loneliness, through all the tough times, through the successes and all those kinds of things. And I remember, I mean, that was a really moving moment for me. I still miss him to this day. How long ago did he die? maybe 15 years ago so it's been a while but It was the first time I've really experienced the feeling of death.

So what happened is... He got cancer, and so he was dying slowly. And then at a certain point, he couldn't get up anymore. There's a lot of things I could say here that I struggle with. Maybe he suffered much longer than he needed to. That's something I really think about a lot. I remember I had to take him to the hospital and...

The nurses couldn't carry him. So you talk about a 200-pound dog. I was really into powerlifting at the time. I remember they tried to figure out all these kinds of ways in order to put him to sleep. I had to take him into a room. And so I had to carry him everywhere. And here's this dying...

friend of mine that I just had to, uh, first of all, it's really difficult to carry somebody that heavy when they're not helping you out. And, um, Yeah, so I remember it was the first time seeing a friend laying there and seeing life drain from his body.

And that realization that we're here for a short time was made so real. There's a friend that was there for me the week before, the day before, and now he's gone. And that was... I don't know, that spoke to the fact that he could be deeply connected with the dog. also spoke to the fact that the shared moments together that led to that deep friendship that will make life so amazing.

but also spoke to the fact that death is a motherfucker. So I know you've lost Costello recently. Yeah, and as you're saying this, I'm definitely fighting back the tears. I, uh, thank you for sharing that, that, uh, I guess we're about to both cry over our dead dogs. That it was bound to happen just given when this is happening. Yeah, it's... How long did you know that Costello is not doing well?

Well, let's see, a year ago, about six months into the pandemic, he started getting abscesses, and his behavior changed, and something really changed. I put him on testosterone, which helped a lot of things. It certainly didn't cure everything, but it helped a lot of things. He was dealing with joint pain, sleep issues, and then it just became a very slow decline. to the point where two or three weeks ago he had

you know, a closet full of medication. I mean, this dog was, you know, it was like a pharmacy. It's amazing to me when I looked at it the other day, still haven't cleaned up and removed all those things. Cause I can't quite bring myself to do it. But, um,

Do you think he was suffering? Well, so what happened was about a week ago. It was really just about a week ago. It's amazing. He was going up the stairs. I saw him slip. And he was a big dog. He wasn't 200 pounds, but he was about 90 pounds. He was a bulldog. That's pretty big. And he was fit. and then I noticed that he wasn't carrying a foot in the back like it was injured. It had no feeling at all. He never liked me to touch his hind paws.

And I could do that thing was just flopping there. And then, uh, the vet found some spinal degeneration and I was told that the next one would go, did he suffer? I sure hope not, but something changed in his eyes. Yeah. It's the eyes again. I know you and I spend long hours on the phone and talking about the eyes and what they convey and what they mean about internal states. for sake of robots and biology of other kinds. Do you think something about him was gone in his eyes? I think...

Here I am anthropomorphizing. I think he was realizing that one of his great joys in life, which was to walk and sniff and pee on things. This dog loved to pee on things. It was amazing. I wondered where he put it. He was like a reservoir of urine. It was incredible. I'd think, oh, that's it. He'd put one drop on the... 50 millionth plant and then we get to the 50 millionth and one plant and you just have you know leave a puddle and here I am talking about Costello peeing um

He was losing that ability to stand up and do that. He was falling down while he was doing that. And I do think he started to realize, and the passage was easy and peaceful, but... You know, I'll say this. I'm not ashamed to say it. I mean, I wake up every morning since then. I don't even make the conscious decision to allow myself to cry. I wake up crying. And I'm fortunately able to make it through the day thanks to the great support of my friends and you and my family.

I miss him, man. You miss him? Yeah, I miss him. And I feel like Homer, Costello, the relationship to one's dog is so specific. So that party is gone. That's the hard thing, you know what I think is different is that I made the mistake, I think. I hope it was a good decision, but sometimes I think I made the mistake of I brought Costello...

a little bit to the world through the podcast, through posting about him. I anthropomorphized about him in public let's be honest i have no idea what his mental life was or his relationship to me and i'm just exploring all this for the first time because he was my first dog but i raised him since he was seven weeks yeah you gotta hold it together i noticed the

The episode you released on Monday, you mentioned Costello. Like, you brought him back to life for me for that brief moment. Yeah, but he's gone. That's the... he's going to be gone for a lot of people too Well, this is what I'm struggling with. I know how to take care of myself pretty well. Yeah. Not perfectly, but pretty well. And I have good support. I do worry a little bit about how it's going to land and how people will feel. I'm concerned about. their internalization.

So that's something I'm still iterating on. And you have to watch you struggle, which is fascinating. Right, and I've mostly been shielding them from this, but... What would make me happiest is if people would internalize some of Costello's best traits and his best traits were that he was incredibly tough I mean he was a you know 22 inch neck bulldog the whole thing he was just born that way but was

What was so beautiful is that his toughness is never what he rolled forward. It was just how sweet and kind he was. And so if people can take that, then there's a win in there someplace. So I think there's some ways in which you should probably live on in your podcast, too. You should, I mean, it's such a... One of the things I loved about his role in your podcast is that he brought so much joy to you. We mentioned the robots, right?

I think that's such a powerful thing to bring that joy into like allowing yourself to experience that joy, to bring that joy to others, to share it with others.

that's really powerful and i mean not to this is this is like the russian thing is um it touched me when Louis CK had that moment that I keep thinking about in this show Louie where like an old man was criticizing Louie for whining about breaking up with his girlfriend and he was saying like the most uh the the most beautiful thing um about uh love the song that's catching out that

not making me feel horrible saying it but like is the loss the loss really also is making you realize how much that person that dog meant to you and like allowing yourself to feel that loss and not run away from that loss is really powerful and in some ways that's also sweet just like the love was the loss is also sweet because you know that you felt a lot for that um for your friend

And I continue bringing that joy. I think it would be amazing to the podcast. I hope to do the same with robots or whatever else is the source of joy. And maybe, uh, did you think about one day getting, uh, another dog? Yeah, in time. Um, you're hitting on all the key buttons here. Uh, I want that to, we're thinking about, um... you know ways to kind of immortalize Costello in a way that's real not just you know creating some little

logo or something silly. Costello, much like David Goggins, is a person, but it Goggins also has grown into kind of a verb, you're going to Goggins this, and there's an adjective that's extremely... I think that for me, Costello was all those things. He was a being. He was his own being. He was a noun, a verb, and an adjective.

And he had this amazing superpower that I wish I could get, which is this ability to get everyone else to do things for you without doing a damn thing. The Costello effect, as I call it. So it was an idea. I hope he lives on. There's a saying that I heard when I was a graduate student that's just been ringing in my mind throughout this conversation in such a I think, appropriate way, which is that

Lex, you are in a minority of one. You are truly extraordinary in your ability to encapsulate so many aspects of science, engineering. public communication about so many topics, martial arts, and the emotional depth that you bring to it and just the purposefulness. And I think if it's not clear to people, it absolutely should be stated, but I think it's abundantly clear that just the amount of time and thinking that you put into things is, uh, It is the ultimate mark of respect.

So I'm just extraordinarily grateful for your friendship and for this conversation. I'm proud to be your friend, and I just wish you showed me the same kind of respect by wearing a suit and make your father proud maybe next time. Next time, indeed. thanks so much my friend thank you thank you I

This transcript was generated by Metacast using AI and may contain inaccuracies. Learn more about transcripts.
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast