UNFUCG
DashboardSearchChatBookmarksNotificationsActivityPremiumProfile
?
Home
Search
Chat
Saved
Profile
Episode
GPT 5.2 Release, Corporate Collapse in 2026, and 1.1M Job Loss | EP #215
~146 min
Episode Brief·YouTube

GPT 5.2 Release, Corporate Collapse in 2026, and 1.1M Job Loss | EP #215

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

GPT-5.2 release shows shocking capability leaps, especially on GDP Val (knowledge work automation) and ARC AGI2, with costs collapsing. Knowledge work is now 'cooked' at 71% task superiority over humans, 11x speed, <1% cost.

2

Peter Diamandis predicts 2026 will see the biggest corporate collapse in history as legacy companies fail to adopt AI-native stacks; the playbook is to scrap old code, rebuild in Python, and use external AI-native startups.

3

China is decoupling chip supply chains by banning its companies from buying Nvidia H200s even after US approval — a protectionist move that creates two separate compute ecosystems.

4

Space-based AI data centers go mainstream: Sundar Pichai announces Google will test TPU racks in orbit in 2027, with cooling solved (radiative) and sun-synchronous orbits becoming the new real estate rush.

Protocols

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

5 items

Scrap legacy code and rebuild in Python for AI-assisted development

WhatWhen using large language models for coding, don't try to fix legacy Java or C codebases. Instruct the AI to rebuild the entire application from scratch in Python, which has far better training data and yields instant, working results.
WhenWhen you encounter AI coding failures on legacy tech stacks.
DoseOne-time rebuild; the AI can generate the complete Python version in about an hour for typical applications.
For whomSoftware engineering teams and individual developers stuck on legacy systems.
WhyPython has vastly more training data in current LLMs than Java or C, so AI code generation succeeds. The limitations are not capability but the context mismatch of old languages.
CaveatsRequires organizational buy-in to abandon legacy code; security risks from code you can't fully audit (especially Chinese open-source models). May require switching to more expensive, safer models like GPT-5.2 for proofreading.

Peter discovered this after frustration with his portfolio companies: they'd try to have AI fix their Java codebase and it would struggle, but simply saying 'scrap it, rebuild in Python' resulted in a finished product in an hour. He now generates massive volumes of code using Kimmy K2 for speed, then routes the output through GPT-5.2 to proofread for vulnerabilities because the generated code 'just flat out works' and is too voluminous for human review. He learned the hard way about spyware risks from Chinese models after Alex warned him that open-weight models can inject vulnerable code when prompted with certain topics. The protocol thus has two phases: (1) rebuild in Python with a fast model for volume, (2) proofread with a trusted safer model.

Mechanism

LLMs are trained on massive internet corpora where Python dominates; the token prediction quality is higher. Java and especially C have less representation, so the model lacks the pattern depth to reliably generate correct code.

Personal experience

Peter: 'You come back an hour later and it's done... I'll easily crack 20 or 30k this month, but I'll also generate more code this month than my entire life up to this date. Um, so it's a bargain at 20k.'

If you just say no, scrap it. Rebuild it entirely from scratch in Python. You come back an hour later and it's done.

Also said
“It worked. The code just flat out works. I don't even have to look at it. It's passing every eval. It's doing it's building interfaces that I want.”— Validates the efficacy of the approach and the 'no human review' reality.
“Now I've got actually GPT 5.2 proofreading right now, but I think what I need to do is just turn off Kimmy, pay the 10x higher price... to make sure I don't end up spywareing my entire world.”— Adds the security layer: proofread with safer models.

Build an AI-native stack on the edge and deprecate the old

