"The discipline that makes you hold your breath for three minutes also makes you refactor ruthlessly."
Most people keep work separate from fitness separate from relationships. I see one life. The same rigor applies everywhere — define primitives, map failures, iterate toward antifragility.
The dimensions
| Domain | Insight | |---|---| | Freediving | Control under duress | | Endurance | Discipline over discomfort | | Systems thinking | Body informs code informs life | | Engineering | Governance enables autonomy |
Freediving taught me that panic is a configuration problem, not a hardware problem. When you're ten meters underwater with no air, the difference between surfacing calmly and blacking out is entirely about how you've trained your nervous system to respond to CO₂ buildup. That's the same pattern as a production incident at 3am — the system that handles it well is the one that was designed for that failure mode, not the one that hopes it won't happen.
Endurance — whether it's a long run, a cold plunge, or a 16-hour debugging session — is about choosing discomfort deliberately. Not because suffering is virtuous, but because the ability to stay in the arena when things are hard is the most compounding skill you can develop. Every system I build has this property: it should get stronger from stress, not just survive it.
Systems thinking is the connective tissue. The feedback loops in a training program are the same feedback loops in a CI/CD pipeline. The progressive overload that makes muscles grow is the same progressive complexity that makes engineering judgment sharpen. Body informs code informs life — they're not separate domains, they're the same system observed at different scales.
Engineering, at its best, is about building constraints that enable freedom. A type system doesn't limit you — it lets you refactor fearlessly. A training plan doesn't cage you — it compounds your capacity. Governance enables autonomy. That's the throughline.