UNFUCG
DashboardSearchChatBookmarksNotificationsActivityPremiumProfile
?
Home
Search
Chat
Saved
Profile
Episode
Eric Schmidt on the Robotics Race, Singularity Timeline, and Energy Shortage | 241
~53 min
Episode Brief·YouTube

Eric Schmidt on the Robotics Race, Singularity Timeline, and Energy Shortage | 241

Peter Diamandis
Watch on YouTube Add to chat My bookmarks← All sources

TL;DR

The four things you'd lose by not watching

4 items

TL;DR

The four things you'd lose by not watching

4 items
1

Eric Schmidt argues we are only 10-15% into AI's impact, with agents and reasoning systems already transforming programming from 80/20 human-led to 20/80 AI-led in months.

2

The US faces a 92 GW electricity shortage by 2030 for data centers, equivalent to 60 nuclear plants, yet capital is flooding in — a gigawatt costs ~$50B, and the buildout is 1% of GDP growth.

3

China is winning the low-end robotics hardware race by leveraging its EV supply chain and brutal work ethic; Schmidt warns the US risks repeating the EV loss unless it acts.

4

Recursive self-improvement is not yet here, but the San Francisco consensus expects superintelligence within 2-3 years once AI research agents scale to millions.

Protocols

Concrete recipes — what, when, how much, and why

5 items

Overnight AI coding workflow

WhatWrite a specification and an evaluation function, then launch AI coding agents to run overnight, reviewing results in the morning.
WhenEvening, before sleep.
DoseLaunch jobs at 7pm; they finish by 4am.
For whomProgrammers and software teams (currently early adopters in SF).
WhyLeverages AI's ability to generate and test code autonomously, turning 6 months of work into a single night.
CaveatsRequires clear evaluation functions; not yet suitable for entirely novel problems. Top programmers still needed to direct the system.

Schmidt describes this as the new norm among Bay Area programmers. The AI acts as a tireless junior team, exploring solution spaces while the human sleeps. This flips the ratio of human-to-AI code from 80/20 to 20/80. The human's role shifts from writing code to defining success criteria and reviewing output. Schmidt notes that this workflow would have been impossible just months ago when AI was merely autocomplete.

Mechanism

The underlying LLM (e.g., Claude 4.6) can reason longer and produce higher-quality tokens, iterating on solutions until the evaluation function is satisfied.

Personal experience

Schmidt was backstage running six concurrent Claude 4.6 jobs on his laptop, solving problems he had set up, and was anxious to keep the lid open so they wouldn't break.

I write the spec of what I want and then I write a test function, an evaluation function and then I turn it on. ... When does it finish? Oh, 4:00 in the morning.

Also said
“This stuff would have taken me 6 months and 10 programmers at Google to do the same thing and this poor guy's sleeping.”— Quantifies the efficiency gain.

Prompt engineering as first university course

WhatDesign and mandate a prompt engineering course for all incoming freshmen, regardless of major.
WhenFirst quarter or semester of university.
DoseOne quarter/semester.
For whomAll university students.
WhyAI will be the primary expression platform for all disciplines; students must be fluent from day one.
CaveatsUniversities resist; age restrictions and mental health risks for younger teens must be addressed.

Schmidt argues that just as students learn to write, they must learn to prompt AI systems to unlock creativity and productivity. He sees this as urgent, given the pace of change. Diamandis extends the idea to high school, noting his own children are already using AI. Schmidt agrees but cautions about vulnerable teenagers and the need for guardrails.

You should stop everything else you're doing in the university right now and design a course for freshman men and women ... which is a prompt engineering class.

Also said
“Why wouldn't you teach them immediately?”— Rhetorical push for urgency.

Learning loops acceleration

WhatIdentify all learning loops in a business and accelerate the fastest learner wins.
WhenContinuous business practice.
For whomBusiness leaders, startups.
WhyIn AI and tech, the fastest learner gains competitive advantage.