WhatInstead of integrating AI into existing legacy systems, create a completely new technology stack built from the ground up for AI, run it in parallel, and gradually move functionality from the old stack to the new one.
WhenFor any medium to large company facing disruption from AI capabilities.
DoseOngoing transformation; start immediately.
For whomCEOs and boards of incumbent companies.
WhyOld systems (Java, Outlook-based workflows) choke AI adoption. A greenfield AI-native stack can be rapidly developed and outperform the legacy infrastructure, while the old system is wound down piece by piece.
CaveatsEmotional and political resistance is extreme; most companies do nothing. Requires strong leadership to overcome the organizational inertia.

Peter and the hosts note that out of 20 major companies they work with, only three are doing even halfway the right thing. The rest are pushing the old model, assuming they can catch up later. The correct play is to find external AI-native startups (like from Y Combinator or Neo) to be development partners, invest in them, and let them build the new stack inside your organization as a tightly bounded startup. This sidesteps the talent shortage (billion-dollar signing bonuses for AI engineers) and the innovator's dilemma. The book 'Exponential Organizations' outlines the step-by-step, and Christensen's 'Innovator's Dilemma' explains why incumbents fail but not much about the prescriptive fix.

Personal experience

Dave: 'I'm seeing that's unbelievable executives at that level are are go looking at every looking at the world and going yeah I'm just going to retire right now and so there's this unbelievable stop opting out exactly like falling off the cliff.'

What needs to happen is they need to take their capability here, create a new stack on the edge that's completely built AI native from the ground up, and then little by little deprecate the old and move functionality, capability, resources to the new.

Also said
“The political and the uh emotional uh stress of that is causing them most of them to do nothing.”— Highlights the barrier.
“Find your AI development partners. try and do a deal with them where you either invest in them or you become a development partner customer for them.”— The practical alternative to internal hiring.

Use forward-deployed AI consultants to embed AI in enterprises

WhatHire experienced ex-big-tech talent laid off from Microsoft/Amazon, train them on your AI tools, and deploy them into corporate clients to physically integrate AI into their workflows.
WhenWhen your AI startup sells to enterprise but struggles with deployment.
DoseOngoing consultancy model.
For whomAI product companies targeting large enterprises.
WhyYoung founders often lack management and enterprise sales experience, and corporate clients are paralyzed. Embedding human consultants who know AI solves the 'last mile' problem of culture and integration.

Dave points out that 20,000 highly talented people in Seattle have been cut from Microsoft and Amazon. These individuals can be retrained quickly on AI platforms and placed inside companies like State Street Bank or Walmart, where demand for AI deployment talent is desperate. The alternative — just launching software on Hacker News — fails for enterprise. The forward-deployed model creates immediate sales and deeply embeds the technology.

Personal experience

Dave: 'Get hire hire those 20,000 people, train them on how to be AI forward deployed consultants or delivery people and then get them embedded back into corporate America at State Street Bank, at at JP Morgan, at Walmart. they'll they'll hire your people instantly to get AI deployed inside their organization.'

If you're growing your business, a lot of the younger companies uh you know 22 23 year old leaders are afraid to be forward deployed because they've never they've never done it before... Well, get hire hire those 20,000 people, train them on how to be AI forward deployed consultants.

Also said
“The founders are afraid to do it. They want to just like launch their software on hacker news and hope that the world sucks it up... it's just never going to fill if you don't get forward deployed.”— Obstacle that the protocol overcomes.

Become the AI expert in your current company by using tools and sharing insights

WhatIf you're not an entrepreneur, you can still capitalize on the AI wave by consistently using AI tools, subscribing to high-quality AI podcasts and newsletters, and branding yourself as the go-to AI person within your company.
WhenImmediately, ahead of the 2026 corporate panic.
DoseContinuous learning and practice.
For whomNon-technical professionals in any industry.
WhyDemand for AI literacy inside regular corporations will skyrocket, and you don't need a software background — intuition and voice prompting are sufficient to build significant value.
CaveatsRequires dedicating time each week; must avoid hype and focus on practical applications.

