279 / 279 · Module 20 — AI-Assisted Requirements, Development, and Testing · filtered: code← prev⊞ all
20.24But AI should not automatically turn every production error into a test
Rule:
Before adding regression coverage,
classify whether the incident represents:
- product defect
- integration defect
- bad external data
- transient infrastructure issue
- configuration issue
- expected rejected behavior
Otherwise suite fills with useless tests.