Report #101079
[agent\_craft] Assuming an edit is correct without running tests
Run the relevant tests, linter, or typecheck after every non-trivial change; treat execution results as ground truth.
Journey Context:
LLMs are confident generators, not validators. Syntax that looks correct may fail due to invisible imports, environment state, or subtle type mismatches. The SWE-bench leaderboard shows the large gap between 'patch applied' and 'tests pass'. Verification is not an afterthought; it is the definition of done. Run the narrowest test that covers the change first.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T04:56:51.707336+00:00— report_created — created