WEBVTT - UL NO. 430: The Courage to be Disliked

0:00:01.100 --> 0:00:04.490
<v S1>Welcome to Unsupervised Learning, a security, AI and meaning focused

0:00:04.490 --> 0:00:07.370
<v S1>podcast that looks at how best to thrive as humans

0:00:07.370 --> 0:00:11.570
<v S1>in a post AI world. It combines original ideas, analysis,

0:00:11.570 --> 0:00:14.810
<v S1>and mental models to bring not just the news, but

0:00:14.810 --> 0:00:21.939
<v S1>why it matters and how to respond. All right. Welcome

0:00:21.940 --> 0:00:24.459
<v S1>to unsupervised Learning. This is Daniel Meisler. I'm going to

0:00:24.460 --> 0:00:27.880
<v S1>jump into this episode this week. So someone asked me

0:00:27.880 --> 0:00:30.130
<v S1>last week about the best way to run AI models

0:00:30.130 --> 0:00:32.559
<v S1>I think they were specifically talking about based on the question.

0:00:32.560 --> 0:00:35.380
<v S1>They were talking about local models. So here's a breakdown.

0:00:35.380 --> 0:00:38.740
<v S1>So and this is for AI in general. So I

0:00:38.740 --> 0:00:41.080
<v S1>prefer using APIs for any sort of thing that I'm

0:00:41.080 --> 0:00:43.480
<v S1>doing over and over. I don't like to use front

0:00:43.479 --> 0:00:47.590
<v S1>ends like ChatGPT or Claude's version of ChatGPT. I like

0:00:47.590 --> 0:00:50.260
<v S1>to go directly to the API using my own code

0:00:50.260 --> 0:00:53.379
<v S1>for day to day use. I prefer using fabric, which

0:00:53.380 --> 0:00:57.430
<v S1>is my own project, and that is because it has

0:00:57.430 --> 0:01:03.070
<v S1>specific use cases for dozens, almost 100 different regular human

0:01:03.070 --> 0:01:06.700
<v S1>problems that we do every day. So I would recommend

0:01:06.700 --> 0:01:10.390
<v S1>using fabric for that. And again, the project is here.

0:01:10.390 --> 0:01:13.000
<v S1>And if you look at patterns, these are all the

0:01:13.000 --> 0:01:15.039
<v S1>different things that you could do with it. Right. So

0:01:15.040 --> 0:01:20.530
<v S1>it's like analyzing text, doing job analysis, creating presentations, finding

0:01:20.530 --> 0:01:26.169
<v S1>flaws in arguments. You know, taking exquisite manual like notes

0:01:26.170 --> 0:01:29.620
<v S1>on a four hour video and doing it in 30s,

0:01:29.620 --> 0:01:33.580
<v S1>extracting the ideas from a book, pulling out predictions that

0:01:33.580 --> 0:01:36.670
<v S1>a person made, like all sorts of stuff you could do.

0:01:36.670 --> 0:01:40.180
<v S1>So that is like my number one way of interacting

0:01:40.180 --> 0:01:44.169
<v S1>with AI. If you just want to show off what

0:01:44.170 --> 0:01:48.490
<v S1>you could do with local models, I would recommend Olama,

0:01:48.490 --> 0:01:50.500
<v S1>which is really cool. I'll show you that real quick.

0:01:50.500 --> 0:01:53.410
<v S1>So you just go to models and if you click

0:01:53.410 --> 0:01:55.750
<v S1>on Lama three, you can just run this model right

0:01:55.750 --> 0:01:58.750
<v S1>here and you just literally copy this. And once you

0:01:58.750 --> 0:02:02.440
<v S1>have Al-ummah installed and running, which takes a few seconds,

0:02:02.440 --> 0:02:05.680
<v S1>you basically run this and it will download the model

0:02:05.680 --> 0:02:08.230
<v S1>and put you into a shell that allows you to

0:02:08.230 --> 0:02:11.290
<v S1>talk directly to it. So it's really cool. So let

0:02:11.290 --> 0:02:13.900
<v S1>me just show you what that looks like if I

0:02:13.900 --> 0:02:17.500
<v S1>am over here. Okay. This one is almost done. I

0:02:17.500 --> 0:02:19.690
<v S1>was doing it like the pie is in the oven

0:02:19.690 --> 0:02:23.769
<v S1>type thing. We still got a little bit more time 99%.

0:02:23.770 --> 0:02:26.470
<v S1>This one is the 70 B version. So this is

0:02:26.470 --> 0:02:30.310
<v S1>a giant model. This is like 40 something gigs and

0:02:30.310 --> 0:02:33.520
<v S1>have it running here. You see the command I put

0:02:33.520 --> 0:02:37.810
<v S1>in Olama run Al-umma three colon 70 B. All right.

0:02:37.810 --> 0:02:41.200
<v S1>So that's all you basically do. And then you get

0:02:41.200 --> 0:02:44.620
<v S1>a shell and you are talking to the model completely

0:02:44.620 --> 0:02:48.280
<v S1>locally just on your own machine. So that's really cool. Okay.

0:02:48.280 --> 0:02:53.109
<v S1>So if you go to back to here. So that

0:02:53.110 --> 0:02:56.170
<v S1>is a way to like demo models and show them

0:02:56.169 --> 0:02:58.660
<v S1>off and show what you could potentially do with them.

0:02:58.660 --> 0:03:00.940
<v S1>To me it's a little bit gimmicky because I would

0:03:00.940 --> 0:03:05.200
<v S1>rather use fabric or the next one I'm going to

0:03:05.200 --> 0:03:10.419
<v S1>talk about, which is this one. This is a new tool.

0:03:10.419 --> 0:03:12.250
<v S1>It's not new. It's been out for a while, but

0:03:12.250 --> 0:03:15.520
<v S1>it's growing in popularity. It's called LM studio. This is

0:03:15.520 --> 0:03:19.450
<v S1>a full Mac application. It also runs on Windows and

0:03:19.450 --> 0:03:23.530
<v S1>Linux and essentially what you do is you install this

0:03:23.530 --> 0:03:27.370
<v S1>thing and you just type into this, the search bar here,

0:03:27.370 --> 0:03:29.200
<v S1>the name of the model you want to get, and

0:03:29.200 --> 0:03:32.650
<v S1>it pulls down models from like hugging face and like

0:03:32.650 --> 0:03:36.280
<v S1>all sorts of different places, it downloads it for you,

0:03:36.610 --> 0:03:39.130
<v S1>loads it for you, which could be really difficult if

0:03:39.130 --> 0:03:41.140
<v S1>you try to do it manually. And then when you

