A logging default doesn’t sound like a reliability incident until it’s writing 637 TB a year to your SSD. That’s the extrapolation in a Codex issue: 37 TB written in 21 days, roughly 640 full-drive rewrites annually on a 1 TB disk, against consumer SSDs rated for ~600 TBW total. The agent doesn’t crash — it quietly spends your drive’s endurance budget.

This is the unglamorous side of LLM ops. We spend eval cycles on whether the agent picked the right tool, then ship a default that treats local disk as infinite. Observability for agents has a cost function, and TRACE-everything is the lazy answer that moves the cost off the dashboard and onto the user’s hardware. The HN discussion runs the usual split between “who runs an agent for 21 days straight” and “this is exactly why local-first tooling needs write budgets.”

My take: as more of us run long-lived background agents, every persistent sink needs a byte budget the same way we give them a latency budget and a token budget. When did you last check what your coding agent writes to disk per hour?