Codex logging bug may write TBs to local SSDs
- AI
- Developer Tools
- Programming
- Open Source
- Software Quality
The submitted issue says Codex has a logging bug that can dump massive amounts of trace data into a local SQLite log file, with users reporting databases in the tens of gigabytes and constant background writes even while sessions sit idle. A later comment points to a fix already merged into the open source Codex repo, so the immediate incident looks tractable. What stuck with people was not the bug itself, but what it says about the state of AI coding products. The mood was that this is exactly the kind of boring, preventable failure these companies claim their own tools should be eliminating, yet both Codex and Claude Code keep shipping resource-heavy desktop software that burns CPU, GPU, RAM, disk, or battery for no obvious user benefit.
If you use coding agents, audit their local disk, CPU, GPU, and memory behavior like any other untrusted dependency. For teams betting on AI-assisted development, the weak point is no longer model capability alone but whether the surrounding client software and review process are disciplined enough to ship safely.
- github.com
- Discuss on HN