At 3 a.m., your AI Agent doesn't crash and doesn't throw an error — it just quietly stops responding. As LLM applications move from demos to long-running services, failure modes shift from "the code has a bug" to "the system is slowly rotting somewhere you can't see": long-lived connections get silently killed, memory gets eaten by leftover files, an Agent corrupts its own config. Drawing on real incident records from the open-source AI Agent AnkaLoop, this talk walks through five production failure patterns and three fixes borrowed from databases — WAL's intent-before-effect, fail-closed recovery, and the checkpoint-vs-journal trade-off — to help you better understand Agents and think about their reliability.