---
id: "quote-good-engineering-failure"
type: "quote"
source_timestamps: ["00:15:01"]
tags: ["engineering-philosophy"]
related: ["concept-complete-session-persistence", "framework-session-recovery"]
speaker: "Nate B. Jones"
speakers: ["Nate B. Jones"]
quote: "Good engineering assumes a failure path and plans for it."
sources: ["s46-anthropic-25b-leak"]
sourceVaultSlug: "s46-anthropic-25b-leak"
originDay: 46
---
# Good Engineering Assumes Failure

## Quote
> *"Good engineering assumes a failure path and plans for it."*
>
> — [[entity-nate-b-jones|Nate B. Jones]] (00:15:01)

## Context
Delivered while explaining the necessity of [[concept-complete-session-persistence]] and the [[framework-session-recovery|session recovery process]]. Captures the shift from "happy-path notebook agent" to "production agent that survives crashes."

## How to Use This Quote
When a downstream user describes an agent that breaks on dropped connections, closed tabs, or tool timeouts, this quote frames the philosophical move required: treat failure as the default case, not the exception.