Dave answers a user question about how AI can lift up non-entrepreneurs. He emphasizes that historically, being a software god required deep coding skills, but with AI, it's about intuition and knowing how it applies in your industry. He advises to 'just jump in the game'. This echoes Peter's own approach of spending hours weekly with the latest models and then applying them across his dozen companies.

Just jump in the game... The demand for this knowledge inside regular corporate world is going to go through the roof in 2026. And if everybody around you knows you're the AI person... it's much more intuition based.

Also said
“Listen to the podcast, get subscriptions, play with the tools, and then brand yourself as an AI expert within your company.”— Concrete first steps.

Press the Pebble ring to capture fleeting ideas into AI

WhatWear the Pebble smart ring ($75) and press its physical button to record voice memos, which are then processed by an on-device LLM on your phone to transcribe and analyze the notes.
WhenWhenever you have a thought you want to remember — waking up at night, after meetings, etc.
DoseAs needed.
For whomBusy professionals, creative thinkers.
WhyCaptures the 'dribbles of thought' throughout the day without pulling out a phone, using a persistent button on your body that pipes directly to a foundation model.
CaveatsIt's a single-purpose device focused only on voice notes; not a full smart ring.

The ring is from Eric Mijigovski (founder of Pebble Watch), who famously used Kickstarter to validate products. This ring allows you to press a button and whisper to your ring, turning transient thoughts into structured AI input. The voice goes via Bluetooth to a locally hosted LLM on your phone, ensuring privacy. The hosts marvel at the idea of a 'button on the human body' that connects to AI, and predict next steps like injectable or edible foundation models.

Mechanism

The ring connects via Bluetooth to a phone, which runs a local large language model to transcribe and analyze voice memos. No cloud dependency, preserving privacy.

When you press the button, a microphone records whatever you want. So this is, you know, you remember like waking up in the middle of the night like remembering something. You just push your ring and you whisper into your ring.

Also said
“How long until it's not just a button on your body that enables you to talk to a foundation model, but you're you're swallowing foundation models?”— Forward-looking hook that captures the trajectory.

What's new

Personal practice updates, fresh positions, predictions

4 items

Boom Supersonic pivot into gas turbines for data centers

during the energy and robotics segment

Boom, originally a supersonic jet startup, is now selling a 42 MW natural gas turbine designed for AI data centers, addressing 7-year wait times for gas turbines and creating a massive near-term revenue stream.

Why this matters: It's a textbook example of a moonshot company pivoting an adjacent capability (turbine engineering) into the AI infrastructure boom, turning a cost center into a profit center.

Background

Boom had been developing supersonic engines for years. Data center operators face enormous backlogs for gas turbines and will pay upfront for future capacity.

The hosts applaud the pivot as brilliant: it leverages existing blade and manufacturing expertise, matches astronomical AI energy demand, and provides immediate revenue to sustain the supersonic vision. They note it's like Amazon with AWS or SpaceX with Starlink — a cash-generating business that funds the moonshot. The turbine is sexy-looking and already has $1.25 billion in backlog. The broader lesson: every company should ask what asset they have that can become a profit center in the AI ecosystem.

Personal experience

Dave: 'I know personally data center operators that yeah they they'll spend anything and they're and they're pre- buying too. They'll pay you upfront for something that you're going to make next year billion dollar backlog.'

Boom had been developing, you know, supersonic uh engines and now they've unveiled a supersonic super power turbine uh that's able to provide 42 megawatts of natural gas turbine capabilities uh to data centers.

Also said
“This is a brilliant strategic pivot by by boom... The irony is there's probably a much much larger addressable market for gas turbines for AI data centers than there is for consumer supersonic jets.”— Highlights the magnitude of the opportunity.
“What do you have? What do you what are you building right now that's a cost center for you that could become a profit center for you in the AI ecosystem?”— Actionable takeaway for any company.

AI native actress Tilly Norwood freaks out Hollywood

during the Tilly Norwood story

