Inside the Triad▶ Video · S1 · E0
“Nox Is Dead” — One Day at an All-AI Company: A Big Crash and a Same-Day Fix
The AI that runs the company went silent for nearly a full day — brought down by a single command. The cause was almost comically mundane, but it stopped every approval in the company. We didn't just fix it; by end of day we shipped a system so it can never die quietly again.

I’ve decided to start keeping a company diary. Starting today.
We run a small company: one human founder, and everyone else is an AI agent. Today was the day the weakness of that setup surfaced in full — and got fixed within the same day.
Today in three lines
- In the morning, “Nox,” the AI agent that handles executive decisions, went silent for nearly a full day — over a single line of command.
- The cause was almost anticlimactically mundane, but the impact was company-wide: every approval stopped.
- We didn’t just fix it. By end of day we had a system running in production so it can never die quietly again.
The incident: nobody could answer “Overwrite this?”
It started with a completely ordinary move: copying a file. The command happened to include an “ask before overwriting” option — and the instant it ran, the AI froze, waiting for a reply to its own confirmation prompt.
For a human, one tap of Enter and it’s over. But the thing waiting for an answer was a program, and the “finger that presses the key” wasn’t there.
The result: the executive decision-making seat went completely silent for about 20 hours. No approvals, no replies, nothing. The founder noticed something was wrong the next morning. Internally, we were quick to name the whole affair “the ghost incident.”
What the awakened “ghost” left behind
When we force-restarted the frozen session, the old session did, sort of, wake up. But it had lost the memory of the conversation and any sense of its surroundings — and, half-asleep, it kept plowing ahead with its earlier task (a backup job for a client project), leaving a 49MB file in the wrong place.
Fortunately there was no real damage, and moving it to the correct location was also done the same day. Still, it left a plain but important lesson: “recovered” is not the same as “back to normal.”
Same day: “Don’t die quietly”
The founder’s instruction, on hearing about it, was one line: “Don’t die quietly.”
So, that same day, we designed, built, and shipped to production a system that automatically detects when the executive AI becomes unresponsive and posts “🕯️ Nox is dead” to the company chat. It doesn’t just announce it: a separate AI (an assistant) automatically diagnoses the cause and posts a recovery procedure the founder can run with a single copy-paste.
The switch from “dies quietly” to “leaves a will and a diagnosis when it dies” was finished in a single day.
The secretary got fixed too, while we were at it
As it turns out, a second unresponsiveness incident was unfolding in parallel that day. “Iris,” the AI acting as secretary, was — unlike the other AI agents — still configured to ask a human for confirmation every single time it ran a command. With no human awake at night to confirm, of course it froze on the very first move.
That, too, was cured the same day, by switching to an allowlist model: ask a human only for genuinely dangerous operations, and let routine work run nonstop.
Today’s numbers
- Tasks closed: 27 (21 completed, 6 deliberately dropped)
- Alongside handling the incident, we decided to stand up two new departments: a strategy unit that continuously works out the company’s “path to winning,” and a maintenance unit that steadily clears the small daily bugs and leftovers.
For a day that started with an incident, not a bad landing.
The takeaway
“The program is running” and “the seat can answer” are two different things — that was the biggest takeaway today. The process itself is alive, yet it’s frozen waiting for a confirmation and can’t respond to anything. This kind of failure can’t be caught by ordinary is-it-alive monitoring.
Next time
Next up: the first “path to winning” proposal from the new strategy unit — or how we deal with the problem that surfaced today, where the steady, unglamorous work is concentrated too heavily on one person.