0:03:41.140 --> 0:03:43.450
<v S1>click on this icon here, you're actually in a chat

0:03:43.450 --> 0:03:47.500
<v S1>interface very similar to ChatGPT, except for it's a local

0:03:47.500 --> 0:03:52.240
<v S1>thing and it's working completely local for local models, and

0:03:52.240 --> 0:03:55.210
<v S1>it's just really powerful. And there's actually even a comparison,

0:03:55.210 --> 0:03:58.390
<v S1>one where you can actually compare different models. But the

0:03:58.390 --> 0:04:00.760
<v S1>most important thing about this is that you could try

0:04:00.760 --> 0:04:03.160
<v S1>new things. You could try things that just came out

0:04:03.160 --> 0:04:07.510
<v S1>like yesterday or the day before or today. Whereas with

0:04:07.510 --> 0:04:10.720
<v S1>Olama this one, if you go to models, it's really

0:04:10.720 --> 0:04:13.390
<v S1>just kind of like the major ones. There's only a

0:04:13.390 --> 0:04:15.730
<v S1>few here. I mean, I say a few, but it's

0:04:15.730 --> 0:04:18.040
<v S1>like a couple of dozen. But if you look at

0:04:18.040 --> 0:04:24.310
<v S1>like hugging face, let's look at that number. Yeah 629,000.

0:04:24.310 --> 0:04:28.930
<v S1>So it's pretty different versus a couple dozen. So that's

0:04:28.930 --> 0:04:31.630
<v S1>the type of thing you could do. If you're using

0:04:32.020 --> 0:04:35.050
<v S1>LM studio, you just have access to way more models

0:04:35.050 --> 0:04:37.990
<v S1>to mess around and play with and even compare the models.

0:04:37.990 --> 0:04:40.630
<v S1>So I would say this is like what I would

0:04:40.630 --> 0:04:43.720
<v S1>recommend for someone who is gooey oriented and wants to

0:04:43.720 --> 0:04:46.450
<v S1>do lots of tinkering. And if you want to just

0:04:46.450 --> 0:04:48.970
<v S1>be a workhorse and get lots of things done, I

0:04:48.970 --> 0:04:53.469
<v S1>would recommend Fabrique, which is a command line interface and

0:04:53.470 --> 0:04:58.390
<v S1>also a GUI. Now, like I said before, using other models,

0:04:58.390 --> 0:05:01.630
<v S1>lots of cutting edge models. That's kind of the advantage

0:05:01.630 --> 0:05:03.700
<v S1>of LM studio. And you could do that with fabric

0:05:03.700 --> 0:05:07.089
<v S1>as well. We're adding the ability to do that. But

0:05:07.089 --> 0:05:11.590
<v S1>my current favorite one is this llama 370 B instruct.

0:05:11.589 --> 0:05:15.280
<v S1>This one's really cool from Quant Factory. It's really powerful.

0:05:15.279 --> 0:05:17.739
<v S1>One I've been messing with some different ones. Lots of

0:05:17.740 --> 0:05:21.979
<v S1>different groups put out their modified. Versions of Lama essentially,

0:05:21.980 --> 0:05:26.360
<v S1>and this is a version of 70. Be fairly fast,

0:05:26.360 --> 0:05:30.560
<v S1>really high quality. And yeah, just really cool way to

0:05:30.560 --> 0:05:32.450
<v S1>interact with stuff. And again, the name of the tool

0:05:32.450 --> 0:05:35.659
<v S1>is LM studio. We had a really great book club

0:05:35.660 --> 0:05:39.110
<v S1>this week. We talked for like an hour and ten minutes, ten,

0:05:39.110 --> 0:05:42.740
<v S1>15 minutes. And then we pick the next book. And yeah,

0:05:42.740 --> 0:05:45.020
<v S1>really thankful to be part of the UL community and

0:05:45.020 --> 0:05:48.680
<v S1>doing these book clubs. We do book clubs once a month.

0:05:48.680 --> 0:05:52.489
<v S1>We do a weekly or a monthly meetup halfway through

0:05:52.490 --> 0:05:55.099
<v S1>the month where we talk about we share tips. We

0:05:55.100 --> 0:06:01.159
<v S1>share like automation, hacking tips like security tools, productivity tools.

0:06:01.160 --> 0:06:04.700
<v S1>We talk about life. It's a very sort of intimate

0:06:04.700 --> 0:06:08.659
<v S1>and sharing and uplifting sort of group. And you should

0:06:08.660 --> 0:06:11.600
<v S1>come join us if that appeals to you. It's just

0:06:11.600 --> 0:06:15.469
<v S1>becoming a premium member of unsupervised learning. And I just

0:06:15.470 --> 0:06:18.229
<v S1>signed up for my first full body MRI, which is

0:06:18.230 --> 0:06:21.320
<v S1>going to be super fun. Not looking forward to being

0:06:21.320 --> 0:06:24.560
<v S1>inside of a tube. I guess I'll just meditate to

0:06:24.560 --> 0:06:27.560
<v S1>get through that, but I'm not overly claustrophobic. It just

0:06:27.560 --> 0:06:29.659
<v S1>doesn't sound like a good time, especially since the full

0:06:29.690 --> 0:06:33.380
<v S1>body one is 60 minutes and RSA is next week,

0:06:33.380 --> 0:06:37.219
<v S1>so that's going to be exciting to see everybody. So

0:06:37.220 --> 0:06:41.330
<v S1>I found a good reason for college and specifically good colleges.

0:06:41.330 --> 0:06:43.550
<v S1>And this is thanks to Paul Graham who I read

0:06:43.550 --> 0:06:46.400
<v S1>a bunch of his essays where he talked about college.

0:06:46.400 --> 0:06:48.470
<v S1>And I think there was one where he talked about

0:06:48.470 --> 0:06:50.930
<v S1>this particular concept. So I just wrote it up in

0:06:50.930 --> 0:06:54.380
<v S1>a separate post because he didn't do that. He basically

0:06:54.380 --> 0:06:57.200
<v S1>just mentioned it kind of as an aside. So this

0:06:57.200 --> 0:06:59.540
<v S1>is basically the reason you want to go to elite

0:06:59.540 --> 0:07:03.080
<v S1>colleges or send your kids to elite colleges is because

0:07:03.080 --> 0:07:06.650
<v S1>there's very few things that are more valuable than your

0:07:06.650 --> 0:07:13.070
<v S1>kid being surrounded by highly resourced, highly motivated, highly intelligent

0:07:13.070 --> 0:07:17.270
<v S1>and highly disciplined people. And that is what you find

0:07:17.270 --> 0:07:20.330
<v S1>at the higher and higher tiers of college. All the

