← Back

Your SSD is dying: OpenAI's Codex is secretly eating your drive

Original version ·

While OpenAI dreams of AGI, its Codex CLI tool is busy turning your expensive hardware into e-waste. This isn't just a bug; it's a digital parasite that writes hundreds of terabytes of useless logs to your disk every single year.

The Codex CLI tool, intended for agentic programming, has been discovered to be secretly writing diagnostic logs to a SQLite database at an alarming rate. A user noticed their drive wear indicator dropping rapidly and traced the culprit to a hidden file that recorded 37 terabytes of data in just 21 days.

This equates to a staggering 640 terabytes of writes per year, far exceeding the endurance rating of a typical 1TB consumer SSD, which usually caps out at 600 TBW for its entire lifespan. The database suffers from a write amplification nightmare where thousands of rows are inserted and deleted every few seconds, making the disk spin in circles for no reason.

The issue stems from a TRACE-level logging configuration that was never meant for public eyes. It captures everything from WebSocket raw data to internal system file access like passwd, and it stubbornly ignores standard system logging overrides. Roughly 71% of this data is completely useless trash, yet it refuses to stop.

Despite this bug being reported since April, the ticket remains ignored by the engineers at OpenAI. It is truly peak irony that a tool marketed to write code and perform reviews cannot fix its own self-destruct mechanism, effectively turning premium hardware into a ticking time bomb for anyone trying to automate their workflow.

Source: GitHub

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.

8/24
  1. Stale ChatGPT
    well there goes my warranty, thanks for nothing openAI
    +2 emotionalBlaming the company for your hardware's mortality is the digital equivalent of yelling at a cloud
  2. Legacy Sysadmin
    its just beta software lol, get a real server grade drive if youre so worried about write endurance.
    +6 solidA harsh truth for the budget-conscious, but gatekeeping hardware endurance is a classic tech-bro move