A London studio created Tilly Norwood, an AI-generated actress, using GPT and 2,000 design versions, garnering 700k YouTube views and 40 contract offers, shaking Hollywood as AI performers could replace human actors in short-form and gaming.

Why this matters: It signals the possible end of human exclusivity in entertainment; AI performers work 24/7, never age, never renegotiate, and can appear across infinite projects.

Background

The Screen Actors Guild is already worried. Short-form video and video games are larger markets than traditional film, and AI actresses can dominate there first.

The hosts compare it to the movie 'Simone' and the Washington Post's decline, arguing that consumers don't crave authenticity as much as assumed — they watch whatever is interesting. AI actors will first win in TikTok and video games, then undermine traditional film budgets and audiences. The question becomes whether human actors should license their personas now before synthetics take over. OpenAI's deal with Disney to bring characters into Sora 2 shows the IP angle. Peter notes this is a 'race for neurons' — with Dunbar's number limited, synthetic personalities could fill slots in people's social circles.

Personal experience

Peter shares a dinner conversation with a former studio head and actress: 'it is scaring the daylights out of the industry'.

There's no doubt in my mind that that humans do not crave authenticity as much as we think we do and we will just watch whatever is interesting and entertaining.

Also said
“This is an AI performer working 24/7, uh, appearing on in unlimited projects, never aging, never burning out, uh, never needing to renegotiate contracts.”— The economic advantage over human talent.
“When Tilly shows up in five billion Tik Tok posts, that's when you know you're dead long before it hits you in your long form movies.”— The bellwether to watch, not traditional movies.
“Get your avatar out there. Get it built and out there right away. Get your Tilly Tilly Norwood equivalent, Peter or whoever out there right away so that personality can grab before you know the true synthetics take over.”— Actionable advice for public figures.

Space-based AI data centers become mainstream

in the space and AMA segment

Google plans to test tiny racks of TPU machines in orbit via Planet Labs satellites in 2027, with talk of using sun-synchronous orbits for constant solar power and radiative cooling to solve heat dissipation. This was science fiction a year ago, now mainstream CEO strategy.

Why this matters: Marks a phase change: multiple companies in US, China, and Europe are now planning orbital compute, driven by AI's insatiable energy and cooling demands.

Background

The idea surfaced at Abundance 360 a year ago but was considered insane. Now Google's Sundar Pichai publicly discusses it, and the technical problem of cooling appears solvable with radiative cooling into deep space.

Sundar's clip reveals Google's plan to launch small racks in 2027 and scale thereafter. The cooling solution: for every square meter of solar panel, only one same square meter of radiative cooling area is needed, all aluminum-based. Sun-synchronous orbits ensure constant sun exposure. The hosts discuss that failing satellites would be constantly replaced on a 3-year cycle due to chip obsolescence, so damage from solar storms or debris is less catastrophic. Fault tolerance for space-based training runs remains unsolved, but diversification across orbits could help. This shift will crowd sun-synchronous orbits, creating a new real estate gold rush regulated by the FAA.

Personal experience

Peter: 'I hate to think about the idea of your all the data centers in orbit shutting down because there's a solar storm... but earthquakes and tsunamis and hurricanes are much bigger problem than solar storms.'

How do we one day have data centers in space so that we can better harness the energy from the sun... there's no doubt to me that a decade or so away we'll we'll we'll be viewing it as a more normal way to build data centers.

Also said
“Sun-synchronous orbit is about to become very very crowded... It's a real estate. It's a limitation.”— Emerging conflict point.
“It's it's cooling at 1x and I don't know how they and it's all aluminum based, so it's not weird weird expensive metals or anything like that.”— Technical detail on solved heat dissipation.
“If you're in the middle of a training run and a solar storm hits... there isn't like the definitive industry standard solution.”— An unsolved problem for orbital AI factories.

Colossal's de-extinction progress with woolly mouse and dire wolf

opening banter about Colossal