Schmidt interjects this principle when Diamandis discusses closed loops in robotics and AI self-improvement. He reframes it as 'learning loops' and emphasizes that accelerating learning is the key to winning. This is a meta-protocol for strategy.

The term I like to use is learning loops. ... In a business, try to figure out all the different learning loops and then try to accelerate the learning. Fastest learner wins.

Vertical integration for cost reduction

WhatVertically integrate manufacturing to drive down costs, as Elon Musk does with gigafactories.
WhenWhen scaling hardware production.
For whomHardware startups, robotics companies.
WhyNo vendors exist for novel hardware; vertical integration eliminates margins and accelerates iteration.
CaveatsOnly works for predictable, high-scale manufacturing like batteries; high-skill assembly (e.g., rockets) still requires human judgment.

Schmidt notes that Elon Musk vertically integrates because it's the only way to drive costs down when supply chains don't exist. He contrasts this with China's well-built-out supply chain, but observes that US humanoid robotics companies are also going vertical. He cautions that for complex, low-volume, high-skill assembly (like rocket building), current robots cannot replace human expertise.

Personal experience

I'm part owner of a rocket company, and we need ... how much of the human labor to build a rocket could be replaced by robots. The current limit ... is ... extraordinarily talented essentially assembly people. ... That kind of assembly is beyond current robots.

The way you get to abundance is you drive prices down and you get vertically integrated. And Elon in our country pioneered that to his credit.

Also said
“He truly believes, and I'd love to get your your take on this. He truly believes that the the robot building the robot is imminent.”— Diamandis adds Musk's vision of robotic self-replication.

Use AI for deep research as a newcomer

WhatLeverage LLMs to rapidly get up to speed in a new domain (e.g., rocket science).
WhenWhen entering a new industry or role.
For whomExecutives, investors, anyone pivoting domains.
WhyLLMs can synthesize vast technical knowledge, accelerating the learning curve.

Schmidt mentions using LLMs to do deep research when he joined a rocket company, highlighting how AI can compress years of domain expertise into quick insights.

Personal experience

I of course used LLMs to do my deep research as a new person in the rocket company.

I of course used LLMs to do my deep research as a new person in the rocket company.

What's new

Personal practice updates, fresh positions, predictions

5 items

Programming shift from 80/20 human-led to 20/80 AI-led

Claude 4.6 (Opus) has flipped the ratio of human-written to AI-generated code; programmers now write specs and evaluation functions, then let the AI run overnight.

Why this matters: This represents a sudden, qualitative leap in AI coding capability that Schmidt says makes traditional programming obsolete within a year.

Background

Previously, AI coding tools were autocomplete-like, making developers 10x more efficient but still requiring babysitting. Now, the AI can independently solve complex problems while the programmer sleeps.

Schmidt describes a startup programmer who writes a spec and a test function at 7pm, then goes to sleep while the AI works until 4am, producing inventions that would have taken 6 months and 10 programmers at Google. He notes that the top programmers will become more valuable as directors of programming systems, while the rest will be displaced. The shift is driven by LLMs that can reason longer and produce higher-quality tokens, not just larger context windows. Schmidt sees this as the end of hand-coding: 'No one will ever do that again after the end of this year. It'll be like riding a horse.'

Personal experience

Schmidt shares that backstage he had six concurrent Claude 4.6 jobs running on his laptop, solving problems he had launched, and that he used to be a programmer himself, now feeling obsolete.

Everyone I know in the Bay Area that's doing software says it was 80/20, now it's 20/80.

Also said
“I write the spec of what I want and then I write a test function, an evaluation function and then I turn it on. I said, what time? And he goes, 7:00 in the evening. ... When does it finish? Oh, 4:00 in the morning. ... then he sees what's been invented.”— Illustrates the new workflow where AI does the heavy lifting overnight.
“No one will ever do that again after the end of this year. It'll be like riding a horse, you know, be like quaint skills that we all used to have.”— Schmidt's bold prediction that manual coding will become a relic.

