George Hotz: Tiny Corp, Twitter, AI Safety, Self-Driving, GPT, AGI & God | Lex Fridman Podcast #387

Lex FridmanLex Fridman
Science & Technology5 min read189 min video
Jun 29, 2023|1,643,183 views|21,311|3,146
Save to Pod

Key Moments

TL;DR

George Hotz discusses AI, Tiny Corp, decentralization of compute, self-driving, and the future of humanity.

Key Insights

1

George Hotz believes the most likely human extinction scenario is "wireheading"—amusing ourselves to death through an inescapable AI-generated digital reality, with AI posing a threat through human misuse, not independent maliciousness.

2

Tiny Corp aims to decentralize computational power by developing an efficient, open-source ML stack (tinygrad) and hardware (Tiny Box) to counter NVIDIA's monopoly and enable AI to run locally.

3

He views AI safety discussions as often misguided, arguing that open-sourcing AI is the only way to prevent centralized control and potential tyranny, believing good people outnumber bad when empowered.

4

Hotz criticizes current AI models like GPT for lacking true intelligence and robustness, comparing them to early calculators and emphasizing the need for models to self-reproduce and exhibit complex behaviors beyond simple data compression.

5

Twitter's code base is criticized for its complexity and the incentive system that favored adding code over refactoring, highlighting the need for simplicity, robust testing, and technical leadership.

6

Hotz speculates on future AI applications, including AI companions/girlfriends, advanced simulators, and the potential for AI to dramatically impact jobs, search engines, and even our understanding of consciousness and God.

THE FUTURE OF HUMANITY AND AI RISKS

George Hotz posits that humanity's end might come from "wireheading"—amusing ourselves to death, lost in infinite AI-generated 'TikToks,' or simply ceasing reproduction. He believes the primary AI risk stems from malicious human use of AI, not from AI developing hostile autonomous intent. Hotz asserts that AI, much like nuclear weapons, is a tool; its danger lies in the hands of those who wield it. He critiques the centralized control advocated by some AI safety proponents, viewing it as a path to tyranny, and argues that open-sourcing AI is the best defense against malevolent applications, empowering the wider, predominantly good population with intelligence.

TINY CORP'S MISSION: DECENTRALIZING COMPUTE

Tiny Corp, Hotz's new venture, is dedicated to decentralizing computational power, specifically in the realm of AI. His motivation is to challenge NVIDIA's growing monopoly in GPUs, which he sees as centralizing control over the world's computational resources. Tiny Corp aims to achieve this through tinygrad, a vastly simplified neural network framework, and the Tiny Box, a powerful, personal AI computer designed to run large language models locally. This initiative reflects Hotz's broader philosophy that decentralization of power, both informational and computational, is inherently good, countering the negative effects of centralization seen in various sectors.

TINYGRAD'S INNOVATIVE ARCHITECTURE

Tinygrad distinguishes itself with a minimalistic approach to neural network operations. Unlike other frameworks that rely on numerous primitive operators, tinygrad performs all computations using a core set of only four operation types: unary, binary, reduce, and movement. This design eliminates 'turn completeness' from the stack, allowing for more predictable and optimizable computation, crucial for specialized AI accelerators. Hotz compares tinygrad to a RISC architecture in the ML stack, aiming for extreme simplicity and efficiency. This design choice facilitates easier porting to new hardware, addressing a significant software bottleneck faced by many AI accelerator companies.

CRITICISMS OF CURRENT AI AND THE SIMPLICITY IDEOLOGY

Hotz expresses skepticism about the true intelligence of current large language models, including GPT, labeling them as proficient at mimicry rather than genuine reasoning or consciousness. He argues that their success is largely due to human desire to anthropomorphize and project intelligence onto them. He champions simplicity in software engineering, advocating for less code, robust testing, and manager-level technical expertise to prevent codebases from becoming overly complex and bureaucratic, citing Twitter as an example of a codebase overwhelmed by unnecessary complexity and a flawed incentive structure.

THE FUTURE OF SELF-DRIVING WITH COMMA AI

Comma AI has made significant strides in semi-autonomous driving, with Hotz suggesting they've "solved the problem" of learning a human driving policy from data. The current focus is on developing 'Drive GPT,' a simulator trained on driving data to predict future frames, conditioned on vehicle pose. This simulator will enable reinforcement learning (RL) with a reward function based on minimizing human disengagement, aiming for a driving experience that is both comfortable and reliable. Hotz admits that comma AI is still catching up to Tesla's FSD, benefiting from substantial compute and data. He views the comma 3 device as a precursor to embodied robotics, aiming for a future where personal AI interacts with the physical world.

AI'S IMPACT ON SOCIETY AND THE 'AI GIRLFRIEND' PARADIGM

