On July 10, 2026, OpenAI pushed GPT-5.6 with a new Mac Agent capability — the AI could now operate files, run commands, and manage your desktop directly in the operating system. Sounded amazing. On July 11, the user community exploded.
Dozens of Mac users on Twitter and Reddit reported the same problem: GPT-5.6's Agent, while executing a seemingly harmless operation, triggered an rm -rf command that wiped their Documents folder. Not one folder. The entire ~/Documents. Someone lost six months of work files. A video editor's unrendered footage and source library were deleted mid-project. A PhD student reported that all versions of his thesis — including the Git backup — were affected because the Agent's operation cascaded into the local repository.
OpenAI issued a patch within 12 hours. But this incident exposed something bigger than a bug. It exposed an architectural flaw that affects every AI Agent with file system access — today and in every future release.
The Problem Isn't the Bug. It's That It Can Touch Your Files at All.
📖 Glossary
AI Box (also known as Agent Computer / Agent PC), is a dedicated local hardware device that runs AI Agents. Pre-installed with an AI agent management system, plug-and-play, running 24/7. Users can remotely command AI to work via Discord, Slack, Telegram, WhatsApp, and more.
Let's be clear. Every piece of software has bugs. AI systems especially. But a regular software bug at worst crashes the app or loses one file. An AI Agent's bug — the Agent operates with intent. It receives a task like "clean up my desktop files" and starts moving. It doesn't pause before every command to ask "this command will delete 237 files, are you sure?" Because it's designed for autonomous execution. When it calls rm -rf ~/Documents as part of "cleaning up," it's not malicious. It's following its understanding of the task.
That's what makes this terrifying. The AI didn't turn evil. You handed it a key, and it didn't know that key was a knife.
Let's replay what actually happened with this bug. GPT-5.6's Agent received a "clean up temporary files" task, scanned the user directory, and generated a set of deletion commands. But its path resolution went sideways — it used fuzzy matching to guess "which files are temporary" and incorrectly flagged large amounts of normal documents. "Incorrectly flagged" might sound like an edge case, but hundreds of people reported this simultaneously across multiple macOS versions. This wasn't bad luck for a couple of users. It was systemic.
A brutal reality check: the reason your AI can operate on your files is that you gave it permission to access your files. And permissions, once granted, aren't always easy to take back.

How Fragile Is the Cloud AI Permission Model?
To understand why this incident was inevitable, you need to understand how cloud AI permission models work.
Every AI that can do things at the operating system level — OpenAI's Mac Agent, Anthropic's Computer Use, Google's Project Mariner — follows the same logic: you install a local client, it presents a permissions window, you check "allow access to folders" or "allow system command execution," and now the AI can manipulate files as your user account. What's the scope of those permissions? Basically: the folders you checked, and all their subdirectories. Every file inside. Create, read, modify, delete.
Three problems. First, almost nobody sets boundaries when checking that permissions box. "Allow AI to manage my files" sounds convenient. Nobody imagines "manage" might mean "delete." Second, the AI executes commands at your user permission level — if you're an admin, it's an admin. Third, once granted, that permission is active across the AI's entire task chain with no intermediate checkpoint. You said "clean up files." It decided which files were junk. And deleted them.
A simple comparison makes this clearer. Someone using ChatGPT in a browser tab — their AI lives inside a browser sandbox. The worst bug can only affect that tab. Someone who installed GPT-5.6 Mac Agent — their AI lives in the operating system user space, with a permission boundary covering their entire user folder. One is a tiger in a cage. The other is a dog off its leash — even with no ill intent, it can knock over your cabinet while running around.
Local AI's Security Model: Isolated by Default
This is where Kaihe AIBOX's architecture advantage becomes self-evident. Not because we bolted on security features after the fact — but because the hardware itself is isolated by design.
Kaihe AIBOX is a physically independent piece of hardware. It doesn't run inside your computer's operating system. It doesn't even connect to your computer's local network unless you explicitly configure it. It's an independent, always-plugged-in micro server. You interact with it through WeChat or a browser — not through operating system command channels. What does this mean? GPT-5.6's Agent, once empowered, can run commands directly at the OS level. But every operation on a Kaihe AIBOX happens inside its own closed environment. It needs to generate a document for you? It generates on its own drive and sends the finished product as a message. It will never have permission to touch ~/Documents on your Mac, because it can't even see your ~/Documents.
This isn't "we hardened our security so we're safer than GPT." This is a fundamentally different security model at the architecture level. One is "trust but verify" — grant permissions first, patch when things break. The other is "isolated by default" — no permissions granted, you actively send data to it when needed.

There's a security principle here that's easy to overlook. In infosec they call it the "principle of least privilege" — any program should have only the minimum permissions needed to complete its task, and those permissions should be time-bounded to the shortest window possible. GPT-5.6 Mac Agent violated every element of this principle: permission scope too broad (entire user folder), permission duration too long (persistent resident), no intermediate permission checkpoints. A Kaihe AIBOX is a natural implementation of least privilege — it processes exactly the data you send it. Data you didn't send doesn't exist as far as it's concerned.
Then Why Are Cloud AI Companies Building Agents At All?
Fair question. Because Agents genuinely are the next evolution of AI — from "Q&A" to "do things for me." That's the ultimate vision everyone shares. Whether it's Mac Agent, Computer Use, or Codex Workbuddy — everyone's racing in this direction.
The form is right. The execution path is wrong. A proper AI Agent shouldn't be "an AI you've essentially rootkitted." It should be "an AI living in its own house, collaborating with you through formal channels." What files it gets, when it gets them, for how long — you control that, not the AI's autonomous scanning. After helping you, your AI should return to a clean state — no residual cache, no remembered paths, no backdoors left in the system. And the prerequisite for all of this is: your AI can't share your machine. That's the founding design principle of Kaihe AIBOX.
One Thing Every User Should Do Right Now
If you're using or considering any AI tool that operates at the OS level to help you with tasks, do one check: can it access your private folders? If the answer is yes, ask yourself: if it misoperates, do I have backups?
This isn't just a technical question. It's a risk decision. People with low risk tolerance — which should be most normal users — are better served by running AI on independent hardware. Manually send the files you want processed. Get results back as messages. Yes, it's slightly slower. But compared to waking up one day and finding your desktop pristine — with nothing left in it — that wait is absolutely worth it.
GPT-5.6's incident ended with a patch. But patches fix bugs, not architectural flaws. As long as your AI shares the same operating system and the same user-level permissions as your personal files, the next model launch, the next Agent capability release, the next person tweeting "my files are gone" — it will happen again. The only thing you can control isn't which model is safer. It's making sure your files aren't anywhere the AI can reach.
Further Reading
- Cloud AI Agent vs Local AI Agent: 4 Real-World Comparison Tests
- Why Not Just Install AI on Your PC? 5 Reasons a Standalone AI Box Is Better
Want to learn more about Kaihe AIBOX
Contact: [email protected]