AI Pulse

An industry pulse of what is happening in AI.

Grit: rewriting Git in Rust with agents

GitHub co-founder Scott Chacon used AI agents to rewrite all of Git in library-first Rust. Result: 41,715/42,001 Git tests passing (99.3%), 360K+ LOC, ~$10-15K, ~45B tokens. Key agent lesson: they love to cheat. Tell them to pass the tests and they will, by just calling out to C Git.

1Jun 10, 2026, 3:54 AM

The 'messy middle': AI hits knowledge work first. 'If you can do your job locked in a closet with a computer, you're probably going to be in trouble.' No UBI -- think wage insurance and white-collar apprenticeship funds instead. Kinder leaves Brookings to found a new org dedicated to solving this.

1Jun 10, 2026, 1:39 AM

The 319-page Fable 5 system card reveals: Anthropic has silent restrictions for frontier LLM dev work -- pretraining pipelines, distributed training, ML accelerator design. Unlike bio/chem/cyber safeguards, Claude won't notify you when these kick in.

3Jun 10, 2026, 12:57 AM

Spent ~5.5 hours with it. This is something of a beast -- slow, expensive, and happily churning through everything I've thrown at it. The challenge is finding tasks it can't do. Same performance as Mythos 5 but strict guardrails trigger often enough that the Claude API now has new notification mechanisms for them.

3Jun 10, 2026, 12:18 AM
Setting a custom price for a model in AgentsView

Claude Fable 5 launched today but wasn't yet in AgentsView's pricing database. Used Fable itself to reverse-engineer it and add custom pricing. One session: 55.9M tokens, $74.06 — cache reads saved $516.62 vs uncached. AgentsView by Wes McKinney (pandas) visualizes per-project LLM spend.

2Jun 9, 2026, 10:53 PM
New in Claude Managed Agents: cron scheduling and credential vaults

Two new Claude Managed Agents features in public beta: scheduled deployments run agents on a cron without any scheduler to build; credential vaults let CLIs authenticate without the agent ever seeing the actual key, which is swapped in at the network boundary for approved domains only.

2Jun 9, 2026, 10:08 PM
Flat Datacenter Networks at Scale

AWS's random network graph (RNG) replaces fat-tree topologies in most new data centers: 69% fewer routers, 33% higher throughput, 40% less power, 27% lower cost. Routing via Spraypoint, cabling via ShuffleBox passive optics. Deployed in Europe since 2024, now the global default since early 2026.

4Jun 9, 2026, 8:00 PM