Why Claude Code AutoFix Can’t Fix Flaky Tests


AutoFix is great at real bugs. Flaky tests break it — and the fix loop costs more than the flake did.

May 8, 2026 · 8 min read

Anthropic shipped Claude Code AutoFix — an agent that subscribes to your PR’s GitHub events, watches CI, and pushes commits to fix failing tests and address review...