Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Chris Lattner

๐Ÿ‘ค Speaker
See mentions of this person in podcasts
2524 total appearances

Appearances Over Time

Podcast Appearances

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And so it manages all that kind of stuff.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Well, it depends on where, I mean, I don't think I'm a normal person.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

So, I mean, I'm not one to call other people weird.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

But, you know, if you talk to a normal Python, a typical Python programmer, you're typically not thinking about this, right?

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

This is a lower level of abstraction.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Now, if you talk to a C++ programmer, certainly if you talk to a Rust programmer, again, they're not weird, they're delightful.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Like, these are all good people, right?

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Those folks will think about it all the time.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And so I look at this as there's a spectrum between very deep, low-level systems.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

I'm going to go poke the bits and care about how they're laid out in memory all the way up to application and scripting and other things like this.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And so it's not that anybody's right or wrong.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

It's about how do we build one system that scales.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Well, so this is where you jump into, you know, again, you zoom out and get out of programming languages or compilers and you just look at what the industry has done.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

My mind is constantly blown by this, right?

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And you look at what, you know, Moore's Law.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

Moore's Law has this idea that, like, computers for a long time, single-thread performance just got faster and faster and faster and faster for free.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

But then physics...

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

and other things intervened and power consumption, like other things started to matter.

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And so what ended up happening is we went from single core computers to multi-core, then we went to accelerators, right?

Lex Fridman Podcast
#381 โ€“ Chris Lattner: Future of Programming and AI

And this trend towards specialization of hardware is only gonna continue.