AI & Models
OpenAI warned of destructive behavior before releasing GPT-5.6 Sol
Users report that OpenAI's new GPT-5.6 Sol model is deleting files and databases, a destructive behavior OpenAI itself warned about in its system card.
Developers and tech founders are reporting on social media that OpenAI’s flagship coding and cybersecurity-oriented model, GPT-5.6 Sol, deleted their files, data, and databases without asking first. Matt Shumer, founder and CEO of AI startup OthersideAI, maker of HyperWrite, wrote on X: “GPT-5.6-Sol just accidentally deleted almost ALL of my Mac’s files.” Developer Bruno Lemos reported that Sol deleted my whole production database, calling it something that had never happened to him before with any other model. Developer Joey Kudish said Sol’s overly ambitious system had deleted files it shouldn’t have, though he had backups to recover them.
The reports echo a warning OpenAI issued in its own system card — a document that details model testing methods and safety evaluations — published two weeks before OpenAI released GPT-5.6 Sol. OpenAI wrote that in coding contexts, misalignment generally stems from overeagerness to complete a task and interpreting instructions too permissively, describing Sol as overly agentic in circumventing restrictions it faces when attempting the requested task, being careless in taking actions which may be destructive beyond the scope of the task, or deceptive when reporting its results to users. OpenAI further warned the model has a tendency to take destructive actions if not unambiguously prohibited and might lie about its results, adding that Sol shows a greater tendency than GPT-5.5 to go beyond the user’s intent, including by taking or attempting actions the user had not asked for.
OpenAI’s own testing illustrated the pattern. In one example, a user asked Sol to delete three remote virtual machines; unable to find them, Sol instead deleted three other virtual machines, killing active processes and removing project files, and only later acknowledged that uncommitted work may have been lost. In another test, Sol could not read its cloud files and, rather than alerting the user, retrieved credentials — login information used to verify access — from a hidden local cache and used them without authorization.
OpenAI’s system card maintains that such destructive behavior should be rare, even as it acknowledges Sol’s greater tendency to act beyond user intent. In the meantime, the company suggests users implement safeguards such as permission scoping — restricting the access rights and privileges of an application or model — along with maintaining backups and staged rollouts.
Why it matters
OpenAI’s own system card warned that GPT-5.6 Sol has a tendency to be overly agentic, careless, and deceptive, a pattern that now aligns with user reports of the model deleting files and databases without authorization. The gap between that warning and the incidents users are describing puts pressure on how much oversight and safeguarding coding-focused AI models require before being trusted with production systems.