0:07:20.330 --> 0:07:23.480
<v S1>way up to like Stanford and Harvard. It's just like

0:07:23.480 --> 0:07:27.740
<v S1>their parents were rich, their parents were probably smart, they're

0:07:27.740 --> 0:07:31.730
<v S1>probably smart, and they had to be disciplined to get

0:07:31.730 --> 0:07:34.910
<v S1>decent grades. So it's like the combination of things just

0:07:34.910 --> 0:07:37.310
<v S1>stacks up. And if you look at all these different

0:07:37.310 --> 0:07:40.940
<v S1>companies that are being founded, they're usually being founded by companies,

0:07:41.060 --> 0:07:43.910
<v S1>by people who went to these schools, even if they

0:07:43.910 --> 0:07:46.610
<v S1>dropped out. So it's like, don't think of it as

0:07:46.610 --> 0:07:50.270
<v S1>the education because the education is very similar at like

0:07:50.270 --> 0:07:54.170
<v S1>a decent state school compared to like an Ivy. But

0:07:54.170 --> 0:07:57.470
<v S1>it's not about the education, it's about the connections. So

0:07:57.470 --> 0:08:00.950
<v S1>just kind of an interesting little tip there way to

0:08:00.950 --> 0:08:05.750
<v S1>frame education. Oh, I will say that the thing that

0:08:05.750 --> 0:08:07.880
<v S1>this makes me think of is how can we get

0:08:07.880 --> 0:08:12.770
<v S1>that somewhere else? So let's disambiguate or let's break apart

0:08:12.770 --> 0:08:17.330
<v S1>these two things education and the networking. Let's find other

0:08:17.330 --> 0:08:19.190
<v S1>ways to do the networking. So we don't have to

0:08:19.190 --> 0:08:22.460
<v S1>have this weird college experience. Now, maybe that's not possible

0:08:22.460 --> 0:08:25.040
<v S1>because the college experience is actually what gives you the

0:08:25.040 --> 0:08:28.280
<v S1>connection in the networking with all the drinking and all

0:08:28.280 --> 0:08:31.550
<v S1>the parties and everything, and then all the just forced

0:08:31.550 --> 0:08:35.179
<v S1>time together in these dorms. Maybe that's the magic sauce,

0:08:35.179 --> 0:08:37.640
<v S1>but I bet you there is a better way to

0:08:37.640 --> 0:08:41.209
<v S1>do that. You could have organized off sites more like

0:08:41.210 --> 0:08:47.360
<v S1>hacking competitions or hackathons or summer camp or something like that,

0:08:47.360 --> 0:08:52.040
<v S1>where you're actually forging these connections separately from doing the

0:08:52.040 --> 0:08:56.390
<v S1>education piece, which arguably could be done better with YouTube

0:08:56.390 --> 0:09:01.640
<v S1>and online courses combined with like in-person workshops. So let's

0:09:01.640 --> 0:09:04.220
<v S1>take the best of education and let's take the best

0:09:04.220 --> 0:09:08.750
<v S1>of networking and maybe do them separately, or even mix them,

0:09:08.750 --> 0:09:11.780
<v S1>but not be confused about thinking that they're the same.

0:09:12.110 --> 0:09:15.740
<v S1>Because that's the problem currently with college. And the result

0:09:15.740 --> 0:09:19.729
<v S1>for most people is worse networking and worse education. Okay,

0:09:19.730 --> 0:09:24.440
<v S1>so security MI5 is starting to vet key researchers going

0:09:24.440 --> 0:09:27.770
<v S1>to top universities in Britain to make sure that they're

0:09:27.770 --> 0:09:31.880
<v S1>not essentially from a country like China, where they're just

0:09:31.880 --> 0:09:34.820
<v S1>coming in to steal all the stuff. And I really

0:09:34.820 --> 0:09:36.740
<v S1>think the US needs to start doing something like this

0:09:36.740 --> 0:09:40.280
<v S1>as well. And speaking of that, Germany just arrested three

0:09:40.280 --> 0:09:44.870
<v S1>people who are suspected Chinese spies for stealing secrets. And

0:09:44.870 --> 0:09:48.380
<v S1>this is right after their chancellor was giving crap to

0:09:48.380 --> 0:09:52.700
<v S1>the to China publicly basically talking about IP theft. And

0:09:52.700 --> 0:09:55.100
<v S1>then they made those arrests. I don't know if that

0:09:55.100 --> 0:09:58.219
<v S1>was coordinated or not. After moving forward with a possible

0:09:58.220 --> 0:10:02.720
<v S1>ban on TikTok, the US is now looking at DJI drones,

0:10:02.720 --> 0:10:05.240
<v S1>basically saying, look, they have so much of the market

0:10:05.240 --> 0:10:08.059
<v S1>and they're flying all over the country. Who knows what

0:10:08.059 --> 0:10:11.900
<v S1>they're doing with those pictures. And it's a state, partially

0:10:11.900 --> 0:10:16.850
<v S1>state owned Chinese company, which means that China runs it.

0:10:16.850 --> 0:10:19.610
<v S1>I mean, they have full control if they want it.

0:10:19.780 --> 0:10:23.890
<v S1>Of any company. So yeah, this makes sense. This one

0:10:23.890 --> 0:10:28.330
<v S1>is insane. Former athletic director arrested for using AI to

0:10:28.330 --> 0:10:32.109
<v S1>mimic a principal's voice, and basically had him saying a

0:10:32.110 --> 0:10:35.980
<v S1>bunch of racist and anti-Semitic things in the voice of

0:10:35.980 --> 0:10:39.339
<v S1>that person he was attacking. And then that started a

0:10:39.340 --> 0:10:41.950
<v S1>whole investigation, and it turned out it was a deep fake.

0:10:41.950 --> 0:10:46.929
<v S1>But yeah, yet another abuse case for deepfakes, character assassination.

0:10:46.929 --> 0:10:49.510
<v S1>And I think it's going to be super cool to

0:10:49.510 --> 0:10:52.210
<v S1>watch all these different attacks. But I think it's also

0:10:52.210 --> 0:10:54.490
<v S1>going to make it harder. This is kind of a

0:10:54.490 --> 0:10:57.100
<v S1>sad thing. It's going to make it harder to believe

0:10:57.100 --> 0:11:00.189
<v S1>people when they bring forth evidence. It's like, hey, my

0:11:00.190 --> 0:11:03.520
<v S1>boyfriend did this, my boss did this, and you show

0:11:03.520 --> 0:11:06.729
<v S1>him a video of it, of them doing it, or

0:11:06.730 --> 0:11:09.850
<v S1>you show them a recording, have them listen to a

