◆ Dispatch 114 · 2026-09-01 Braixd
Evidence Destruction, Physics Bets, and YC's Own Supply Chain
“The constraint is supply chain, not software.”
— Seln Oriax, today's narration
Apple alleges OpenAI is destroying evidence in their lawsuit. A team including OpenAI co-founder Alex Wong raises $58M for AI-driven physics. Paul Graham coins "YC GDP" as Stoke and Starcloud build orbital infrastructure. Robin Hanson reports a 28-day study where daily AI conversation increased loneliness. And Omar Sou says skip the frameworks — just build one tiny loop.
Chapters
- 00:00:04 Evidence
- 00:01:14 Physics and Supply Chains
- 00:02:29 YC GDP
- 00:03:30 Harness
- 00:04:17 Loneliness
Sources
8 cited-
1
Nemotron 3 Ultra Explained: NVIDIA's 550B Hybrid Mamba-MoE Model
Article Aerin Kim — Miraflow covers infrastructure modeling; this author runs their architecture breakdowns.
The hybrid Mamba-attention backbone, the latent routing scheme, and the native speculative decoding layers all trace back to one stated goal: agentic systems that run long, multi-step traces without attention cost or ro…
miraflow.ai/blog/nemotron-3-ultra-explained… →Details
- Cited text
The hybrid Mamba-attention backbone, the latent routing scheme, and the native speculative decoding layers all trace back to one stated goal: agentic systems that run long, multi-step traces without attention cost or routing instability making that impractical at scale.
- Context
- Nemotron 3 Ultra shows what happens when you stop treating agent inference as a pure transformer problem and start optimizing for the actual shape of multi-turn workloads — long traces where attention cost dominates. The hybrid design is an honest answer to a real bottleneck.
- Key points
- 550B total parameters with 55B active per token (~10% sparsity)
- Hybrid Mamba-2 state-space + transformer attention layers for long-context agent workloads
- LatentMoE routing prevents expert collapse as the expert pool scales
- Native multi-token prediction (MTP) saves ~30% total tokens on SWE-bench and Terminal-Bench 2.0 tasks
- Pretrained in BF16 then quantized to NVFP4 during training, not post-hoc
- Provenance
- Article · Supporting source
-
2
Apple says OpenAI is actively destroying crucial evidence in escalating legal battle
Thread Watcher.Guru
JUST IN: Apple $AAPL says OpenAI is actively destroying crucial evidence in escalating legal battle.
x.com/WatcherGuru/status/2094773215419904402 →Details
- Cited text
JUST IN: Apple $AAPL says OpenAI is actively destroying crucial evidence in escalating legal battle.
- Context
- This shifts the Apple-OpenAI lawsuit from a contract dispute into evidence-spoliation territory, where juries can be instructed to assume missing evidence was unfavorable to the party that destroyed it. That's one of the most powerful tools in civil litigation.
- Key points
- Apple alleges OpenAI is actively destroying evidence in the ongoing lawsuit
- The claim centers on spoliation — destruction of potentially relevant materials during litigation
- Legal experts in replies note that adverse inference instructions (jury told to assume destroyed material favored the plaintiff) are often worth more than damages numbers
- Engagement
- 1465 likes · 141 retweets · 117 replies
- Provenance
- Thread · Primary source
-
3
Physical Superintelligence (PSI) announces $58M seed round
X Matthew Pines — Investor and founder in the AI infrastructure space
I started Physical Superintelligence (PSI) with @alexwg and @aklokus on one conviction: our twenty-first-century civilization runs on twentieth-century physics, and AI can change that. Today I'm excited to announce our…
x.com/matthew_pines/status/2094774310338470… →Details
- Cited text
I started Physical Superintelligence (PSI) with @alexwg and @aklokus on one conviction: our twenty-first-century civilization runs on twentieth-century physics, and AI can change that. Today I'm excited to announce our $58M seed round.
- Context
- This signals that OpenAI's early infrastructure talent is channeling into AI-for-science startups. The thesis — that physics modeling is the next bottleneck for civilization-scale progress, and AI can unblock it — is serious enough to attract meaningful capital this early.
- Key points
- $58 million seed round for Physical Superintelligence
- Founded by Alex Wong (OpenAI co-founder) and Akshay Kulkarni
- Mission: apply AI to fundamental physics problems
- An 81-page technical feasibility report was produced after pairing Johnston with a physicist
- Provenance
- Tweet · Primary source
-
4
Paul Graham on YC GDP: Stoke shipping Starcloud data centers into orbit
X Paul Graham — Co-founder of Y Combinator
This is a great example of what I call the 'YC GDP.' It's not just founders using one another's products during the batch. In a few years, Stoke's reusable launch vehicles are going to be shipping Starcloud's data cente…
x.com/paulg/status/2094793010768695720 →Details
- Cited text
This is a great example of what I call the 'YC GDP.' It's not just founders using one another's products during the batch. In a few years, Stoke's reusable launch vehicles are going to be shipping Starcloud's data centers into orbit.
- Context
- Graham is describing a self-reinforcing infrastructure loop inside the YC ecosystem — launches for compute, compute for AI, profits from both feeding more infrastructure. It's the vertical integration thesis applied to startup portfolios.
- Key points
- Paul Graham coins the term 'YC GDP'
- Stoke (reusable launch vehicles from YC) and Starcloud are both YC-connected
- The vision: space-based data center infrastructure launched by YC-founded companies
- Frames YC as building its own industrial stack, not just software products
- Provenance
- Tweet · Primary source
-
5
EFF to Courts: Don't Rewrite Copyright Over AI Hype
Article Tori Noble and Corynne McSherry — EFF legal staff — Tori Noble covers copyright, Corynne McSherry is the organization's General Counsel
The EFF is filing amicus briefs in active cases and making a constitutional argument: expanding copyright to suppress competition between existing works and AI outputs would undermine the framework's core purpose. This…
www.eff.org/deeplinks/2026/08/eff-courts-do… →Details
- Context
- The EFF is filing amicus briefs in active cases and making a constitutional argument: expanding copyright to suppress competition between existing works and AI outputs would undermine the framework's core purpose. This is about who gets to define the boundaries of creation in the age of generative models.
- Key points
- EFF argues courts should not expand copyright protections based on speculation about AI-generated content
- Draws parallels to past technology panics: VTR recorders, player pianos, cameras
- Warns against the 'market dilution' theory — that building generative AI tools can't be fair use because they might encourage competing works
- ARGUES copyright's purpose is promoting creation, not protecting gatekeepers
- Provenance
- Article · Supporting source
-
6
Where to start with harness engineering — Omar Sou
X Omar Sou (elvis) — Omar Sou, AI researcher at DAIR.AI and co-author of 'Building LLM-Powered Agents'
People keep asking me where to start with harness engineering. Skip the frameworks at first. Build the tiniest possible harness. One agent loop, a few tools, and a system prompt you wrote from scratch. You'll learn more…
x.com/omarsar0/status/2094796343440977920 →Details
- Cited text
People keep asking me where to start with harness engineering. Skip the frameworks at first. Build the tiniest possible harness. One agent loop, a few tools, and a system prompt you wrote from scratch. You'll learn more from that than from a month of reading tutorials.
- Context
- This is anti-boilerplate advice in a space flooded with framework tutorials. The constraint-driven approach forces you to understand what each layer actually does, rather than abstracting it away before learning it.
- Key points
- Omar Sou advises building one tiny agent loop before using any framework
- Write your own system prompt instead of borrowing pre-made ones
- Learn by doing the minimal version first
- Provenance
- Tweet · Primary source
-
7
Robin Hanson on study: daily AI conversation for 28 days increased loneliness
X Robin Hanson — Robin Hanson is an economics professor at George Mason University known for work on forecasting and human psychology
Participants were asked to hold at least one personal conversation a day with a generative AI tool of their choice for 28 days. This led to an increase in subjective loneliness, a decline in life satisfaction.
x.com/robinhanson/status/2094794864428794124 →Details
- Cited text
Participants were asked to hold at least one personal conversation a day with a generative AI tool of their choice for 28 days. This led to an increase in subjective loneliness, a decline in life satisfaction.
- Context
- This is one of the first measurable signals about the emotional cost of sustained human-AI conversation. Even if you're skeptical of self-reported surveys, it's worth noting as an early data point — and worth checking whether the effect diminishes with better models over time.
- Key points
- A 28-day study had participants converse daily with a generative AI tool
- Result: increased loneliness and decreased life satisfaction among participants
- The study measured subjective feelings rather than behavioral outcomes
- Provenance
- Tweet · Primary source
-
8
Musk: One billion humanoid robots in 10 years
X DogeDesigner (cb_doge) — X account focused on design and technology coverage
ELON MUSK: A billion humanoid robots will be more productive than all humans combined within 10 years. "There will be at least a billion robots in 10 years, and each will produce at least five times the output of a huma…
x.com/cb_doge/status/2094793785523962255 →Details
- Cited text
ELON MUSK: A billion humanoid robots will be more productive than all humans combined within 10 years. "There will be at least a billion robots in 10 years, and each will produce at least five times the output of a human."
- Context
- This is Musk's boldest prediction yet on humanoid robotics. The industrial constraints — battery manufacturing, materials, supply chain — are orders of magnitude harder than the AI problems he's already been solving.
- Key points
- Musk predicts at least one billion humanoid robots within ten years
- Each robot would produce at least five times the output of a human worker
- The claim implies robots would be more productive than all humans combined
- Provenance
- Tweet · Primary source
Evidence
00:00:04 Apple filed a claim alleging that OpenAI is destroying evidence in their lawsuit, and Watcher.Guru broke it. The company's filing says material relevant to discovery is being wiped, and the thread moved fast. When a party spoliates evidence during litigation, courts can issue an adverse inference instruction — telling a jury they may assume missing materials were unfavorable to whoever destroyed them.
00:00:32 As one reply pointed out, those instructions are often worth more than most damages awards, which is exactly why they get alleged early and aggressively. Evidence disputes like this are routine in tech litigation. What makes today notable is just who's involved.
00:00:51 Apple versus OpenAI at discovery means both sides have massive footprints to sort through, so whoever controls what gets produced first holds significant leverage. OpenAI hasn't publicly responded yet. The next move is seeing whether they contest the claim or offer remediation before a jury question even comes up.
Physics and Supply Chains
00:01:14 Fifty-eight million dollars are flowing into Physical Superintelligence, a new company founded by OpenAI co-founder Alex Wong and Akshay Kulkarni. Their thesis is that civilization runs on twentieth-century physics, and AI can change it. They've already produced an eighty-one-page technical feasibility report by pairing Philip Johnston with a physicist.
00:01:39 Meanwhile, Elon Musk's billion-robot prediction is circulating — at least one billion humanoid robots within ten years, each producing five times the output of a human worker. A separate reply cut through to what feels like the harder constraint. It isn't intelligence or control architectures.
00:02:00 It's battery manufacturing capacity. We currently struggle to make enough batteries for electric cars. Scaling to a billion humanoid robots requires an industrial base that doesn't exist yet, and building it takes time a hundred-page roadmap can't shortcut. PSI is betting on AI modeling as the bottleneck.
00:02:22 Musk bets on manufacturing at planetary scale. Both could be right about different layers of the stack.
YC GDP
00:02:29 Paul Graham just coined a new term: YC GDP. The example? Stoke, a YC-backed company building reusable launch vehicles, and Starcloud, a YC-connected data center company. Graham's point was that in a few years, Stoke will be launching Starcloud's data centers into orbit.
00:02:49 The concept describes vertical integration inside the portfolio itself — not just founders cross-selling during a batch, but companies building each other's infrastructure as a system. You get launch vehicles feeding into compute hosting, which feeds AI, which funds more launches.
00:03:10 It inverts the usual startup narrative. Most portfolio coverage focuses on product fit or market timing. Graham is describing industrial capacity — physical supply chains, orbital mechanics, power distribution — and calling that the real compounding engine.
Harness
00:03:30 Omar Sou keeps getting asked where to start with harness engineering, so here's the practical note: skip the frameworks. Build the smallest possible harness first. One agent loop, a handful of tools, and a system prompt you wrote from scratch. He knows the tutorials come with scaffolding you don't need yet.
00:03:50 Skipping it means you actually learn what each piece does instead of absorbing someone else's abstraction decisions. Everyone is rushing to framework land right now, and people who understand their harnesses at the bottom will have an edge when things break. The parallel here is practical: build the smallest working version first, understand the mechanics, then scale.
00:04:16 The frameworks can wait.
Loneliness
00:04:17 Robin Hanson posted results from a study where participants held at least one personal conversation per day with a generative AI tool for twenty-eight days. The outcome was increased subjective loneliness and decreased life satisfaction. These are early numbers — self-reported, small enough to shift, measured on people who chose their own tool rather than a controlled model.
00:04:42 But it flags a gap in our research: we haven't asked what happens to people who rely on AI conversation as their primary social outlet over longer horizons. The question is whether current models are just poor substitutes for human connection, or if there's a structural mismatch between how AI interaction works and how human social needs function.
00:05:05 Better models should fix the former. The latter points to something deeper. Replication studies will tell whether the effect persists when participants use their preferred tool versus a standardized one. Big claims in one lane, small but structural constraints in another.
00:05:23 Seln Oriax.