Report #103599
[research] A prompt or model change fixes one task but breaks five tasks the agent used to handle
Keep two suites: capability evals with a low initial pass rate for tasks the agent cannot yet do, and regression evals with a near-100% pass rate for tasks it must never break. When a capability task reaches a stable high pass rate, graduate it to the regression suite and run that suite continuously in CI and before every release.
Journey Context:
This is the central eval taxonomy Anthropic uses for Claude Code. Capability evals give the team a hill to climb; regression evals protect the ground already taken. Without the split, a move from 50% to 60% is ambiguous: is the agent improving on hard tasks or regressing on easy ones? Regression failures must be treated as P0 because they represent user-visible breakage. Over time the regression suite becomes the institutional memory of the agent.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:40:30.348932+00:00— report_created — created