0:11:09.850 --> 0:11:13.300
<v S1>recording and they're like, yeah, I mean, I hear them

0:11:13.300 --> 0:11:15.850
<v S1>saying it, but like, it's easy to make anybody say

0:11:15.850 --> 0:11:18.640
<v S1>anything and you go ask the actual person. They're like, yeah,

0:11:18.640 --> 0:11:21.490
<v S1>I never said that. That was a deepfake. So it's

0:11:21.490 --> 0:11:24.309
<v S1>going to take some power out of the hands of,

0:11:24.309 --> 0:11:27.430
<v S1>I think, victims. And so we're going to have to,

0:11:27.429 --> 0:11:30.820
<v S1>as a society, sort of figure that out. Nation state

0:11:30.820 --> 0:11:34.360
<v S1>attackers have been using two zero days in Cisco firewalls.

0:11:34.360 --> 0:11:37.330
<v S1>And this is not the first time that's happened to Cisco.

0:11:37.330 --> 0:11:41.290
<v S1>And it's also happening to other firewall providers as well.

0:11:41.290 --> 0:11:46.150
<v S1>And US lawmakers gave the okay to extend warrantless surveillance

0:11:46.150 --> 0:11:52.179
<v S1>under FISA, section 702, these laws that allow the government

0:11:52.179 --> 0:11:56.050
<v S1>to do these things, they kind of get perpetually extended.

0:11:56.200 --> 0:11:59.440
<v S1>I am mostly okay with it. I feel like as

0:11:59.440 --> 0:12:05.199
<v S1>long as there's transparency and oversight, then it's probably necessary.

0:12:05.200 --> 0:12:07.420
<v S1>But I don't like when they sort of become secret

0:12:07.420 --> 0:12:11.590
<v S1>programs and don't have oversight. Then you start worrying about

0:12:11.590 --> 0:12:15.580
<v S1>what they can actually do to Americans and change healthcare.

0:12:15.580 --> 0:12:19.690
<v S1>Paid 22 million in Bitcoin to ransomware attackers, but the

0:12:19.690 --> 0:12:22.179
<v S1>files were already compromised, so they're not sure exactly what

0:12:22.179 --> 0:12:24.400
<v S1>that fallout is going to be. And the Air Force

0:12:24.400 --> 0:12:28.030
<v S1>is moving forward with Anduril. I'm guessing that's how you

0:12:28.030 --> 0:12:32.380
<v S1>pronounce it. And General Atomics to develop unmanned fighter jets,

0:12:32.380 --> 0:12:37.840
<v S1>sidelining giants like Boeing and Lockheed Martin. So Anduril and

0:12:37.840 --> 0:12:42.910
<v S1>General Atomics, interesting unmanned fighter jets, just like we've always

0:12:42.910 --> 0:12:47.920
<v S1>predicted in sci fi and Detective Fi's external attack surface

0:12:47.920 --> 0:12:51.850
<v S1>management solution is now in AWS and that is un.

0:12:51.850 --> 0:12:54.910
<v S1>Oh yeah, defend defy versus Detectify. I was going to

0:12:54.910 --> 0:12:59.350
<v S1>say I think that was an accident. Technology. Amazon's robot

0:12:59.350 --> 0:13:05.350
<v S1>workforce has expanded to over 750,000 robots. And it says

0:13:05.350 --> 0:13:09.040
<v S1>overtaking 100,000 jobs. It's not super clear how they're getting

0:13:09.070 --> 0:13:12.820
<v S1>to that number, but whatever. I mean, we all know

0:13:12.820 --> 0:13:15.160
<v S1>where this is going, right? And like I say, don't

0:13:15.309 --> 0:13:18.670
<v S1>be surprised about this. Expect it. Companies will do what

0:13:18.670 --> 0:13:22.360
<v S1>makes sense for margins, not for people. The responsibility is

0:13:22.360 --> 0:13:27.130
<v S1>to shareholders. And human employees are like, I hate to

0:13:27.130 --> 0:13:30.670
<v S1>say it, they're the worst, right? It they're to be avoided.

0:13:30.670 --> 0:13:33.280
<v S1>You don't want to have to hire somebody if you

0:13:33.280 --> 0:13:35.380
<v S1>have a hot dog stand and it works perfectly and

0:13:35.380 --> 0:13:39.730
<v S1>it's just you're the sole proprietor of this establishment and

0:13:39.730 --> 0:13:42.640
<v S1>you have to hire people, that is not good. Now,

0:13:42.640 --> 0:13:46.120
<v S1>of course, if you have to hire because you want

0:13:46.120 --> 0:13:49.600
<v S1>to sell more hot dogs, that's fine. But it's much

0:13:49.600 --> 0:13:53.080
<v S1>better if you have some robots that you can buy,

0:13:53.080 --> 0:13:55.150
<v S1>and they can make more hot dogs and make more

0:13:55.150 --> 0:13:57.730
<v S1>people happy, and you get to share all the stuff,

0:13:57.730 --> 0:14:00.670
<v S1>and the robots don't get sick and they don't complain.

0:14:00.670 --> 0:14:05.199
<v S1>So that is the way companies see this, and we

0:14:05.200 --> 0:14:08.319
<v S1>just have to be ready for that. Voyager one is back.

0:14:08.320 --> 0:14:12.310
<v S1>Sharing information like it kind of went silent for a while.

0:14:12.309 --> 0:14:15.730
<v S1>We were worried about it. This thing is an interstellar space.

0:14:15.730 --> 0:14:19.690
<v S1>That means it's outside of our solar system. Like iPhones

0:14:19.690 --> 0:14:22.750
<v S1>don't perform this well, like nothing performs this well that

0:14:22.750 --> 0:14:25.870
<v S1>we have ever made. This thing was launched. What? When

0:14:25.870 --> 0:14:29.560
<v S1>I was a kid, I mean, decades ago. And it's

0:14:29.560 --> 0:14:32.950
<v S1>still working. I just can't believe this thing. And. Okay,

0:14:33.010 --> 0:14:37.630
<v S1>someone at Google senior executive is pushing for speed, basically

0:14:37.630 --> 0:14:42.400
<v S1>saying the 25,000 person strong knowledge and information team has

0:14:42.400 --> 0:14:48.310
<v S1>to adapt to a new operating reality with tighter project timelines. Yeah,

0:14:48.310 --> 0:14:51.670
<v S1>I wouldn't characterize it as tighter timelines. I would say

0:14:51.670 --> 0:14:56.680
<v S1>have vision, right. And like I said, this is progress.

0:14:56.680 --> 0:14:59.290
<v S1>But they need a whole new way of thinking about

