Files
org_roam/20251223220531-technical_commonplace.org
2025-12-28 20:41:18 +00:00

22 lines
992 B
Org Mode
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
:PROPERTIES:
:ID: 37495d5f-2a77-40bc-b45c-8163189bbe6b
:END:
#+title: technical-commonplace
#+filetags: :technical:notes:commonplace:
* MVP and MVT
- An **MVP** is a **minimal functional product** built to validate what customers actually want by observing real usage.
- An **MVT** (often called **Minimum Viable Experiment/Test**) is a **small, fast, lowcost test** designed to validate a specific assumption before you build anything substantial.
**Minimum Viable Product (MVP)**
A simplified but working version of a product that early users can interact with.
Purpose: validate productmarket fit and gather real behavioural feedback.
**Minimum Viable Test (MVT / MVE)**
A quick experiment to validate a single assumption — often before building an MVP.
Examples: landing page, survey, fakedoor button, email test.
- **MVT** = “Should we even build this?”
- **MVP** = “We think this is worth building — now lets test the simplest working version.”