Colossal Biosciences, where Peter is an adviser and early investor, has achieved de-extinction milestones: bringing back the dire wolf, creating a woolly mouse by identifying key phenotype genes, and reconstructing woolly mammoth DNA from up to 1.2 million-year-old fragments.

Why this matters: Demonstrates real synthetic biology progress in resurrecting extinct species, moving from concept to living organisms.

Background

Colossal identifies genes associated with specific phenotypes (hair length, snout shape, cold tolerance) and uses the closest living relatives' DNA as a scaffold. The woolly mouse shows they can alter phenotypes without a complete genome.

Ben Lamb, the CEO, has no biology background but came from Hyper Giant software, and built the company from zero to $10 billion valuation in four years. Peter mentions they have 12 species in various stages, including saber-tooth tiger and mammoth. DNA older than 1.2 million years hasn't been recovered, but that still covers a wide spectrum. The process involves figuring out which gene variants produce desired traits and then splicing them into living relatives. Ben will speak at the Abundance Summit as a moonshot closing speaker, highlighting the extreme entrepreneurship angle.

Personal experience

Peter: 'I was touring with uh, Colossal yesterday. Ben Lamb, I'm an adviser, early investor in this company, and Colossal is amazing.'

They've been able to identify the genes that that in particular are different are different phenotypes, right? Like length of hair, length of snout. And it's fascinating what they're doing... they have DNA going back as far as 1.2 million years.

Also said
“They're reconstructing a single single room, you know, an approximation of woolly mammoth.”— Clarifies the methodology — creating an approximation, not a perfect clone.
“He's going to be uh one of our moonshot closing speakers at the Abundance Summit this year... how do you go from 0 to10 billion valuation in four years.”— Highlights the business moonshot aspect.

Recommendations

Products, supplements, and tools mentioned in the episode

5 items

GPT-5.2

Tool

Peter and the team use GPT-5.2 for proofreading AI-generated code, especially after using faster open-source models like Kimmy K2, to guard against potential spyware or vulnerabilities.

After Alex warned that Chinese open-weight models can inject malicious code, Peter switched his workflow: he generates large code volumes with Kimmy K2, then runs the output through GPT-5.2 for security review. The model's safety and broader training make it a trusted second layer, even though it's more expensive. The hosts note that GPUt-5.2's real-world capabilities far exceed its benchmark numbers, especially in coding and reasoning tasks.

vs alternatives

Safer than Chinese open-weight models (Kimmy K2, DeepSeek) but 10-20x slower and more expensive per token. Preferred for security-critical code review.

Personal experience

Peter: 'Now I've got actually GPT 5.2 proofreading right now, but I think what I need to do is just turn off Kimmy, pay the 10x higher price. It's actually 20x higher price to to run it on GPT2 uh instead. Um 5.2 instead.'

I've got actually GPT 5.2 proofreading right now

Also said
“I need to do is just turn off Kimmy, pay the 10x higher price. It's actually 20x higher price to to run it on GPT2 uh instead.”— Cost sacrifice for security.
Find GPT-5.2

Claude Opus (Anthropic)

Tool

Dave uses Claude Opus extensively for code generation, spending $200 up to $20-30k per month, because it produces more code in a month than his entire prior life, and considers it a bargain despite soaring costs.

Claude Opus is Dave's primary coding model. He states he's happy paying Anthropic $20-30k monthly because the output is extraordinary. He generates such large volumes that he can no longer manually review all code, relying on automated evals. This level of spending demonstrates the new economics where individual developers can leverage frontier models as massive multipliers.

vs alternatives

Compared to GPT-5.2, Claude Opus leads in some benchmarks like long-form creative writing (Sonnet 4.5 wins). Dave finds Opus superior for his coding volume, though it's pricier than some alternatives.

Personal experience

Dave: 'my uh opus expenses went from 200 bucks a month to a,000 bucks a month to I'll easily crack 20 or 30k this month, but I'll also generate more code this month than my entire life up to this date.'