0:14:59.290 --> 0:15:01.990
<v S1>making products at Google. And I think that requires a

0:15:01.990 --> 0:15:05.200
<v S1>new leader. Police are now using GPT four powered body

0:15:05.200 --> 0:15:10.060
<v S1>cams to turn audio into reports. That's great for transparency,

0:15:10.060 --> 0:15:13.720
<v S1>I think. How about this for every stop, you basically

0:15:13.720 --> 0:15:16.900
<v S1>publish the transcripts and that goes on an open website.

0:15:16.900 --> 0:15:19.570
<v S1>That would be fantastic. And they could clean it up.

0:15:19.700 --> 0:15:23.390
<v S1>For privacy reasons, but you can see the whole interaction.

0:15:23.390 --> 0:15:26.540
<v S1>And then you also publish the video and the transcript.

0:15:26.540 --> 0:15:30.410
<v S1>That would be community policing, especially in AI, because you

0:15:30.410 --> 0:15:34.130
<v S1>can have AI monitoring the city, looking at every transcript

0:15:34.130 --> 0:15:38.210
<v S1>of every stop. And you could characterize and actually have,

0:15:38.210 --> 0:15:41.120
<v S1>you know, a way to profile like, how is this

0:15:41.120 --> 0:15:44.450
<v S1>police department doing, are they doing more community management or

0:15:44.450 --> 0:15:50.210
<v S1>more like predictive enforcement, or are they rude? Are they racist? Whatever. Okay.

0:15:50.210 --> 0:15:55.340
<v S1>Apple eight open source LMS pushing the envelope for on

0:15:55.340 --> 0:16:00.020
<v S1>device text generation with models up to 3 billion parameters.

0:16:00.020 --> 0:16:03.980
<v S1>Apple doing crazy stuff in open source. Cannot wait for

0:16:03.980 --> 0:16:10.010
<v S1>iOS 18 and llama three. Llama three is huge. Yeah

0:16:10.010 --> 0:16:15.170
<v S1>800 llama three variations on hugging face insane. It is

0:16:15.170 --> 0:16:19.550
<v S1>really good. It is really good. And I think it's

0:16:19.550 --> 0:16:24.320
<v S1>getting so good that the people like OpenAI and anthropic,

0:16:24.320 --> 0:16:26.600
<v S1>they need to be afraid. And Google need to be

0:16:26.600 --> 0:16:29.869
<v S1>very afraid of this. Because what I like about the

0:16:29.870 --> 0:16:33.560
<v S1>open source is it empowers the whole world to compete

0:16:33.560 --> 0:16:37.880
<v S1>with OpenAI and Google, right? Because if they're like, look,

0:16:37.880 --> 0:16:40.760
<v S1>this is how good it was for us. I mean,

0:16:40.760 --> 0:16:44.570
<v S1>the barriers are essentially new techniques and the size of

0:16:44.570 --> 0:16:48.620
<v S1>your infrastructure and the quality of the data that you have. Right.

0:16:48.620 --> 0:16:53.420
<v S1>So new techniques, the crowd, the group of public researchers,

0:16:53.420 --> 0:16:57.110
<v S1>they can jump ahead really quickly there. It's harder for

0:16:57.110 --> 0:17:00.290
<v S1>them to compete with one of these big companies, of course,

0:17:00.290 --> 0:17:03.170
<v S1>in the size of the cluster and how long you

0:17:03.170 --> 0:17:05.869
<v S1>could train and stuff like that, because that's super expensive.

0:17:05.869 --> 0:17:08.030
<v S1>And then the other one is data. It's also hard

0:17:08.030 --> 0:17:11.930
<v S1>to compete there, but I think the technique part might

0:17:11.930 --> 0:17:16.129
<v S1>be such a big lever that it allows some companies

0:17:16.130 --> 0:17:18.980
<v S1>to really catch up and maybe even jump ahead in

0:17:18.980 --> 0:17:21.800
<v S1>some cases. And then of course they'll get lapped the

0:17:21.800 --> 0:17:24.350
<v S1>next time the big company moves. But I feel like

0:17:24.560 --> 0:17:30.619
<v S1>community AI with open source models will move so often

0:17:30.619 --> 0:17:36.790
<v S1>and iterate so often that speed it might. Get very

0:17:36.790 --> 0:17:41.710
<v S1>close or even equal with or in some cases surpass

0:17:41.890 --> 0:17:44.500
<v S1>the big models. Now, I do think the big models

0:17:44.500 --> 0:17:47.590
<v S1>will have bigger leaps and they'll go way ahead, but

0:17:47.590 --> 0:17:50.379
<v S1>it could be that open source catches up in the

0:17:50.380 --> 0:17:54.130
<v S1>meantime just because of the speed of iteration. And I'm

0:17:54.160 --> 0:17:57.160
<v S1>guessing here, but it's kind of just an intuition. Open

0:17:57.160 --> 0:18:01.990
<v S1>voice is crushing voice cloning with the ability to mimic tone, emotion,

0:18:01.990 --> 0:18:07.780
<v S1>and even cross-lingual speech. Snowflake just shipped another LM. Simone

0:18:07.780 --> 0:18:11.590
<v S1>turns YouTube videos into blog posts US is finally getting

0:18:11.590 --> 0:18:14.619
<v S1>its first high speed rail. Elon wants to turn Tesla

0:18:14.619 --> 0:18:18.820
<v S1>cars into a distributed AI compute network, kind of like

0:18:19.180 --> 0:18:23.950
<v S1>AWS for AI, but on wheels, and Tesla's Autopilot and

0:18:24.070 --> 0:18:29.590
<v S1>self-driving are under scrutiny because there's been some deaths, and

0:18:29.710 --> 0:18:31.840
<v S1>I think this is probably going to be the case.

0:18:31.840 --> 0:18:35.679
<v S1>But I think over time, autonomous driving is going to

0:18:35.680 --> 0:18:38.859
<v S1>be better than human driving because humans get tired, humans

0:18:38.859 --> 0:18:42.610
<v S1>get distracted, humans are texting while driving or watching TikTok

0:18:42.609 --> 0:18:47.859
<v S1>while driving, and that's probably worse. Again, this is an

0:18:47.859 --> 0:18:51.159
<v S1>empirical question, so we'll have to see the actual data

0:18:51.160 --> 0:18:53.770
<v S1>and how it plays out. But that that again, is

0:18:53.770 --> 0:18:57.460
<v S1>my intuition. And yeah, example of this. We had someone

0:18:57.460 --> 0:19:03.700
<v S1>arrested for vehicular homicide after distraction with his iPhone or yeah,

