AI in software testing can push coverage up while missing the bug that matters. During our account-deletion work , a coding agent produced an implementation and passing tests. Further testing exposed a gap: a failed subscription lookup was being treated as “no active subscription”. The application allowed deletion when it could not establish whether the account was eligible. We agreed that deletion should be blocked in that situation and added a regression test. Reviewing its assertions r...