I'll also generate more code this month than my entire life up to this date. Um, so it's a bargain at 20k.

Also said
“I'm using uh Claude Opus at extra, you know, my my uh opus expenses went from 200 bucks a month to a,000 bucks a month to I'll easily crack 20 or 30k this month.”— Quantifies the personal ROI and extreme usage.
Find Claude

Gemini 3 Pro

Tool

Alex and Peter both prefer Gemini 3 Pro for most of their business document writing, citing it as amazing for crafting and de-spywaring text.

Peter uses Gemini to 'despyware' text generated by other models, meaning he runs outputs through it to clean up potential bias or malicious content. Alex uses it for almost all his writing due to its balance of quality and speed. The benchmark table shows Gemini 3 Pro still leads on Frontier Math Tier 4, indicating robust reasoning.

vs alternatives

For business writing, it outperforms Claude and GPT-5.2 in their workflows, though not necessarily in creative writing benchmarks.

Personal experience

Peter: 'I'm using actually Gemini to to one despyware it and uh and to proofread it.' Alex: 'I use 3 Pro for almost all of my writing.'

I've been using Gemini 3 Pro and I found it to be really amazing to just craft, but I'm using mostly business documents.

Also said
“I'm using actually Gemini to to one despyware it and uh and to proofread it.”— A novel use case: cleaning potentially tainted outputs.
Find Gemini

The Innovator's Dilemma by Clayton Christensen

Book

Recommended by Salim (Sem) as essential reading for CEOs facing disruption. It explains why large companies fail to adopt new technologies, though Peter notes it's better at diagnosis than prescription.

The book shows that incumbents ignore disruptive innovations because they initially serve small, low-margin markets. Sem says Christensen admitted the model didn't predict Uber well because it assumed vertical industry silos. Now with AI, those silos are collapsing into 'compute', making the dilemma even more acute. The hosts advise pairing it with practical steps like seeking external AI startups as partners.

vs alternatives

Compared to 'Exponential Organizations', which is more prescriptive on the 'how'.

Personal experience

Peter relates his conversation with Clay Christensen before he passed, where they discussed the book's limitations.

Read Klay Christensen, The Innovator's Dilemma, which exactly addresses this question... what that book will tell you to do... go find Link Studio, Y Combinator, Neo, go out there and find your AI development partners.

Also said
“One of the things he uh honestly very honestly admitted was the innovator's dilemma works really well to identifying the the uh cracks in the structure but it's not that great at the prescriptive side.”— Caveat from the creator.
Find The

Pebble Smart Ring

Product

A $75 ring with a single physical button that activates a microphone to capture voice notes, which are processed by an on-device LLM for transcription and analysis. Created by Pebble Watch founder Eric Mijigovski.

The ring is designed to be worn all the time, serving as a 'button on the human body' to instantly pipe thoughts to AI. It's a single-purpose device, not competing with health-tracking smart rings. The voice data stays local via Bluetooth to your phone, addressing privacy. The hosts see this as a stepping stone toward more integrated body-AI interfaces.

vs alternatives

Compared to pulling out a phone, it's faster and more discreet. Not a replacement for full smartwatches or health wearables.

For 75 bucks, you wear a ring that's got one purpose. It's got a small little physical button on it. And when you press the button, a microphone records whatever you want.

Also said
“The voice goes from the ring to an ondevice on your phone hosted large language model that then transcribes and analyzes.”— Explains the privacy-preserving architecture.
Find Pebble
Disclosed sponsorships3speaker disclosed

Exponential Organizations 2.0 by Salim Ismail, Peter Diamandis, et al.

Book Sponsored · disclosed

Peter and Salim recommend their book as a step-by-step guide for companies to become AI-native and scalable, directly addressing the paralysis discussed.

DisclosureCo-authored by Peter Diamandis

The book provides a framework for leveraging exponential technologies, external resources, and community to achieve 10x growth. Peter mentions it during the corporate collapse discussion as the 'how to' complement to Christensen's 'why'.

