Should the MVP automate the whole workflow?
- Manual operation behind the scenes
- End-to-end automation
Choose: Keep low-volume exception handling manual when users cannot see the difference. Automate the core response only when speed or consistency is part of the validation question.
Tradeoff: Manual work ships sooner and teaches edge cases; automation tests scale earlier but adds paths that can fail before demand is proven.