Manual Work
What you do by hand before building systems around it
Doing work by hand before automating it is how you learn what the work actually requires, and skipping that step is the most common way to build a system that does the wrong thing reliably.
It is tempting to automate a process you only partially understand. The assumption is that AI will figure out the rest. It will not. Automation amplifies whatever process you give it. If the underlying process is not thought through, the automated version will be faster and more thorough at producing the wrong result.
Manual work is not a failure to automate. It is a learning phase. When you do something by hand ten times, you discover the edge cases, the judgment calls, the exceptions, and the moments where a human instinct quietly overrides the rules. Those discoveries are what a good automation brief is built from. Leave them out, and the system will not have them either.
There is also a readiness test embedded in manual work: if it is painful to do by hand, it is often because the inputs are messy, the process is unclear, or the standard is not defined. Those problems do not disappear when you automate. They become harder to see.