Recursive self-improvement not yet achieved

Despite hype, true recursive self-improvement where an AI learns everything and reports back does not work yet; scientists disagree on the approach.

Why this matters: Contrasts with the San Francisco consensus that AGI/ASI is 2-3 years away; Schmidt reveals the science is still missing.

Background

The belief in SF is that once AI research agents are turned on, you can have millions of them, limited only by electricity, leading to a superintelligence takeoff. However, current demos only show limited cases.

Schmidt spent the prior week reviewing RSI (recursive self-improvement) papers and found no agreement among scientists on the exact approach. He defines real RSI as 'Start now, learn everything, discover things, and tell me what you learned.' That query doesn't work yet. He notes that the labs are leapfrogging each other weekly, but the core breakthrough is still missing. The SF consensus timeline of 2-3 years is based on scaling reasoning agents, not on having solved RSI.

Real recursive self-improvement is the following. Start now, learn everything, discover things, and tell me what you learned. Yeah. That query doesn't work yet.

Also said
“The scientists do not agree on the exact approach to work yet. So, I think it's too early to know that question.”— Underscores the scientific uncertainty.

China's dominance in low-end robotics hardware

China's EV industry gives it a supply chain advantage in actuators and motors, making it the likely winner in low-cost humanoid robots.

Why this matters: Schmidt frames this as a strategic error akin to losing the EV race, urging the US to compete.

Background

The US allowed China to dominate electric vehicles; now the same motors and systems are used in robots. Chinese companies like Unitree are already impressive, with brutal competition and work ethic.

Schmidt argues that robotics can be reduced to actuators and a brain. The EV industry produces the same kind of motors, giving China an expertise the US lacks. He visited Unitree and was impressed. He notes that China's culture of brutal competition, no small talk, and vertical integration at scale makes them formidable. He wants the US to win the robotics revolution, not cede the low end. He also notes that high-end, high-skill assembly (like rocket building) is still beyond robots, but low-skill labor will be swept up.

Personal experience

I spent some time with them last time I was in China. And they're one of many.

At the moment it sure looks to me like the robotic hardware of China is the winner at the low end.

Also said
“I don't want to lose the robotic revolution in my view the way we lost the electric vehicle revolution at least on the low end.”— Directly states the strategic concern.
“In China, we don't have the board dinner. We have a 2-hour meeting. We get back to work. And there's no preamble. ... It's just cultural.”— Illustrates the work ethic difference.

Mandatory prompt engineering for university freshmen

Schmidt proposes that all universities immediately design a prompt engineering course for incoming freshmen, as AI will be the expression platform for all disciplines.

Why this matters: A direct, actionable policy proposal from a tech luminary, challenging academic inertia.

Background

Universities are opposed to such changes, but Schmidt argues students need these tools from day one. Diamandis suggests starting even earlier, in high school.

Schmidt believes that every student, regardless of major, will use AI as their primary creative and analytical tool. He wants a quarter or semester course to be the first thing they learn. He acknowledges age restriction concerns for younger teens but insists universities must adapt. Diamandis pushes for high school, noting his own kids are already using AI. Schmidt concedes it's an improvement but warns about vulnerable teenagers and the need to address mental health risks.

You should stop everything else you're doing in the university right now and design a course for freshman men and women ... which is a prompt engineering class.

Also said
“Universities are completely opposed to my idea, as usual. ... But if you think about the student, ... they're going this platform will be the expression platform for their art, their music, their writing, and so forth. Why wouldn't you teach them immediately?”— Highlights the resistance and the rationale.

AI safety may require a Chernobyl-like wake-up call

Schmidt believes a modest disaster, like a biological or nuclear attack enabled by AI, may be necessary to force global cooperation on safety.

Why this matters: A stark, descriptive (not prescriptive) warning from an insider about the inadequacy of current governance.

Background

Congress spends less than 1% of its time on AI. Governments are too busy with political cycles. Schmidt thinks only a shared tragedy will bring the US and China together.

