General Matter wins $900M DOE contract to rebuild US uranium enrichment for AI data centers

Stanford Online

Scott Nolan argues energy, not chips, caps AI scaling—and nuclear is the only viable baseload option. The US produces under 0.1% of global enrichment capacity after its last facility closed in 2013, creating a dependency on Russia and Europe that General Matter's enrichment rebuild targets directly.

Anthropic rate-limits cluster egress to make model-weight theft take weeks, not minutes

BSides San Francisco

By capping outbound bandwidth to ~100 Mbps at perimeter routers with per-service token buckets, Anthropic forces full-weight exfiltration—terabytes—to take weeks under assumed full-cluster compromise. The rollout cut egress 98% while keeping research workflows intact, buying detection time until TEEs and confidential compute mature.

In case you missed them

Nvidia finds front-loading reasoning data in pre-training yields 60% cumulative gain on LLMs

Stanford Online

Three strategies compound: a two-phase quality-aware curriculum, front-loading math and code before post-training (16-19% gains that survive SFT and RL), and RLP—which reframes pre-training as RL with dense information-gain rewards. RLP alone hits 35% improvement on a 12B model using 200B fewer tokens than baseline.

Studies find AI coding tools boost perceived productivity while worsening code quality

Android Makers

Surveys research showing GitHub data reveals copy-paste code rose from 8% to 12% post-AI adoption, refactoring dropped, and churn increased. DORA data confirms 90% adoption but post-release instability offsets delivery gains. Argues for spec-driven development and pair-programming with AI as navigator to preserve architectural judgment.

Trigger.dev splits agent durability into context logs + VM snapshots, drops replay

AI Engineer

Eric Allam argues replay-based durable execution breaks down for long-running agents that clone repos and hold in-memory state. Trigger.dev's Firecracker-based implementation uses an append-only context log for code compatibility and VM snapshots for execution state, hitting sub-second snapshots and 200ms restores at scale.