Anthropic: 80% of code is written by Claude, and CI jobs exploded 25x in six months
新智元 · wechat · 2026-09-18
In an official blog post, Anthropic disclosed that 80% of its code is now written by Claude, with engineers shipping 8x the 2021-2025 average per quarter. But AI coding patterns broke the pipeline: tiny fragmented PRs, 24/7 submissions, and 10x more tests drove CI runs up 25x in six months, crushing continuous integration.
Three rapid patches all failed: doubling cores lasted 70 days; per-package sharding lasted 29; daily restarts didn't survive a single day due to data loss. The root cause was a singleton write path in the test impact analysis service — a 20-minute Listener lag desynced tens of thousands of test states, causing bad merges and regressions. The team finally took Claude's own earlier advice and rebuilt it as a distributed stateless service with an in-memory store, async aggregation, and read-only decoupled selection, flattening a queue that had grown to hundreds of thousands of events.
The lesson: AI coding's strain has moved from "will devs lose jobs" to "can engineering infrastructure survive" — the bottleneck is now the system, not the code.
Related event: Anthropic Discloses Internal Metrics: Claude Now Drives 26% of Its R&D(41 posts)→
More from coding & agent
- What thousands of hours of agent runs reveal about LLM-as-judge: good at progress, bad at safety — hrishioa · 2026-09-21
- Do you watch every agent tool call? One dev says he watches the full diff stream — BLUECOW009 · 2026-09-21
- Agent designs its own hardware: Astra produces USB-powered 4-light PCB files — paraschopra · 2026-09-21
- Open-source JEV router cuts LLM costs from $0.24 to $0.0001 per query with 300ms routing — 1337NET · 2026-09-21
- Building a personal memory: screenshot every 5s, OCR it, ask and get links in seconds — altryne · 2026-09-21
- Upgrading an n8n automation to sync per-repo GitHub commit stats into Obsidian — ColleenMBrady · 2026-09-21