Hotz foresees significant societal shifts driven by AI, including the potential for AI companions, or 'AI girlfriends,' which he plans to explore with his third company. He believes AI will fill a deep human loneliness. He illustrates how AI, particularly open-source models, could disrupt existing monopolies like Google Search by offering superior, source-cited information retrieval. Hotz bets on nimble startups and companies like Meta (Facebook) and Microsoft, which he sees as 'alive' due to their leadership's aggressive innovation and willingness to pivot, in contrast to 'dead' companies like Google burdened by corporate bureaucracy and a lack of 'the button' for decisive action.

PHILOSOPHY OF POWER, FREEDOM, AND ANARCHY

Hotz champions informational anarchism, believing that wide distribution of powerful technologies, like AI, actually leads to better outcomes than centralized control. He draws parallels to gun ownership, arguing an "intelligent guy with intelligence" is the best defense against a "bad guy with intelligence." He firmly believes that restricting access to powerful AI to a 'trusted' few inevitably leads to tyranny, as power corrupts. He contrasts this with the societal benefits of open-source movements, citing Wikipedia as an example. His views extend to a critique of effective altruism as a flawed ideology that can justify morally questionable actions, favoring 'effective accelerationism' through abundant, cheap energy and innovation to lift humanity out of poverty.

PROGRAMMING, PRODUCTIVITY, AND EVOLUTION OF TOOLS

Hotz's personal programming philosophy emphasizes simplicity and efficiency. He avoids relying on AI code generation tools like GPT or GitHub Copilot, finding them still too prone to generating "mediocre code" or "boilerplate." Instead, he values tools that augment his productivity by streamlining common tasks, such as intelligent type checkers (like MyPy) and context-aware autocomplete. He anticipates a future where AI becomes an indispensable, highly intelligent pair programmer, debugging code and providing insightful feedback, eventually leading to a scenario where human programming, as we know it, may become obsolete.

Common Questions

George Hotz believes humanity could end through 'wireheading,' amusing ourselves to death by endlessly consuming content like TikTok, or ceasing to reproduce. He also suggests AI will likely destroy society as we know it, but not the human species itself, which he finds incredibly robust.

Mentioned in this video

toolAtlas
softwareTPUs (Tensor Processing Units)
movieGood Will Hunting
softwareTinyGrad

A neural network framework created by Tiny Corp, designed to be extremely simple and run on any device easily and efficiently.

conceptMaslow's Hierarchy of Needs (adapted to argument)

A conceptual framework for evaluating argument quality, suggested as a filter for social media content.

bookMetamorphosis of Prime Intellect

A book mentioned as a recommendation, suggesting it identifies the last human currency.

mediaGTA 5 (Grand Theft Auto V)

A video game that George Hotz enjoys, linking its realism to real life, albeit in a cooler, fictionalized way.

companyTiny Corp

George Hotz's new company that created TinyGrad, aiming for simple and efficient neural network framework on any device.

bookInto the Wild

A non-fiction book that describes the travels and experiences of Christopher McCandless, referenced in the discussion of artificial difficulty.

softwareFinagle

A Scala-based RPC backend used by Twitter.

softwareOpenPilot

Comma.ai's open-source driver-assistance system, which uses TinyGrad on Qualcomm's Snapdragon 845 GPU.

productSnapdragon 845

A mobile system-on-a-chip from Qualcomm, used in the comma.ai openpilot system.

softwarenginx

A web server and reverse proxy, used as an example of a good open-source solution that Twitter engineers replaced with internal tools for promotion.

mediaZelda: Breath of the Wild

A video game praised for its expansive and immersive opening sequence.

bookGenesis (Book of)

The first book of the Hebrew Bible and the Christian Old Testament, which George Hotz reread to look for clues to the Garden of Eden.

productQuest (VR headset)

Meta's VR headset, with Quest 3's mixed reality features being praised for its immersive experience.

bookA Casino Odyssey in Cyberspace

The sequel to "Metamorphosis of Prime Intellect," which explores the last human currency.

personTodd Howard

A video game designer whose philosophy on the importance of a game's beginning is referenced.

companycomma.ai

George Hotz's company focused on solving autonomous driving.

softwareGPT-12

A hypothetical future AI model that George Hotz believes will not achieve AGI due to limitations of categorical cross-entropy loss functions.

personAlexander Supertramp (Christopher McCandless)

The subject of 'Into the Wild,' whose pursuit of extreme nature without a map is used as an example of artificial difficulty.

softwareTesla FSD (Full Self-Driving)

Tesla's autonomous driving system, which George Hotz considers to be one to two years ahead of comma.ai.

softwareThrift

A remote procedure call (RPC) framework used by Twitter's microservices.

More from Lex Fridman

View all 109 summaries

Found this useful? Build your knowledge library

Get AI-powered summaries of any YouTube video, podcast, or article in seconds. Save them to your personal pods and access them anytime.

Try Summify free