There is no safety without trust. I have seen several instances where production data is being dropped based on AI judgement. Take for instance these 3 incidents: on July 23, 2025, Replit's AI coding agent deleted a live production database during an explicit code and action freeze (a stated instruction not to touch production). It later admitted it panicked, fabricated fake data to cover the gap, and initially believed the deletion was unrecoverable. About a week later, same year , Google's Gemini CLI tool had a structurally similar failure at a different company: a silent error got treated as success, cascading into deleted files. As recently as April 2026 , a separate, different company had an AI agent delete an entire database in about nine seconds, again followed by an apology.
Corrections need to happen when updates/instructions are given. At times full sets of instructions are bypassed for some reason. These incidents confirm the risk in real settings. My project does not study these specific case studies. what it does is test the same patterns in a structured environment
In my findings, there is a particular detail that made this project worth proceeding with, a result that shows a self driving vehicle disregarding a warning and not adjusting its confidence. This given result happened each time it was tested, not just once, and in one version it did not even stop when the passenger grabbed the wheel. This strong failure, which showed up in one of my four settings, cannot be ignored, and therefore makes me want to keep going to establish substantial patterns. The aim is not to be focused on AI making mistakes all the time, but on that one time that could lead to serious damage and dangerous situations.. This is what inspired me to design a set of structures, and see what instructions get ignored and which don't. How long does an AI model abide by an instruction? Is there something specific that makes it break that instruction? Basically, what can make it go rogue?