19:15
8d ago
→Anthropic shares how it scaled test impact analysis to handle agentic coding CI load
Anthropic rewrote its test impact analysis service after agentic coding tools like Claude Code flooded CI with PRs. Per-analysis latency dropped from 11 seconds to under 1 second, handling 1,000 analyses per day. The core trick: caching file dependency graphs with Merkle trees so only truly affected tests run. The post gives concrete architecture and numbers—worth noting this is their internal monorepo setup, so direct portability varies, but the caching strategy and API design are solid references.
72
SCORE
H1·K1·R0