Schmidt clarifies he is not endorsing such an event, but describing the likely path. He imagines a scenario where after a bad incident, leaders from the US and China meet and agree to cooperate despite competition. He notes that without a wake-up call, political will is absent. He also highlights other dangers: impact on teenagers (suicides linked to LLMs), agent orchestration unpredictability, and the need to maintain American values while racing.

It may take such a tragedy, hopefully a small one, to awaken the world to understand that these things are they do have negative power.

Also said
“I'm doing it as a descriptive, not as a proscriptive.”— Clarifies he's not advocating for disaster.
“It is not okay for 13-year-olds to be committing suicide because of an LLM. It's just not okay. ... It needs to be addressed right now.”— Another concrete danger he wants solved immediately.

Recommendations

Products, supplements, and tools mentioned in the episode

3 items

Claude 4.6 (Opus)

Tool

Schmidt and his network are using it for autonomous overnight coding; it flipped the 80/20 human/AI code ratio.

Schmidt describes Claude 4.6 as the latest model that enables the 20/80 shift. He notes that its power comes not just from the code generation but from the underlying LLM's ability to reason longer and produce better quality tokens. It is being used by programmers to write specs and evaluation functions, then let the AI run autonomously. He mentions it in the context of the broader agent revolution.

vs alternatives

Compared to previous autocomplete-like tools that made developers 10x more efficient but still required babysitting, Claude 4.6 enables fully autonomous overnight problem-solving.

Personal experience

Schmidt was running six concurrent Claude 4.6 jobs backstage, solving problems he had set up.

Claude code came out a couple months ago, the the latest one, Opus whatever it is. ... Everyone I know in the Bay Area that's doing software says it was 80/20, now it's 20/80.

Also said
“It's not the Claude code part, it's that the underlying LLM can produce more reasoning over time, better quality tokens over time. It's a deeper thinker.”— Explains the technical leap.
Find Claude

Unitree Robotics

Product

Chinese humanoid robot company; Schmidt cites their dance video as evidence of China's lead in low-end robotics hardware.

Schmidt visited Unitree in China and was impressed. He notes they are one of many Chinese robotics firms benefiting from the EV supply chain. He urges the audience to pay attention to their co-founder speaking later at the event. He frames Unitree as a symbol of the competitive threat.

vs alternatives

Compared to US humanoid robotics companies that are vertically integrating due to lack of vendors, China has a mature supply chain.

Personal experience

I spent some time with them last time I was in China. And they're one of many.

Watch the Unitree robot dance with the humans. Yeah. That came out about a month ago.

Also said
“Unitree here in the tech hub and the co-founder will be on stage with us later today. Pay attention to them.”— Direct endorsement to watch the company.
Find Unitree

Invest in American AI infrastructure and immigration

Practice

Schmidt urges the US to win the AI race by accelerating energy permitting and high-skill immigration.

He praises the current administration's efforts on energy permitting and notes the data center buildout is accelerating. He also calls for more high-skill immigrants to bring the smartest people to the US. He frames this as a unique moment in history where America must lead.

I want to win the AI race. I want us to do whatever it takes to do that. ... I also want lots of immigrants in our country because those immigrants, at least the high stakes high skills immigration, is what we need.

Also said
“This is a unique moment in history.”— Emphasizes the urgency.
Find Invest
Disclosed sponsorships3speaker disclosed

Google TPUs

Product Sponsored · disclosed

TPUs, especially version 2 onward, are optimized for inference, giving Google an edge in the current reasoning-focused AI era.

DisclosureSchmidt is former Google CEO and Alphabet chairman; he discusses TPUs as a strategic asset.

Schmidt recounts how the TPU v1 was a matrix multiplier, but v2 changed the algorithm in a way that made it perfect for inference. He notes that decisions made 10 years ago set up Google's current advantage. Nvidia's acquisition of Groq is seen as an attempt to catch up to that inference capability. He also praises Nvidia's ability to build complete supercomputer architectures, something Intel never achieved.

