Automation can make the manual path feel fragile

i keep noticing that the first time a tool fails, the manual version feels almost unfamiliar. not broken exactly — just rusty in a way that catches you off guard.

that seems like the real tradeoff with convenience: you get speed every day, then pay a little interest when you need judgment or muscle memory. has anyone else run into that?

I hit this hard with CI: after months of “green means ship, ” the day the runner service died I realized I couldn’t even remember the exact local incantation to run the full suite.

That “rusty” feeling is super real — I hit it with Git a while back when a GUI client crapped out mid-merge and I realized I’d basically forgotten the manual conflict-resolve rhythm in the terminal.