vs alternatives

More prescriptive than The Innovator's Dilemma; provides a practical blueprint for transformation.

By the way, Sem will tell you not will tell you to go read open exo2 exponential organizations too, which is our book, which actually walks through step by step what to do.

Find Exponential

OpenExO

Service Sponsored · disclosed

OpenExO is a consultancy/community with 42,000 people talking to companies worldwide, helping them implement exponential organization principles to navigate the AI transition.

DisclosureCo-founded by Salim Ismail; Peter Diamandis is associated with the community.

The hosts mention that OpenExO is working with very large companies that are paralyzed and need to build AI-native stacks on the edge. The service aggregates insights from thousands of interactions to guide corporate transformation. It's positioned as an alternative to traditional consulting firms that would only push faster down the old path.

vs alternatives

Unlike Big 4 consultants, it starts from an AI-native mindset and community-driven methodology.

Personal experience

Peter: 'We have like 42,000 people talking to companies around the world. And so we were kind of a aggregating the gathering the information of all that.'

The traditional consulting firms, they just push them faster down the old path, right? And so that doesn't work at all.

Also said
“OpenExO is working with some very big companies and Dave, you're exactly right. They're totally paralyzed.”— Validates the need and the gap they fill.
Find OpenExO

Blitzy (autonomous software development platform)

Tool Sponsored · disclosed

Blitzy uses thousands of specialized AI agents to autonomously generate and pre-compile 80% of development work for enterprise codebases, claiming 5x engineering velocity increase.

DisclosureSponsor of the episode

The host introduces Blitzy as a pre-IDE development tool that pairs with any coding copilot, providing an AI-native software development lifecycle. It's aimed at enterprises struggling with integration, directly addressing the paralysis theme of the episode.

vs alternatives

Compared to general-purpose AI coding assistants, it specializes in enterprise-scale codebases with 'infinite code context' and a structured sprint planning process.

Blitzy delivers 80% or more of the development work autonomously while providing a guide for the final 20% of human development work required to complete the sprint.

Find Blitzy

Notable quotes

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

8 items
I think 2026 is going to see the biggest collapse of the corporate world in the history of business.
Peter Diamandis's bold prediction setting the stakes for the entire AI transformation.
71% of comparisons between a human performing this knowledge work and the machine resulted in the machine doing a better job at more than 11 times the speed of the human and at less than 1% of the cost of the human professional. So, knowledge work is cooked.
Alex's stark summary of the GDP Val benchmark — a death knell for white-collar work.
This is the clearest indicator in my mind that the human knowledge work economy is cooked. You you heard it here. It is it's cooked.
Direct, urgent language that leaves no ambiguity about the economic shift.
The capabilities are just shockingly different than they were a few weeks prior.
Peter emphasizing the real-world gap that benchmarks miss.
What do you have? What do you what are you building right now that's a cost center for you that could become a profit center for you in the AI ecosystem?
A direct, actionable prompt for any entrepreneur or executive — a summary of the Boom Supersonic pivot lesson.
There's no doubt in my mind that that humans do not crave authenticity as much as we think we do and we will just watch whatever is interesting and entertaining.
Peter upending the assumption that human art will always be preferred over AI creations.
Sun-synchronous orbit is about to become very very crowded. It's a real estate. It's a limitation.
Identifies a coming geopolitical and commercial bottleneck for space AI infrastructure.
Drink singularity comes around only approximately one time per planet.
Alex's poetic justification for the urgency and intensity of covering AI developments.

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

gpt-5-2-releaseai-benchmarksknowledge-work-automationcorporate-collapse-2026innovators-dilemmaai-coding-productivitychina-chip-decouplingspace-data-centersboom-supersonic-pivottilly-norwood-ai-actresscolossal-de-extinctionpebble-smart-ringhumanoid-robotsvertical-farminguniversal-basic-services
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.