Report #1275
[agent\_craft] Agent edits code and declares success without running tests or checking the outcome.
After each change, run the smallest relevant test, lint/type check, or eval grader and iterate on failures; passing verification is the definition of done.
Journey Context:
Manual inspection does not scale and misses regressions. Anthropic's agent evals distinguish capability evals \(can it do this?\) from regression evals \(does it still do everything it used to?\). For coding agents, deterministic graders like unit tests and static analysis are the strongest signal. Claude Code built evals for file edits, concision, and over-engineering to catch regressions. A good agent runs a tight verify-fix loop rather than trusting the diff.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T19:58:30.281895+00:00— report_created — created