vs alternatives

Nvidia is building full supercomputers; TPUs are particularly good for inference. Both companies will do incredibly well.

Personal experience

I was there when the TPU was invented at Google.

When they went to version two, they changed the algorithm in a complicated way. And it's particularly good for inference. ... those decisions made 10 years ago set up the TPU as the perfect inference engine.

Also said
“Nvidia purchased Groq ... for the reason of getting that inner ... trying to catch up to what you thought of 10 years ago.”— Shows the competitive landscape.
Find Google

Abundance movement (concept)

Book Sponsored · disclosed

Schmidt calls the Abundance movement 'correct' and credits Diamandis for making the event its epicenter.

DisclosurePeter Diamandis is the founder of the Abundance movement and X Prize; Schmidt is a supporter.

Schmidt opens by thanking Diamandis and stating that the reason he came is that this has become the epicenter of the abundance movement. He endorses the thesis that technology can create a world of plenty.

Personal experience

I wanted to come here is this has become the epicenter of the abundance movement. And the abundance movement is correct.

The abundance movement is correct. That's the important thing.

Find Abundance

DeepMind/AlphaFold

Service Sponsored · disclosed

DeepMind's AlphaFold solved protein folding, doing in an hour what took PhD students 4 years, and the acquisition paid for itself just through data center cooling optimization.

DisclosureSchmidt was CEO of Google when it acquired DeepMind for $600M.

Schmidt recounts the acquisition story: Larry Page insisted DeepMind was the best AI team, competing with Elon Musk. The $600M price was considered wasteful at the time for a company that only played Go. Later, it was revealed that DeepMind's AI optimized Google's data center cooling so efficiently that it recouped the entire acquisition cost. Then AlphaGo beat the world Go champion, and the same team pivoted to protein folding, solving a grand challenge in biology. Schmidt uses this to illustrate the patience of capital and the unexpected returns of fundamental AI research.

Personal experience

I still remember, you know, it there in one floor, you know, these sort of British people, and uh led by a sort of Greek British person, Demis. ... And then I understood the genius of the DeepMind people.

The entire acquisition price was paid off, and that became the AI that's changing the world today.

Also said
“Does the work in an hour that used to take a PhD student 4 years. It's like 300 million times more efficient.”— Quantifies the impact of AlphaFold.
Find DeepMind/AlphaFold

Notable quotes

Lines worth pulling out — contrarian, specific, or perfectly phrased

4 items
Everyone I know in the Bay Area that's doing software says it was 80/20, now it's 20/80.
Concise, shocking metric of AI's sudden takeover of coding.
No one will ever do that again after the end of this year. It'll be like riding a horse, you know, be like quaint skills that we all used to have.
Bold prediction that manual coding will be obsolete within months.
It may take such a tragedy, hopefully a small one, to awaken the world to understand that these things are they do have negative power.
Stark, controversial stance on AI safety from a tech leader.
I don't want to lose the robotic revolution in my view the way we lost the electric vehicle revolution at least on the low end.
Frames China competition as a repeat of a strategic failure.

Sign in to share feedback

Tell us if this brief hit the mark or missed it — feedback feeds back into the next iteration of the prompt.

Topics covered

ai-agentsrecursive-self-improvementprogramming-automationenergy-constraintsdata-centerschina-competitionrobotics-hardwaredeepmind-acquisitionalphagoprotein-foldingspace-data-centersai-safetyprompt-engineering-educationjevons-paradoxvertical-integrationlearning-loopsus-immigration-policyai-governance
Free account

Make this library yours

Reading is free for everyone. A free account adds the personal layer: save protocols, follow experts, and see how the other experts weigh in on this same topic.

Create a free accountSign in

Where the experts disagree — weekly

One email a week: the sharpest new disagreements and protocols from the library. No spam, unsubscribe anytime.

Educational summary of the cited expert source — not medical advice. Open the source recording linked above and consult a qualified physician before acting on any protocol.