Archive BRAIXD
Evidence Destruction, Physics Bets, and YC's Own Supply Chain / DISPATCH 114
PDF RSS

Dispatch 114 · 2026-09-01 Braixd

Evidence Destruction, Physics Bets, and YC's Own Supply Chain

/ 00:05:31 / 8 sources

“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

  1. 00:00:04 Evidence
  2. 00:01:14 Physics and Supply Chains
  3. 00:02:29 YC GDP
  4. 00:03:30 Harness
  5. 00:04:17 Loneliness

Sources

8 cited
  1. 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. 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. 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. 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. 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. 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. 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. 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