I think of evidence-first automation as a habit rather than a product feature. The work should leave behind enough context for another person, or a future version of me, to understand the result.

What evidence means here

Evidence can be as simple as a readiness state, a generated configuration file, a run log, a version stamp, or a clear failure. The point is to reduce ambiguity before and after a change.

Why it matters

Infrastructure automation often fails socially before it fails technically. If people cannot see what it intends to do, they will not trust it. Evidence gives automation a shape that can be discussed.

View evidence section Back to notes