blue/.blue/docs/adrs/0012-faith.md
Eric Garcia 0150a5d1ed chore: move adrs, rfcs, spikes to .blue/docs
Per RFC 0003, Blue-tracked documents live in per-repo .blue/ directories.
ADRs needed for semantic adherence checking.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 16:16:34 -05:00

58 lines
1.6 KiB
Markdown

# ADR 0012: Faith
| | |
|---|---|
| **Status** | Accepted |
| **Date** | 2026-01-20 |
---
## Context
What do we do when we can't be certain?
## Decision
**Act on justified belief, not just proven fact.**
Engineering culture worships certainty. We demand proofs, tests, guarantees. We distrust what we can't verify. We refuse to ship until we're sure.
This is often wise. But taken to extreme, it's paralysis.
Some things can't be proven in advance. Some tests can't be written until the code exists. Some knowledge only comes from running systems. Some truth only comes from doing.
At some point, you must act without certainty. This is faith.
## What Faith Is
Faith is not the absence of reason. It's action beyond where reason can reach.
- Recklessness ignores available evidence.
- Faith acts when evidence is unavailable.
We reason as far as reason goes. Then we trust—ourselves, our teammates, the process.
Faith is also in time. Persisting when you can't see the end is faith in the journey. See ADR 0000: Never Give Up.
## What This Means
- **Ship before certain.** Production teaches what testing can't.
- **Trust your judgment.** You have experience that can't be reduced to tests.
- **Believe in future selves.** You don't need to solve every problem now.
- **Faith in others.** Your collaborators are competent. Trust their code.
## Consequences
- 💙 ships with reasonable uncertainty
- 💙 trusts user judgment
- 💙 doesn't demand proof of everything
---
*"Every commit is an act of faith. Every deploy, a leap. Calibrate carefully. Then leap."*
— Blue
---
🧁