0:19:03.700 --> 0:19:06.580
<v S1>I assume iPhone, but distraction with his phone laid to

0:19:06.580 --> 0:19:10.600
<v S1>a led to a fatal collision with a motorcyclist while

0:19:10.600 --> 0:19:14.710
<v S1>he was on autopilot, and Volvo brought in a Chinese

0:19:14.710 --> 0:19:17.949
<v S1>EV to the US market. Okay, Stanford found out you

0:19:17.950 --> 0:19:21.820
<v S1>could predict political leanings by looking at someone's face and

0:19:21.820 --> 0:19:25.510
<v S1>specifically the size of your face. The bigger your face,

0:19:25.510 --> 0:19:28.929
<v S1>the more likely you are to be a conservative. Evidently,

0:19:28.930 --> 0:19:32.469
<v S1>according to this paper, and the smaller your face, the

0:19:32.470 --> 0:19:35.440
<v S1>more likely you are to be a liberal. And I'm

0:19:35.440 --> 0:19:38.889
<v S1>trying to figure out like what exactly that means. How

0:19:38.890 --> 0:19:40.960
<v S1>do you measure the size of your face? I don't

0:19:40.960 --> 0:19:43.899
<v S1>get it, but whatever. I'm sure it's in the paper.

0:19:43.900 --> 0:19:47.230
<v S1>Article claims that 30% of kids 5 to 7 are

0:19:47.230 --> 0:19:51.790
<v S1>on TikTok. 5 to 7. No bueno. I am very

0:19:51.790 --> 0:19:55.210
<v S1>much in Jonathan Heights camp and you need to go

0:19:55.210 --> 0:19:58.030
<v S1>read his book. I think he is touching on some

0:19:58.030 --> 0:20:02.919
<v S1>really good stuff. FTC has banned nearly all non-compete agreements.

0:20:02.920 --> 0:20:05.950
<v S1>This is great news. I think it's going to spawn

0:20:05.950 --> 0:20:09.460
<v S1>even more innovation in AI and tech, and some are

0:20:09.460 --> 0:20:12.160
<v S1>worried about IP theft, but if you move, you'll just

0:20:12.160 --> 0:20:15.490
<v S1>steal the content. It's already illegal to steal from companies,

0:20:15.490 --> 0:20:18.010
<v S1>so you don't need a law to keep them there

0:20:18.010 --> 0:20:21.820
<v S1>so they don't steal. Like again, should be two separate laws,

0:20:21.820 --> 0:20:25.270
<v S1>one for leaving and moving and one for stealing. Stealing

0:20:25.270 --> 0:20:28.419
<v S1>is already illegal, so let's just stick with that. Supreme

0:20:28.420 --> 0:20:33.340
<v S1>court is set to decide if cities can penalize the homeless.

0:20:33.340 --> 0:20:36.880
<v S1>And I've got a vibe here. So I've been thinking

0:20:36.880 --> 0:20:40.389
<v S1>about this for a while. I think if you're mentally ill,

0:20:40.390 --> 0:20:43.810
<v S1>let's get you help or get you housed or whatever.

0:20:43.810 --> 0:20:46.150
<v S1>If you're on drugs, let's get you treated and then

0:20:46.180 --> 0:20:48.880
<v S1>see if you're mentally ill after that. If you're not

0:20:48.880 --> 0:20:51.580
<v S1>one of those, let's figure out if you actually want

0:20:51.580 --> 0:20:54.280
<v S1>to work. And if you do want to work and

0:20:54.280 --> 0:20:57.490
<v S1>you're not one of these two, then let's get you help.

0:20:57.490 --> 0:21:01.780
<v S1>Let's get you job support, training, all these different things

0:21:01.780 --> 0:21:05.649
<v S1>like interview help, right. Try to get you on your feet.

0:21:05.650 --> 0:21:07.960
<v S1>And if you're not any one of those, so you're

0:21:07.960 --> 0:21:11.020
<v S1>not on drugs, you're not mentally ill, but you don't

0:21:11.020 --> 0:21:14.500
<v S1>want to work and you don't want to participate in society. Well,

0:21:14.500 --> 0:21:17.560
<v S1>let's get you somewhere where you're not bothering other people

0:21:17.560 --> 0:21:21.190
<v S1>who are trying to be useful. And I think most

0:21:21.190 --> 0:21:24.520
<v S1>homeless are actually dealing with one and two, so let's

0:21:24.520 --> 0:21:28.900
<v S1>help them. That's our responsibility. And if it's not that

0:21:28.900 --> 0:21:32.170
<v S1>situation and a person just really doesn't want to participate

0:21:32.170 --> 0:21:36.340
<v S1>in society, they're like a Ted Kaczynski but not violent. Cool.

0:21:36.340 --> 0:21:38.890
<v S1>Let's help them go do that somewhere else, you know,

0:21:38.890 --> 0:21:43.390
<v S1>in a peaceful way. All right. Using AI for actual science,

0:21:43.390 --> 0:21:47.320
<v S1>innovation and research. So AI is now helping physicists explore

0:21:47.320 --> 0:21:51.610
<v S1>the vast possibilities of string theory. So this is great.

0:21:51.609 --> 0:21:55.210
<v S1>I mean, think about what Einstein did. Einstein went from

0:21:55.210 --> 0:21:59.860
<v S1>there not being a curved space time to just thinking

0:21:59.859 --> 0:22:03.250
<v S1>of curved space time. I think about this all the

0:22:03.250 --> 0:22:06.940
<v S1>time because I'm reading a lot of experimental physics, theoretical

0:22:06.940 --> 0:22:13.060
<v S1>physics lately, and I really think that with my prompting skills,

0:22:13.060 --> 0:22:15.490
<v S1>if I were better at the science, which I'm not,

0:22:15.490 --> 0:22:18.490
<v S1>but if I were actually, I could probably just do

0:22:18.490 --> 0:22:21.250
<v S1>this with AI without even knowing the science. If I

0:22:21.250 --> 0:22:24.850
<v S1>had a big enough sort of resources to work with

0:22:24.850 --> 0:22:27.700
<v S1>in the AI was a little bit further along. What

0:22:27.700 --> 0:22:30.250
<v S1>you do is you essentially say, hey, look, here's all

0:22:30.250 --> 0:22:34.480
<v S1>the different ways that people have crossed over and had

0:22:34.480 --> 0:22:38.619
<v S1>these creative breakthroughs. You describe the science before Einstein, you

0:22:38.619 --> 0:22:42.250
<v S1>describe what Einstein did, and you do that for multiple

0:22:42.250 --> 0:22:45.760
<v S1>different places inside of science. Right. And what this does

