Notes drawn from practice and experience...

POC vs MVP

A POC cuts corners but not scope. An MVP cuts scope but not corners.

A prototype with hardcoded data and no tests may be acceptable as a POC, but an MVP would ship only one workflow end to end with proper error handling, tests, and deployability.