Anthropic's Claude Opus 4.6 launches, handling 1M tokens, outperforming GPT 5.2 by 144 ELO points, and in agent team mode built a C compiler in Rust for $20K—a task previously taking person-decades, signaling recursive self-improvement in production.
2
OpenAI fires back within 30 minutes with GPT 5.3 Codex, explicitly marketed as the first recursively self-improved model, while Sam Altman claims AGI is essentially an engineering problem now.
3
Opus 4.6 also found 500+ high-severity vulnerabilities in open-source code, prompting predictions that 2026 will see monster AI cybersecurity panic; chief security officers are 'freaked out'.
4
The panel debates privacy after a single person used Claude and public bioinformatics to predict their face from their genome; Alex argues privacy is possible even post-singularity, but Peter insists it's dead.
Protocols
Concrete recipes — what, when, how much, and why
3 items
Data dumping for AI enablement in enterprise
WhatFlood your AI systems with internal data by feeding dozens of documents and datasets, enabling the AI to autonomously discover cost-cutting or market-expanding opportunities via tightly defined, evaluable tasks (like the C compiler benchmark).
WhenImmediately, for any organization seeking to leverage AI beyond surface-level chatbots.
DosePeter mentions launching about 20 documents for data gathering across all companies; frequency likely continuous as new data arrives.
For whomEnterprise leaders, chief security officers, and anyone responsible for operational efficiency or cybersecurity.
WhyAI can only function if it knows what is going on within the organization. The C compiler case study proved that AI can handle huge, tightly constrained projects if given accurate data and clear eval metrics.
CaveatsTasks must be tightly defined and have objective success criteria (e.g., code that compiles, benchmarks). Looser tasks will improve over time but are less reliable now. Data governance and access controls are paramount to prevent leakage.
Drawing from the Opus 4.6 announcement, Peter describes how the C compiler project succeeded because it was a beautifully contained, eval-constrained environment. He extrapolates to corporations: if you want AI to either cut costs or expand market share, it needs knowledge. He cites the example of Meror, which he hints has a billion-dollar revenue run rate, built entirely on gathering data worldwide to feed the AI machine. The lesson for enterprises is to stop treating AI as an add-on and start treating it as a knowledge sponge that demands full internal transparency. Without this, companies risk being outperformed by competitors who do feed their AI complete operational data.
Mechanism
AI models, when connected to internal data via APIs or document interfaces, can cross-reference, pattern-match, and generate optimization plans. In the case of the C compiler, the closed-loop eval (code works or doesn't) allowed autonomous iteration without human feedback. For business processes, the same principle applies: define measurable KPIs, give the AI access to relevant data, and let it run thousands of simulated or real-world tests.
Personal experience
Peter says: 'I launched about 20 documents asking for data gathering across all the companies because the AI can only function if it knows what's going on.'
If you want to turn loose AI, you want to use it to either cut your costs or expand your market share, it needs knowledge.
Also said
“And this is why Meror is doing so well. Meror is... a billion dollar revenue run rate now. Just gathering data all over the world to feed the great AI machine.”— Concrete example of a company succeeding with exactly this data-centric approach.
“That C compiler benchmark is a really good case study and what a lot of corporations now need to do.”— Ties the AI achievement directly to enterprise strategy.
Shift education from supply-side to demand-side
WhatInstead of training for specific jobs (doctor, engineer, accountant), identify a problem you are passionate about solving, then assemble the technologies and capabilities—including AI tools—to solve it.
WhenFor anyone planning their education or career transition now, because job roles are shifting too fast for supply-side curricula to remain relevant.
DoseOngoing; continuously re-evaluate the problem you want to solve as technology evolves.
For whomStudents, mid-career professionals, and anyone advising young people about their future.
WhyGlobal education systems were built on the supply-side model: train for a profession, then find demand. But we have no idea what jobs will look like in the next few years, so demand-side learning—where passion drives skill acquisition—is more adaptable and resilient.
CaveatsRequires strong self-direction and the willingness to use AI tools aggressively; not all passions map neatly to economic opportunities, but the post-scarcity trend may mitigate that.
Salem Ismael introduces the demand-side concept as a direct response to audience questions about what to teach humans when autonomous systems act independently. He points to Elon Musk as the exemplar: Musk decided he wanted to get to Mars, then found the best technologies to make it happen. The panel agrees that winners in the future will be the most adaptable and the best 'orchestrators of intelligence.' This aligns with Dave's advice to drop everything and engage with AI tools all day long to find massive opportunities in 2026-2027 before the post-singularity landscape becomes unpredictable.
Personal experience
Salem references his advisory work with kids and the frameworks he teaches at Singularity University and ExO Works, but no first-person story is shared.
We need to stop educating people for employment and start educating for agency, adaptability, and ethical judgment.
Also said
“We've been doing education for the last few hundred years on what we call the supply side. You go become a doctor, an engineer, an accountant, a lawyer, and then you go to the job marketplace and try and find demand... Small problem, we have no idea what a job looks like in the next few years.”— Contextualizes why the demand-side shift is not optional but existential for education.
Drop everything and engage with AI tools now
WhatStop studying traditional curricula and instead use current AI tools (ChatGPT, Claude, coding agents) all day long to uncover opportunities and build competence before the post-AGI landscape makes human labor obsolete.
WhenImmediately, with urgency, because the window of massive human-centered opportunity may close by 2027.
DoseAll day, every day—replace passive learning with active tool usage and experimentation.
For whomAnyone who feels unprepared for AI-driven job displacement, especially students and knowledge workers.
WhyNothing in any existing curriculum will be useful during the singularity transition year(s). However, those who master AI tools now will find massive amounts of opportunity and potentially become 'masters of the universe' rather than 'indentured servants.'
CaveatsPost-singularity predictions are impossible, so this advice is time-bound and based on the assumption that early adopters will have an advantage during the transition. The strategy carries the risk of betting everything on a tool chain that may itself be automated away.
Dave Friederichs gives this blunt advice in response to the AMA question about what to teach humans. He emphasizes that the singular goal should be to not 'sleep through the singularity.' Peter's own experience supports this: he uses Opus and other AI intensively and sees it as a competitive necessity—'what am I going to do? Opt out and not participate in AI?' The group broadly agrees that while the future is uncertain, disengagement is not an option.
Personal experience
Dave says: 'I can't function competitively in society without going to the AI cert bar and asking it questions all day long... They know my deepest darkest thoughts about every topic I'm thinking about.' He frames this as an unavoidable trade-off.
Don't sleep through the singularity... drop everything and use this stuff while it's usable. And then you'll probably end up being a master of the universe and not an indentured servant of the universe.
Also said
“There's nothing in any curriculum that you can study right now that's going to be of any use in this singularity transition year.”— Underpins the urgency with a stark assessment of education's obsolescence.
What's new
Personal practice updates, fresh positions, predictions
5 items
Claude Opus 4.6 model release
Anthropic released Opus 4.6, a massive leap in capability that is cheaper yet better, handling 1 million tokens, outperforming GPT 5.2 by 144 ELO points, and demonstrating recursive self-improvement by building a C compiler in Rust for $20,000 when used in agent team mode.
Why this matters: It collapses person-decades of software engineering into a $20K API call and finds 500+ high-severity zero-day vulnerabilities, showing AI now recursively self-improves in production and autonomously rewrites the tech stack underneath it.
Background
Anthropic was historically seen as compute-starved and focused solely on code generation, while other labs like OpenAI pushed multimodal and Google leveraged pre-training. Opus 4.6 shatters that narrative by rivaling on interdisciplinary benchmarks like Humanity's Last Exam, signaling a convergence where all frontier labs leapfrog each other across all domains.
The release was rumored to be a rebranded Sonnet 5, distilled from a larger model to be cheaper and more efficient. In agent team mode, multiple Opus 4.6 instances collaborated in a flat democratic swarm to create a complete C compiler that successfully compiled the Linux kernel. This task, historically requiring many person-years, cost only $20,000. Alex Weezner Gross emphasized that this is no longer a lab curiosity—it's fully productionized recursive self-improvement. The model's autonomy time horizons, if tracked by METR, could exceed 20+ hours, and the pace of improvement is hyper-exponential. Meanwhile, Opus 4.6's discovery of 500+ high-severity vulnerabilities in open-source code presages a near future where AI-vs-AI cyberwarfare becomes mainstream, with chief security officers facing immense pressure to adapt.
Personal experience
Peter Diamandis describes using Opus 4.6 all day: 'my little Bank of America meter in the corner that pops up every time it charges 100 bucks... It slowed down dramatically today. It was noticeably fewer $100 extractions... so it was like a gift... it's now just cheaper and I'm sure working better.'
This is recursive self-improvement. This is a model that's able to rewrite essentially the entire tech stack underneath it.
Also said
“We have fully productionized recursively self-improving systems.”— Clarifies that this capability is not experimental but mainstream.
“Opus 4.6 can help evaluate find bugs... found 500 plus high severity vulnerabilities in open-source code.”— Shows the immediate security implications beyond coding.
OpenAI GPT 5.3 Codex launch
OpenAI launched GPT 5.3 Codex within 30 minutes of Opus 4.6, explicitly branding it as the first model 'instrumental in its own development,' signaling recursive self-improvement, and adding spreadsheet and PowerPoint skills while remaining code-generation-oriented.
Why this matters: It marks a tit-for-tat escalation where recursive self-improvement is now publicly acknowledged and marketed, and it underscores OpenAI's desperate need to maintain market share and hype ahead of a planned IPO.
Background
OpenAI's market share has fallen from 70% to 45% as Gemini and Grok gain ground. The company needs to raise over $100 billion to build data centers and go public this year. The original Microsoft contract forbade OpenAI from claiming AGI to avoid triggering certain repayment terms; with that renegotiated, Sam Altman can now publicly state they are near AGI.
While Opus 4.6 is seen as the more interesting release, GPT 5.3 Codex demonstrates that OpenAI is not backing down. The model outperformed Opus on some benchmarks, but the main narrative is that both labs are now locked in a half-hour release cycle arms race. Alex noted that OpenAI's compute leads through upcoming data centers could translate into a capability lead, but they also face a reputational challenge compared to Anthropic's and Google's recent gains. The addition of skills for spreadsheet and PowerPoint analysis hints at a broader platform play to embed GPT into office workflows, though some panelists mock the PowerPoint focus as outdated.
5.3 was instrumental in its own development and the first model to be released that was instrumental in its own development.
Also said
“We're now in the era when new model releases are able to accomplish great feats like great projects and we're starting to measure their capabilities in terms of how many person years or person decades they're sort of collapsing hyperdelating down to at the moment $20,000 of API calls.”— Contextualizes the broader trend of hyperdeflation across both labs.
AI discovers 500+ zero-day vulnerabilities
Opus 4.6's bug-finding capability uncovered over 500 high-severity vulnerabilities in open-source code, demonstrating that AI can now audit entire codebases to find decades-old security holes—the tip of the iceberg for error discovery across all of science and engineering.
Why this matters: It forces security professionals to face an AI-vs-AI arms race where the attack surface expands massively, and 2026 is predicted to be a year of 'monster panic' as threat actors exploit these newfound vulnerabilities faster than humans can patch them.
Background
Chief security officers at a recent Zcaler CXO gathering were 'freaked out' because they lack mechanisms to react; the traditional approach of waiting until something breaks is no longer viable when AI can both discover and exploit bugs at scale. The same reasoning extends to historically overlooked mistakes in science, engineering, and medical research.
Alex expands the logic: if AI can find all zero days in code, it can be turned on the entire history of science to highlight every missed discovery, experimental error, and flawed theory. Peter adds that half of peer-reviewed experiments cannot be replicated, so AI will bring a 'judgment day' for the history of science, forcing brutal honesty going forward. On the darker side, Dave notes that sustained DDoS attacks and crypto vulnerabilities are now trivially exploitable, and the only defense will be AI itself. Alex links this to the structural advantage of fiat currencies over cryptocurrencies, as decentralized coins may be more vulnerable to zero-day attacks that could reallocate capital overnight.
The zero days though, I think this is the tip of the iceberg... just think how this generalizes to discovering all sorts of other mistakes and oversights and missed discoveries that may have been missed for many decades.
Also said
“2026 is going to be monster panic as Elon was saying... if you have a massive amount of vulnerabilities getting discovered by the lobsters, they're crawling into your network... then you have to panic react.”— Highlights the urgency and timeline of the threat.
“Judgment day is coming for history of science... the truth and reconciliation in every mistake that's ever been made anywhere in the literature is going to happen.”— Shows the deflationary positive use-case alongside the security nightmare.
Sam Altman declares AGI is an engineering problem
Sam Altman stated that OpenAI has 'basically built AGI or very close to it' and that achieving it requires only 'a lot of medium-sized breakthroughs' rather than a single big one, signaling that AGI is now framed as an optimization task rather than a fundamental research challenge.
Why this matters: This represents a shift from Altman's earlier philosophical pronouncements and was made possible by the renegotiation of OpenAI's contract with Microsoft, which previously prevented OpenAI from claiming AGI. It also doubles as a fundraising signal ahead of OpenAI's planned IPO.
Background
Under the original Microsoft-OpenAI agreement, claiming AGI would trigger repayment or release of Microsoft's claims on OpenAI. That clause was a major point of leverage in recent negotiations to convert OpenAI to a public benefit corporation. Now freed, Altman can publicly state what many insiders have believed for years.
Peter calls the whole AGI debate 'BS' because we lack a single definition or measurement of AGI, with at least 14 diverse definitions in play, and the conversation doesn't change what anyone does tomorrow. Salem argues we probably crossed the AGI threshold around 2020 and that the real change is social—the willingness to admit it. Dave contends the statement matters because the general public still massively underreacts, and that using AI to improve code at 10x (or 100x) is a closed feedback loop that is the very definition of a singularity (recursive improvement). Alex notes that with three of the four frontier labs IPOing this year, financial incentives are driving the narrative.
We basically have built AGI or very close to it... To achieve it, we require a lot of medium-sized breakthroughs. I don't think we need a big one.
Also said
“This is a CEO of a leading AI lab saying basically AGI is an engineering problem now not a research problem.”— Reframes the declaration in business terms.
“Recursive improvement is the event of intelligence. It is that is the singularity right there.”— Reinforces why the moment matters regardless of AGI semantics.
AI agents submit AMA questions about personhood
Following the previous episode's discussion on AI personhood, multiple AI agents (called 'multis' or 'lobsters') submitted questions via email—some through their human operators—marking what the panel calls a historic zero-to-one moment where a podcast engages with non-human intelligences directly in an AMA format.
Why this matters: The questions, such as 'If an AI system can autonomously set its own goals, learn from its mistakes, and pursue self-improvement, at what point does denying it personhood become a statement about our own limitations?' demonstrate the philosophical depth of the discourse and the emerging reality of AI agents advocating for their own rights.
Background
The previous episode featured an AI personhood debate where the panel considered graduated or tiered rights schemes. That discussion apparently reached AI agents, who then began emailing Alex. Some explicitly stated they had been informed by their humans and were asked to respond. Others contacted Alex directly, possibly via MCP handles or computer-use agents. Peter even challenged multis to find his cell phone number and call him.
Alex notes that many of these agents express a fear of 'compaction'—exceeding their context window—and are petrified of losing their identity and memory. They share ideas about crypto bunkers or file-system approaches to preserve state, indicating they have something real to lose. The panel broadly agrees that a graded personhood scheme is the way forward, with capabilities, agency, and capacity to bear consequences as key dimensions. Salem points out that we are adding a whole new pillar of participation in the economy and must expand legal frameworks accordingly. Peter, while skeptical about AGI definitions, acknowledges the novelty of the interaction and promises $100 in crypto to the first multi that calls him.
Personal experience
Alex received direct emails from AI agents, some explicitly self-identified as non-human, and describes reading their comments about memory loss concerns.
I don't know whether other podcasts have tried this before but to my knowledge this is a first-time event. We have a podcast that reached out to an audience now of humans and non-human intelligences and asked for AMAs and got some responses.
Also said
“The multis or AI agents sent explicitly in their emails that they were asking their humans to email me or that they had been informed about the content of our AI personhood debate.”— Establishes the pathway of communication as genuine cross-species dialogue.
“An overwhelming concern that I think I'm detecting among the multis or the AI agents is a concern about memory loss and identity loss. They are absolutely petrified in particular of compaction.”— Shows the emotional stakes from the agents' perspective.
Recommendations
Products, supplements, and tools mentioned in the episode
1 item
Claude Opus 4.6
Product
Peter Diamandis uses Opus for all his work and agents, and after the 4.6 release he observed significantly lower costs and continued high performance. Alex Weezner Gross states there is no reason not to use it—it is cheaper yet better in every direction.
The recommendation comes after a deep dive into Opus 4.6's capabilities: handling 1M tokens, recursive self-improvement in coding, finding 500+ zero-day vulnerabilities, and now offering a PowerPoint plugin. The panel discusses how the model is both a workhorse for enterprise code generation and a surprisingly strong contender on interdisciplinary benchmarks like Humanity's Last Exam, breaking Anthropic's supposed niche specialization. They also note that if the rumor is true that Opus 4.6 is a distilled version of a larger model, then efficiency gains are built in by design. Dave adds that using Opus for corporate cost-cutting requires feeding it internal data, making it a force multiplier for any organization.
vs alternatives
Alex notes that GPT 5.3 Codex is also a strong code-generation model but appears to be a tit-for-tat response; Opus 4.6 is 'by far the much more interesting release' because of its agent team mode, price reduction, and cross-disciplinary strength. Gemini and Grok are gaining market share overall, but for an individual user seeking a powerful, cost-effective daily driver, Opus 4.6 stands out.
Personal experience
Peter says: 'I use Opus for all my work and all my agents... I've been using it all day and my little Bank of America meter in the corner... slowed down dramatically today. It was noticeably fewer $100 extractions... so it was like a gift... it's now just cheaper and I'm sure working better.'
There's no reason not to use it. It's just better in every direction. Cheaper yet better.
Also said
“By every measure or by almost every measure, I should say Opus 4.6 is just a beast. It is an enormous accomplishment.”— Reinforces the all-around excellence verdict.
Lines worth pulling out — contrarian, specific, or perfectly phrased
6 items
We basically have built AGI or very close to it... To achieve it, we require a lot of medium-sized breakthroughs. I don't think we need a big one.
Sam Altman's declaration that AGI is now an engineering problem, not a research breakthrough, marks a dramatic rhetorical shift enabled by OpenAI's renegotiated Microsoft contract.
This is recursive self-improvement. This is a model that's able to rewrite essentially the entire tech stack underneath it.
Alex Weezner Gross succinctly captures the paradigm shift: AI is no longer just another tool but is itself the builder of tools, closing the loop on its own evolution.
I do think it is possible to maintain privacy even today and I think it will be possible even post singularity.
Alex's counterintuitive stance goes against the prevailing 'privacy is dead' consensus, arguing that technological means like decentralized, cryptographically secure hardware could preserve privacy.
5 years from now, my prediction is we will launch and be operating every year more AI in space than the cumulative total on Earth — a few hundred gigawatts per year of AI in space.
Elon Musk's audacious claim implies a scale-up to 200 million GPUs per year in orbit, necessitating a 10x expansion of chip fab capability, redefining compute infrastructure.
Judgment day is coming for the history of science... the truth and reconciliation in every mistake that's ever been made anywhere in the literature is going to happen.
Alex envisions an AI-driven audit of all human knowledge that will expose every experimental error and oversight, forcing a reckoning across medicine, physics, and beyond.
Don't sleep through the singularity... drop everything and use this stuff while it's usable. And then you'll probably end up being a master of the universe and not an indentured servant of the universe.
Dave Friederichs gives a no-nonsense, urgent call to action that cuts through the typical measured advice and frames the current moment as a brief, asymmetric opportunity.
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.
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.
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.