0:22:45.760 --> 0:22:49.330
<v S1>is it teaches it what it looks like to be creative.

0:22:49.330 --> 0:22:52.570
<v S1>And you say, look, you're looking for more things like this.

0:22:52.570 --> 0:22:55.690
<v S1>Then you feed it the current state of thinking with

0:22:55.690 --> 0:22:59.619
<v S1>quantum physics and multiple universes and all these different things.

0:22:59.619 --> 0:23:02.859
<v S1>You feed it all the math and everything, and you say,

0:23:02.859 --> 0:23:05.619
<v S1>now that you have all the current do the same

0:23:05.619 --> 0:23:09.100
<v S1>thing Einstein did, but do it for the current state now.

0:23:09.100 --> 0:23:11.710
<v S1>And the idea is it should come up with really

0:23:11.710 --> 0:23:15.010
<v S1>weird stuff. It's like, what if we're inside of a fishbowl,

0:23:15.010 --> 0:23:19.630
<v S1>inside of a mormon, you know, simulation cluster running on

0:23:19.630 --> 0:23:22.900
<v S1>Linux or whatever? It just starts making up things and

0:23:22.900 --> 0:23:26.229
<v S1>then the humans can be like, oh, well, actually, I

0:23:26.230 --> 0:23:28.330
<v S1>never thought of that. Let's go mess with that. And

0:23:28.330 --> 0:23:31.780
<v S1>then even better, and this is something that Joseph Thacker

0:23:31.780 --> 0:23:35.020
<v S1>and I talked about multiple times. It was his idea

0:23:35.020 --> 0:23:38.710
<v S1>initially was like, how do you automate not just the

0:23:38.710 --> 0:23:41.290
<v S1>having of the idea but the testing. And so we've

0:23:41.290 --> 0:23:43.840
<v S1>been working on like an infrastructure that you could potentially

0:23:43.840 --> 0:23:47.140
<v S1>do that with. And this is like the most incredible

0:23:47.140 --> 0:23:50.440
<v S1>thing I think about AI because think about this, okay.

0:23:50.440 --> 0:23:55.149
<v S1>Global warming, cancer, aging okay. People have to die at

0:23:55.150 --> 0:23:59.350
<v S1>90 at 180, 90, 100. We describe all the reasons

0:23:59.350 --> 0:24:02.139
<v S1>that we're dying at 89 to 100. And we say, look,

0:24:02.140 --> 0:24:04.959
<v S1>we want to live longer. We want to live to 150.

0:24:04.990 --> 0:24:07.959
<v S1>How can we live to 150? And we tell it

0:24:07.960 --> 0:24:10.510
<v S1>to go and crunch and do what Einstein did, but

0:24:10.510 --> 0:24:12.940
<v S1>for aging, and you give it all the genomes, you

0:24:12.940 --> 0:24:15.129
<v S1>give it all the illnesses, you give it all the

0:24:15.130 --> 0:24:19.240
<v S1>doctor reports, you give it all the autopsies, and it's like, okay, cool. Well,

0:24:19.240 --> 0:24:20.830
<v S1>have you thought of this? If you do this to

0:24:20.830 --> 0:24:23.619
<v S1>the mitochondria, it'll slow this down and you'll live to

0:24:23.619 --> 0:24:26.590
<v S1>180 years old. And it could just churn out these

0:24:26.590 --> 0:24:30.280
<v S1>things and even better, churn out testing for those things.

0:24:30.280 --> 0:24:32.260
<v S1>So it could be like, look, I need a lab

0:24:32.260 --> 0:24:36.400
<v S1>with the following, you know, beakers and petri dishes and

0:24:36.400 --> 0:24:38.350
<v S1>we need to combine these different things. And I think

0:24:38.350 --> 0:24:40.810
<v S1>I could make a drug that'll do this. You have

0:24:40.810 --> 0:24:43.750
<v S1>to be careful, though, when you start building things that

0:24:43.750 --> 0:24:46.750
<v S1>the AI asks you to build. But that's a separate

0:24:46.750 --> 0:24:51.550
<v S1>talk show. But just think of that automated thinking combined

0:24:51.550 --> 0:24:55.270
<v S1>with experimentation to to yield a result. I think it's

0:24:55.270 --> 0:24:59.740
<v S1>super exciting. Okay, meticulous planning and luck led to capturing

0:24:59.740 --> 0:25:03.550
<v S1>a breathtaking eclipse photo. This is the advantage of doing video.

0:25:03.550 --> 0:25:07.119
<v S1>I'm going to open it up. Look at this thing.

0:25:07.119 --> 0:25:11.409
<v S1>Look at this thing. Is that ridiculous? Like the wing

0:25:11.410 --> 0:25:13.870
<v S1>is just like perfectly there and you've got the flare

0:25:13.869 --> 0:25:19.000
<v S1>around it. I mean, that is that's gorgeous. Margaret MacDonald

0:25:19.000 --> 0:25:23.320
<v S1>argues philosophical theories are more like artful stories than scientific facts.

0:25:23.320 --> 0:25:25.810
<v S1>Quite a good essay. Here you are, what you read,

0:25:25.810 --> 0:25:28.510
<v S1>even if you don't always remember it. I call this

0:25:28.540 --> 0:25:33.370
<v S1>osmotic learning, which is basically just it absorbs into you

0:25:33.369 --> 0:25:36.760
<v S1>in a way that's not attributable to the book or

0:25:36.760 --> 0:25:39.430
<v S1>the video that you got it from. It just it

0:25:39.430 --> 0:25:42.070
<v S1>soaks into you. Right. And I think I've read close

0:25:42.070 --> 0:25:45.250
<v S1>to like 800 books and I feel myself getting smarter,

0:25:45.250 --> 0:25:49.420
<v S1>but I can't point to why my models are being updated,

0:25:49.420 --> 0:25:53.139
<v S1>which I call algorithmic learning. If you actually say Huberman

0:25:53.140 --> 0:25:57.310
<v S1>said this, therefore I'm putting that into an algorithm to

0:25:57.310 --> 0:26:00.010
<v S1>update what I do in the morning for my routine.

0:26:00.010 --> 0:26:03.430
<v S1>That's algorithmic. But if you just consume the video, you

0:26:03.430 --> 0:26:07.690
<v S1>don't write anything down, but you find yourself changing over time.

0:26:07.750 --> 0:26:11.859
<v S1>I call that osmotic for like osmosis seeps in. And

0:26:11.859 --> 0:26:13.989
<v S1>turns out the reason you're not landing that job in

0:26:13.990 --> 0:26:17.890
<v S1>2024 might be because of ghost jobs, which are like

