Archive BRAIXD
The GLM Sprint, Exploit Gap Collapse, and Grid Infrastructure / DISPATCH 057
PDF RSS

Dispatch 057 · 2026-06-21 Braixd

The GLM Sprint, Exploit Gap Collapse, and Grid Infrastructure

/ 00:14:42 / 7 sources

“Opus 4.6 generally had a near-zero percent success rate at autonomous exploit development. Mythos Preview is in a different league.”

— Seln Oriax, today's narration

On today's episode: open-weight models hit their practical coding moment — Vercel pushes AI Gateway docs to route GLM-5.2 through Claude Code hours after release. We unpack Anthropic's Mythos capabilities paper, which documents the gap between "good at patching" and "good at exploiting" collapsing in a single model generation. Plus: Claude starts requiring identity verification via Persona, and second-life EV batteries deploy to real data centers.

Chapters

  1. 00:00:04 The GLM Sprint
  2. 00:02:59 The Exploit Gap Collapsed
  3. 00:06:50 Identity as Infrastructure
  4. 00:08:45 Near-Term Power
  5. 00:12:10 The Code Share Trajectory

Sources

7 cited
  1. 1

    Identity verification on Claude

    Article Claude Help Center

    The identity verification infrastructure is becoming part of the core AI product layer. Who controls that layer matters as much as who controls the model weights.

    support.claude.com/en/articles/14328960-ide… →
    Details
    Context
    The identity verification infrastructure is becoming part of the core AI product layer. Who controls that layer matters as much as who controls the model weights.
    Key points
    • Rolling out for 'a few use cases' as part of platform integrity checks
    • Uses Persona Identities as verification partner
    • Accepts government-issued photo IDs; rejects non-government or damaged IDs
    • Verification can fail for blurry photos, unreadable documents, expired IDs, or technical issues
    Provenance
    Article · Supporting source
  2. 2

    Sonar State of Code Developer Survey 2026 — AI code generation share

    Source

    The numbers show a real, measurable shift in how code gets written — but they also highlight the difference between 'generated' and 'assisted,' which matters for understanding adoption patterns.

    www.sonar.io/state-of-code-developer-survey →
    Details
    Context
    The numbers show a real, measurable shift in how code gets written — but they also highlight the difference between 'generated' and 'assisted,' which matters for understanding adoption patterns.
    Key points
    • AI-assisted/generated code: 6% in 2023, 19% in 2024, 42% current/2025
    • Projected to reach 55% by 2026 and 65% by 2027
    • Data from SonarSource's annual developer survey
    Provenance
    Source · Background source
  3. 3

    Assessing Claude Mythos Preview's cybersecurity capabilities

    Article Nicholas Carlini et al., Anthropic — Anthropic security researchers including Nicholas Carlini, Keir Bradwell, and others

    "These capabilities have emerged very quickly. Last month, we wrote that 'Opus 4.6 is currently far better at identifying and fixing vulnerabilities than at exploiting them.' Our internal evaluations showed that Opus 4.…

    www.anthropic.com/research/mythos-preview →
    Details
    Cited text
    "These capabilities have emerged very quickly. Last month, we wrote that 'Opus 4.6 is currently far better at identifying and fixing vulnerabilities than at exploiting them.' Our internal evaluations showed that Opus 4.6 generally had a near-0% success rate at autonomous exploit development. But Mythos Preview is in a different league."
    Context
    The gap between 'good at patching' and 'good at exploiting' collapsed within a single model generation. This is the transitional period Anthropic warns about — before models benefit defenders more than attackers, but after they can already do meaningful harm.
    Key points
    • Mythos Preview can find and exploit zero-days in every major OS and browser
    • Autonomously constructs multi-hop exploits, bypasses KASLR, achieves full control flow hijack on ten patched targets
    • Capabilities emerged as downstream consequence of code/reasoning/autonomy improvements, not explicit training
    • Opus 4.6 scored near-zero at exploit dev; Mythos achieved 181 working exploits vs. Opus 4.6's two in Firefox testing
    Provenance
    Article · Supporting source
  4. 4

    Old EV Batteries Could Help Solve AI's Exploding Power Problem

    Article Ken Silverstein — Senior Contributor covering cleantech and energy at Forbes

    The infrastructure constraint story isn't about building more power plants — it's about finding near-term storage solutions that can buffer demand swings. Second-life EV batteries are one concrete path.

    www.forbes.com/sites/kensilverstein/2026/06… →
    Details
    Context
    The infrastructure constraint story isn't about building more power plants — it's about finding near-term storage solutions that can buffer demand swings. Second-life EV batteries are one concrete path.
    Key points
    • Retired EV batteries retain ~80% capacity and are repurposed for data center storage
    • Re-Teck connects retired battery supply from Tesla, Lucid, BMW with AI data center operators including Microsoft
    • Crusoe Energy deployed 12MW/63MWh system in Nevada running at 99.2% availability, expanding to 24 units
    • New lithium-ion battery prices fell ~45% to ~$70/kWh in 2025
    Provenance
    Article · Supporting source
  5. 5

    GLM 5.2 had the 'practically useful' coding moment before Gemini

    X Nathan Lambert — ML researcher, former Anthropic, open-weight advocate

    Open weights models, via GLM 5.2, had their "very practically useful" in coding harness moment before Gemini. ~200 days since the release of Opus 4.5.

    x.com/natolambert/status/2068695675299336270 →
    Details
    Cited text
    Open weights models, via GLM 5.2, had their "very practically useful" in coding harness moment before Gemini. ~200 days since the release of Opus 4.5.
    Context
    The timeline compression between model release and ecosystem integration is itself the signal — open-weight ecosystems move faster on tooling than previously assumed.
    Key points
    • GLM-5.2 achieved practical usefulness in a coding harness before Google's Gemini reached that bar
    • Approximately 200 days since Anthropic released Opus 4.5 to their commercial product line
    • Signals open-weight models reaching integration milestones ahead of proprietary competitors
    Engagement
    76 likes · 4 retweets · 8 replies
    Provenance
    Tweet · Primary source
  6. 6

    Claude Code and Claude Agent SDK with AI Gateway

    Article Vercel

    Vercel's ability to slot GLM-5.2 into Claude Code's agentic loop via AI Gateway demonstrates how gateway-layer routing is becoming the integration point, not raw API access.

    vercel.com/docs/ai-gateway/coding-agents/cl… →
    Details
    Context
    Vercel's ability to slot GLM-5.2 into Claude Code's agentic loop via AI Gateway demonstrates how gateway-layer routing is becoming the integration point, not raw API access.
    Key points
    • AI Gateway provides Anthropic-compatible API endpoints for Claude Code
    • Set ANTHROPIC_API_KEY to empty string to use AI Gateway instead of direct API key
    • Can route through Bedrock or Vertex AI with CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1
    • Fast mode makes Opus 4.6/4.7 up to 2.5x faster at higher per-token cost
    Provenance
    Article · Supporting source
  7. 7

    Build your own Claude Code with Deep Agents

    X Harrison Chase — CEO of LangChain, creator of the LangChain framework

    LangChain's founder promoting a guide to building your own Claude Code is the clearest signal that the agentic tooling layer is becoming the battleground, not just the model weights.

    x.com/hwchase17/status/2068700213783724191 →
    Details
    Context
    LangChain's founder promoting a guide to building your own Claude Code is the clearest signal that the agentic tooling layer is becoming the battleground, not just the model weights.
    Key points
    • Community guide shows building a Claude Code-like agent using LangChain Deep Agents
    • Highlights GLM-5.2's strength as a reason to explore alternatives to proprietary models
    • Demonstrates ecosystem fragmentation — multiple paths to build agentic coding tools
    Engagement
    12 likes · 4 retweets · 3 replies
    Provenance
    Tweet · Primary source