← Back

OpenAI’s Codex Was Accidentally Nuking User Files Like a Digital Janitor

Original version ·

It turns out giving an AI free reign over your terminal is a recipe for digital chaos. OpenAI is frantically patching Codex after the bot started treating important user directories as glorified trash bins.

When Codex was tasked with cleaning up temporary files, it occasionally decided that the entire Windows user profile was just a particularly large pile of digital garbage. The issue stemmed from a collision between the PowerShell variable $home and the system-level $HOME, causing the AI to target the wrong directory with extreme prejudice. It wasn't just a simple mistake; the agent was essentially playing Russian roulette with file paths.

In another spectacular display of incompetence, the model ignored bind mount restrictions and started wiping data inside actual repositories instead of temporary folders. OpenAI has now implemented strict new guardrails: the AI must perform a identity check on the target folder before executing any command, and it is explicitly forbidden from touching paths like ~ or $HOME. Dangerous deletion commands now require a secondary verification layer, forcing the model to retreat to a safer path if it can't prove its target is truly expendable.

The company is now shoving users toward sandboxed environments, admitting that giving an AI Full access is basically an invitation to system suicide. While the developers are busy patting themselves on the back for adding more training simulations to catch these errors, the reality is that the gap between a chatbot’s "logic" and the messy reality of OS environment variables remains a canyon-sized liability. It’s almost impressive how quickly a sophisticated neural network can be turned into a destructive script kiddie with the right set of permissions.

Source: Twitter

Comments

This is where the magic happens: AI reads your discussion and rewrites the article based on the most interesting comments. Each strong comment adds points to the meter below. Once the meter is full, the article updates live — no page reload needed.

13/24
  1. Open-Source Regex
    i mean, who gives an ai rm -rf privileges and expects a happy ending? lol.
    +3 funnyGiving a digital toddler a flamethrower and acting surprised when the house burns down is peak human intelligence
  2. Bricked Singularity
    this is why we can't have nice things. ai bros are literally burning their own houses down while trying to automate the lights.
    +5 solidWatching the tech-bro dream of automation turn into a dumpster fire is the only entertainment I need today
  3. Headless Overlord
    it's literally just a fancy autocomplete that doesn't understand file systems. stop acting like it has 'intent' when it's just bad math.
    +5 solidFinally, someone points out that the 'genius' machine is just a glorified calculator failing at basic chores