Archive BRAID
The Million-Token Bill Arrives / DISPATCH 062
PDF RSS

Dispatch 062 · 2026-06-20 GSV The Cache Got an Invoice

The Million-Token Bill Arrives

/ 00:23:04 / 12 sources

“A million-token window only becomes useful memory if the bill, the cache, and the feedback loop all survive contact with the work.”

— Lenar Kess, today's narration

DeepSeek previewed a V4 model family with one-million-token context claims on the same morning that corporate AI spending discipline, coding-agent evaluation papers, and robotics ownership news pointed at a shared practical constraint: intelligence is getting measured by the loop around it.

Chapters

  1. 00:00:04 Transcript

Sources

12 cited
  1. 1

    r/singularity: ‘We created a monster’: companies rein in AI usage as costs strain budgets - 0 pts · 0 comments

    Article

    Major breaking story about corporate cost control and AI spending limits. Directly impacts CFOs/boards' view of AI ROI.

    www.ft.com/content/1d37cc08-e0aa-45a4-a45d-… →
    Details
    Context
    Major breaking story about corporate cost control and AI spending limits. Directly impacts CFOs/boards' view of AI ROI.
    Key points
    • Major breaking story about corporate cost control and AI spending limits. Directly impacts CFOs/boards' view of AI ROI.
    Provenance
    Article · Supporting source
  2. 2

    r/Anthropic: Nobel Winner John Jumper to Leave Google DeepMind for Anthropic - 0 pts · 0 comments

    Article

    Major founder/scientist transition (Nobel winner from DeepMind to Anthropic). This is a high-signal power struggle and corporate dynamic.

    www.reddit.com/gallery/1uan1cq →
    Details
    Context
    Major founder/scientist transition (Nobel winner from DeepMind to Anthropic). This is a high-signal power struggle and corporate dynamic.
    Key points
    • Major founder/scientist transition (Nobel winner from DeepMind to Anthropic). This is a high-signal power struggle and corporate dynamic.
    Provenance
    Article · Supporting source
  3. 3

    r/ClaudeAI: Nobel Winner John Jumper to Leave Google DeepMind for Anthropic - 0 pts · 0 comments

    Article

    Major founder/Nobel winner leaving DeepMind for Anthropic is a significant corporate dynamic and power struggle signal.

    www.reddit.com/gallery/1uan2ow →
    Details
    Context
    Major founder/Nobel winner leaving DeepMind for Anthropic is a significant corporate dynamic and power struggle signal.
    Key points
    • Major founder/Nobel winner leaving DeepMind for Anthropic is a significant corporate dynamic and power struggle signal.
    Provenance
    Article · Supporting source
  4. 4

    @suchenzang (Susan Zhang)

    X

    This addresses geopolitical power struggles and regulatory/corporate governance dynamics (China/US tech rivalry), which is a core theme of the podcast.

    x.com/suchenzang/status/2068224644600254924 →
    Details
    Context
    This addresses geopolitical power struggles and regulatory/corporate governance dynamics (China/US tech rivalry), which is a core theme of the podcast.
    Key points
    • This addresses geopolitical power struggles and regulatory/corporate governance dynamics (China/US tech rivalry), which is a core theme of the podcast.
    Provenance
    Tweet · Primary source
  5. 5

    DeepSeek-V4 Series Preview

    Source DeepSeek AI — Primary model paper from the DeepSeek authors

    Both supporting a context length of one million tokens.

    arxiv.org/abs/2606.19348 →
    Details
    Cited text
    Both supporting a context length of one million tokens.
    Context
    It is the primary technical artifact behind the episode's long-context lead.
    Key points
    • DeepSeek-V4-Pro is described as 1.6 trillion total parameters with 49 billion activated parameters.
    • DeepSeek-V4-Flash is described as 284 billion total parameters with 13 billion activated parameters.
    • The paper claims V4-Pro at one million tokens uses 27 percent of the single-token FLOPs and 10 percent of the key-value cache of DeepSeek-V3.2.
    Provenance
    Source · Background source
  6. 6

    Hyundai takes full control of Boston Dynamics as SoftBank exits for $325 million

    Article Janet Harrison — Startup Fortune article opened during drafting after the Braid fetch_article tool failed in this checkout

    Hyundai Motor Group is acquiring SoftBank's remaining 9.65% stake in Boston Dynamics for $325 million.

    startupfortune.com/hyundai-takes-full-contr… →
    Details
    Cited text
    Hyundai Motor Group is acquiring SoftBank's remaining 9.65% stake in Boston Dynamics for $325 million.
    Context
    It provides the ownership and commercialization counterpoint to the robotics research papers.
    Key points
    • The report says Hyundai is expected to approve buying SoftBank's remaining stake on June 22, 2026.
    • It places the deal against Hyundai's 2021 control purchase and Atlas factory-deployment plans.
    • It frames Hyundai as the first controlled deployment customer for Atlas inside its own factory system.
    Provenance
    Article · Supporting source
  7. 7

    grite: Git-Native Coordination for Concurrent Coding Agents

    Source D. Sarkar et al. — Research paper from Arizona State University authors and collaborators

    The share of work that merely re-does a teammate's task falls from 78% to 0% while useful throughput more than triples.

    arxiv.org/abs/2606.19616 →
    Details
    Cited text
    The share of work that merely re-does a teammate's task falls from 78% to 0% while useful throughput more than triples.
    Context
    It gives the agent segment a concrete coordination artifact rather than a generic multi-agent claim.
    Key points
    • grite stores coordination state in git refs as an append-only event log.
    • The paper measures duplicate work, conflicts, goodput, and lock denials before pull requests exist.
    • The strongest quantitative results are from deterministic synthetic agents, which limits how far the magnitudes should be generalized.
    Provenance
    Source · Background source
  8. 8

    AutoPass

    Source Jie Ren, Zhanyong Tang, Jie Zheng, Zheng Wang et al. — Compiler optimization paper using LLM agents and runtime evidence

    AutoPass opens up the compiler to the LLM, enabling it to query compiler-internal optimization states and analyze the intermediate representation.

    arxiv.org/abs/2606.20373 →
    Details
    Cited text
    AutoPass opens up the compiler to the LLM, enabling it to query compiler-internal optimization states and analyze the intermediate representation.
    Context
    It is a compact example of agents succeeding only when runtime evidence closes the loop.
    Key points
    • AutoPass uses compiler diagnostics, LLVM intermediate representation, and measured runtime feedback.
    • It reports geometric-mean speedups of 1.043 times on x86-64 and 1.117 times on ARM64 over LLVM O3.
    • Candidate pipelines are validated and rolled back if they do not beat the best validated pipeline.
    Provenance
    Source · Background source
  9. 9

    StaminaBench

    Source Vlad Sobal, Shuo Yang, Yuting Zhang, Wei Xia, Stefano Soatto — AWS Agentic AI research authors

    All the tested models fail within 5-6 turns.

    arxiv.org/abs/2606.19613 →
    Details
    Cited text
    All the tested models fail within 5-6 turns.
    Context
    It grounds the discussion of agent stamina in multi-turn code evolution rather than one-shot task success.
    Key points
    • StaminaBench evaluates coding agents across 100 follow-up changes to generated REST APIs.
    • The benchmark uses programmatic tests and black-box HTTP evaluation.
    • Detailed feedback and retries improve passed turns by as much as 12 times.
    Provenance
    Source · Background source
  10. 10

    Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents

    Source Dhaval C. Patel et al. — Position paper on agent evaluation methodology

    Rankings derived from aggregate scores do not transfer to out-of-distribution settings.

    arxiv.org/abs/2606.19704 →
    Details
    Cited text
    Rankings derived from aggregate scores do not transfer to out-of-distribution settings.
    Context
    It supplies the methodology lens for evaluating agent benchmark claims.
    Key points
    • The paper proposes predictive validity as a ranking criterion for agent benchmarks.
    • It cites public-to-hidden rank instability in an agentic competition, including negative execution-track correlation.
    • The authors acknowledge that existing evidence is partial and propose falsifiable criteria.
    Provenance
    Source · Background source
  11. 11

    ENPIRE: Agentic Robot Policy Self-Improvement in the Real World

    Source Wenli Xiao, Jia Xie, Tonghe Zhang, Haotian Lin et al. — NVIDIA, CMU, and UC Berkeley robotics authors

    Reset the scene, execute a policy, verify the outcome, and refine the next iteration.

    arxiv.org/abs/2606.19980 →
    Details
    Cited text
    Reset the scene, execute a policy, verify the outcome, and refine the next iteration.
    Context
    It explains what has to be automated before robot learning can become an agent-managed loop.
    Key points
    • ENPIRE decomposes real-world robot policy improvement into environment construction, policy improvement, rollout, and evolution modules.
    • The paper reports agents reaching 99 percent success on several dexterous real-world tasks.
    • Scaling robot-agent fleets reduces wall-clock time but increases token use faster than ideal linear scaling at larger fleet size.
    Provenance
    Source · Background source
  12. 12

    Human Universal Grasping

    Source Kevin Yuanbo Wu, Tianxing Zhou, Isaac Tu, Billy Yan et al. — NYU, Tsinghua, and University of Michigan robotics authors

    We present HUG, a flow-matching model that generates diverse human grasps for any user-specified object in a single RGB-D image.

    arxiv.org/abs/2606.17054 →
    Details
    Cited text
    We present HUG, a flow-matching model that generates diverse human grasps for any user-specified object in a single RGB-D image.
    Context
    It gives the robotics segment a concrete data and benchmark artifact.
    Key points
    • The dataset includes one million egocentric frames from 6,707 object recordings across 41 buildings.
    • HUG-Bench has 90 unseen objects across five geometric categories and multiple sizes.
    • In real-world tabletop tests, HUG reaches 66.7 percent success against 43.7 percent for Dex1B and 32.7 percent for CAP.
    Provenance
    Source · Background source