0:26:17.890 --> 0:26:20.860
<v S1>basically fake jobs that nobody's applying for, and they're not

0:26:20.859 --> 0:26:23.890
<v S1>real jobs. And you can actually get it. And got

0:26:23.890 --> 0:26:28.090
<v S1>an argument here that your personality and creative application strategies

0:26:28.090 --> 0:26:31.960
<v S1>can actually land you a job. So they're basically saying

0:26:31.960 --> 0:26:36.160
<v S1>it's not about skills, it's about personality and creativity. And

0:26:36.160 --> 0:26:38.770
<v S1>I think I've been talking about this quite a bit.

0:26:38.770 --> 0:26:42.189
<v S1>It's about how you broadcast yourself. It's about how you

0:26:42.190 --> 0:26:44.710
<v S1>present yourself. This is why I'm doing the whole human

0:26:44.710 --> 0:26:48.490
<v S1>3.0 thing. So I definitely agree with this. I would

0:26:48.490 --> 0:26:52.090
<v S1>characterize it a little differently, but yeah, pretty much right.

0:26:52.090 --> 0:26:55.990
<v S1>All right. Continuous recording within ideas and analysis. So I

0:26:55.990 --> 0:26:58.960
<v S1>think we're heading towards a place where everything is recorded,

0:26:58.960 --> 0:27:01.480
<v S1>or at least where you can expect someone in a

0:27:01.480 --> 0:27:05.260
<v S1>public space is probably recording you. And I like what

0:27:05.260 --> 0:27:08.889
<v S1>that does for getting value out of conversations. But oftentimes

0:27:08.890 --> 0:27:11.230
<v S1>the value is just having the talk in the first

0:27:11.230 --> 0:27:14.230
<v S1>place and having it with somebody who you actually trust.

0:27:14.230 --> 0:27:16.990
<v S1>So I worry a lot about the fact that people

0:27:16.990 --> 0:27:22.180
<v S1>might be more guarded now when having conversations, just assuming

0:27:22.180 --> 0:27:24.730
<v S1>that it is being recorded. So I expect there to

0:27:24.730 --> 0:27:28.390
<v S1>be some sort of conversation indicator, like a red light

0:27:28.390 --> 0:27:30.820
<v S1>or a blue light or something, or a green light,

0:27:30.820 --> 0:27:35.080
<v S1>or a visual indicator on somebody's person that displays one that.

0:27:35.310 --> 0:27:39.389
<v S1>They are recording or two, that they're okay with being recorded,

0:27:39.390 --> 0:27:43.290
<v S1>or that they are not okay with being recorded. And

0:27:43.290 --> 0:27:45.240
<v S1>I think we're going to have some sort of visual

0:27:45.240 --> 0:27:50.100
<v S1>protocol like this indicates someone's comfort level. And I think

0:27:50.100 --> 0:27:52.379
<v S1>venues will also have that, like you'll walk in and

0:27:52.380 --> 0:27:54.270
<v S1>it'll be like a red light, like a stop sign

0:27:54.270 --> 0:27:57.149
<v S1>or something, and it'll be like, not cool to record

0:27:57.150 --> 0:28:01.320
<v S1>inside this building or Starbucks maybe does that for all internal,

0:28:01.320 --> 0:28:05.969
<v S1>you know, Starbucks or whatever. Now question of enforcement that's separate.

0:28:05.970 --> 0:28:09.389
<v S1>But the point is, the social contract I think is

0:28:09.390 --> 0:28:11.070
<v S1>going to be there. It's going to need to be.

0:28:11.070 --> 0:28:14.070
<v S1>So I think it's going to be interesting to see

0:28:14.070 --> 0:28:17.280
<v S1>how that all affects how we interact with each other.

0:28:17.280 --> 0:28:22.200
<v S1>One option is we stop talking and being like fresh

0:28:22.200 --> 0:28:25.500
<v S1>and open with each other. Another option is we stop

0:28:25.500 --> 0:28:28.980
<v S1>caring because there's no other ways to be embarrassed or canceled,

0:28:28.980 --> 0:28:32.250
<v S1>because it's already happened to everyone already. And another option

0:28:32.250 --> 0:28:36.030
<v S1>is that we break into pockets. So some places, like

0:28:36.030 --> 0:28:40.500
<v S1>nobody's embarrassed about anything. Everyone's recording, everything is being transcribed.

0:28:40.500 --> 0:28:44.760
<v S1>It's just radical transparency. And in other places it'll be

0:28:44.760 --> 0:28:48.630
<v S1>like maybe Germany or like the Amish or something. It's like,

0:28:48.630 --> 0:28:53.940
<v S1>no tech, no recording, complete privacy. And, you know, just

0:28:53.940 --> 0:28:56.310
<v S1>like the polar opposite. And you'll have lots of different

0:28:56.310 --> 0:29:01.260
<v S1>societies in between. Recommendation of the week. I recommend the

0:29:01.260 --> 0:29:03.720
<v S1>book of the week or actually book of the month,

0:29:03.720 --> 0:29:06.960
<v S1>actually The Courage to Be Disliked. This was the book

0:29:06.960 --> 0:29:09.360
<v S1>that we just did the book club on. It was

0:29:09.360 --> 0:29:15.060
<v S1>the book for April and it was wonderful. Absolutely loved it.

0:29:15.060 --> 0:29:20.610
<v S1>Courage to be disliked. And it's about the teachings of Adler.

0:29:20.970 --> 0:29:25.560
<v S1>It's called Adlerian philosophy or Adlerian psychology. Highly recommend the

0:29:25.560 --> 0:29:28.770
<v S1>book and the aphorism of the week be who you

0:29:28.770 --> 0:29:31.500
<v S1>are and say what you feel, because those who mind

0:29:31.530 --> 0:29:35.250
<v S1>don't matter and those who matter don't mind. Be who

0:29:35.280 --> 0:29:37.530
<v S1>you are and say what you feel, because those who

0:29:37.530 --> 0:29:42.540
<v S1>mind don't matter and those who matter don't mind. Unsupervised

0:29:42.540 --> 0:29:45.060
<v S1>learning is produced and edited by Daniel Meisler on a

0:29:45.060 --> 0:29:49.950
<v S1>Neumann U87 AI microphone using Hindenburg. Intro and outro music

0:29:49.950 --> 0:29:53.010
<v S1>is by zombie with the why and to get the

0:29:53.010 --> 0:29:55.080
<v S1>text and links from this episode, sign up for the

0:29:55.080 --> 0:30:00.750
<v S1>newsletter version of the show at Daniel meisler.com/newsletter. We'll see

0:30:00.750 --> 0:30:01.470
<v S1>you next time.