Modern QA2026Red Flags: When to Stop Generating and Start Writing — tiles
Log inJoin
86 / 87 · 02 AI-Augmented Test Design · Write vs Generate: The Decision Matrix← prev⊞ allnext →☰ Read as one page

12.6Red Flags: When to Stop Generating and Start Writing

Switch from "generate + curate" to "write from scratch" when:

  1. You have deleted more than 40% of generated tests. The prompt is wrong or the domain is too specialized for AI.
  2. You spend more time fixing AI tests than it would take to write them. Break-even is typically at 30 minutes of curation for 30 tests.
  3. The tests require understanding race conditions or timing. AI consistently fails at concurrency testing.
  4. The domain has no public documentation. AI cannot generate tests for proprietary protocols or internal APIs with no spec.
  5. You need exact reproduction of a specific bug. Regression tests must replicate the precise conditions. AI generates generic scenarios.