BlogsCompanyContactFAQsProductsServicesWhy Us
Brownsmith Dynamics

Services, products, company information, learning, and contact paths in one place.

HomeBlogsCompanyContactFAQsProductsServicesWhy Us

Services

AI ImplementationAI-Native SystemsWeb DevelopmentBusiness AutomationCustom SoftwareGhost DevelopmentLegacy ModernisationData and ReportingSEO, AEO and GEOPerformance MarketingTechnical Writing
  1. Home
  2. Foundations
  3. Prototype Mvp And Production Product
  1. Home
  2. Courses
  3. Mvp Building
  4. Foundations
  5. Prototype Mvp And Production Product

Design, development, AI, automation, SEO, and marketing systems delivered through a remote-first operating model.

BlogsCompanyContactFAQsProductsServicesWhy Us

Sitemap

HomeProductsCoursesAll ServicesContact
Expand to See the Full SitemapCollapse the Full Sitemap

Core Pages

CompanyWhy UsAgent SkillsCase StudiesBrownsmith Dynamics MCPFAQsToolsQuizPrivacy PolicySubstack Publication

Services

AI ImplementationAI-Native SystemsWeb DevelopmentBusiness AutomationCustom SoftwareGhost DevelopmentLegacy ModernisationData and ReportingSEO, AEO and GEOPerformance MarketingTechnical Writing

Founder Learning

Course BundleBuilding an AI-Native BusinessMVP Building for FoundersProduct and Interface DesignFrontend for FoundersBackend for FoundersDatabases for FoundersInfrastructure and DeploymentAI-Assisted Product BuildingTesting and Quality AssuranceSecurity, Ownership, and OperationsDesigning Work for AI AgentsSelf-Hosting Open-Source Applications

AI-Native Systems

AI-Native Business SystemsBrownsmith Dynamics MCPPublic AI DocumentationStructured Business Datallms.txt

Product Pages

Fonte UIPrivate Agent WorkspaceWeb Conversation EnginePrivate Model InfrastructureWorkflow Automation HubData Intelligence WorkbenchGrowth Intelligence PlatformWorkforce Intelligence SuiteContract & Compliance DeskIndustrial Operations PlatformHealthcare Operations WorkbenchLearning Operations PlatformSecurity Operations ConsoleProperty Intelligence SuiteCommerce Intelligence PlatformScreen Context AssistantPrompt Composer

Contact and Discovery

EmailXML Sitemap

Core Pages

CompanyHomeWhy UsProductsCoursesAgent SkillsCase StudiesBrownsmith Dynamics MCPFAQsToolsQuizPrivacy PolicySubstack Publication

Services

All ServicesAI ImplementationAI-Native SystemsWeb DevelopmentBusiness AutomationCustom SoftwareGhost DevelopmentLegacy ModernisationData and ReportingSEO, AEO and GEOPerformance MarketingTechnical Writing

Founder Learning

Course BundleBuilding an AI-Native BusinessMVP Building for FoundersProduct and Interface DesignFrontend for FoundersBackend for FoundersDatabases for FoundersInfrastructure and DeploymentAI-Assisted Product BuildingTesting and Quality AssuranceSecurity, Ownership, and OperationsDesigning Work for AI AgentsSelf-Hosting Open-Source Applications

AI-Native Systems

AI-Native Business SystemsBrownsmith Dynamics MCPPublic AI DocumentationStructured Business Datallms.txt

Product Pages

Fonte UIPrivate Agent WorkspaceWeb Conversation EnginePrivate Model InfrastructureWorkflow Automation HubData Intelligence WorkbenchGrowth Intelligence PlatformWorkforce Intelligence SuiteContract & Compliance DeskIndustrial Operations PlatformHealthcare Operations WorkbenchLearning Operations PlatformSecurity Operations ConsoleProperty Intelligence SuiteCommerce Intelligence PlatformScreen Context AssistantPrompt Composer

Contact and Discovery

ContactEmailXML Sitemap
Course Navigation
MVP Building for Founders
  1. 1.Prototype, MVP, and Production Product
  2. 2.Start with the User’s Problem
  3. 3.Find the Core Workflow
  4. 4.Features, Requirements, and Assumptions
  5. 5.Writing Useful Acceptance Criteria
  6. 6.Reducing Scope Without Removing Value
  7. 7.Estimating Technical Complexity
  8. 8.When an MVP Is Ready to Launch
  9. 9.When Vibe Coding Is No Longer Enough
  10. 10.Preparing an MVP Build Brief
MVP Building for Founders
  1. 1.Prototype, MVP, and Production Product
  2. 2.Start with the User’s Problem
  3. 3.Find the Core Workflow
  4. 4.Features, Requirements, and Assumptions
  5. 5.Writing Useful Acceptance Criteria
  6. 6.Reducing Scope Without Removing Value
  7. 7.Estimating Technical Complexity
  8. 8.When an MVP Is Ready to Launch
  9. 9.When Vibe Coding Is No Longer Enough
  10. 10.Preparing an MVP Build Brief
  1. Courses
  2. /
  3. MVP Building for Founders
  4. /
  5. Foundations
  6. /
  7. Prototype, MVP, and Production Product

Prototype, MVP, and Production Product

A prototype proves that an idea can be represented. An MVP tests whether a small but usable product creates value. A production product is prepared for continued use, operational failures, real data, and ongoing maintenance.

11 minute lessonUpdated July 13, 2026foundation

What You Will Be Able to Decide

  • Distinguish a prototype from an MVP.
  • Explain why an MVP is more than an unfinished product.
  • Identify when production safeguards become necessary.
  • Classify a proposed product stage.
  • Ask a consultant what risks have intentionally been deferred.

A founder asks a consultant to build an application.

The founder may describe the first version as an MVP. The consultant may hear a prototype. The users may assume they are receiving a production product.

All three parties can use the same words while expecting different levels of reliability.

The difference matters because product stage changes what should be built, tested, documented, protected, and maintained.

Prototype

A prototype is used to explore or demonstrate an idea.

It may show how screens connect, how a technical concept could work, or how a user might complete a task. A prototype can be interactive without being dependable.

Think of it as a model apartment. It helps someone understand the layout and appearance. It does not prove that the full building has reliable plumbing, fire exits, legal approvals, or long-term maintenance.

A prototype may contain:

  • hard-coded sample data
  • incomplete workflows
  • temporary integrations
  • limited error handling
  • no user permissions
  • no backup strategy
  • no operational monitoring

This can be reasonable when the purpose is demonstration or learning.

The danger begins when a prototype quietly becomes the live product without its risks being reviewed.

Technical term

MVP

MVP means minimum viable product. “Minimum” limits the scope. “Viable” means that the product is useful enough to test with its intended users. “Product” means that the core workflow is complete enough to be used rather than merely demonstrated.

A Complete Core Workflow

An MVP for a booking product may allow a user to:

  1. find an available time
  2. make a booking
  3. receive confirmation
  4. allow the business to view the booking

It may exclude:

  • advanced analytics
  • multiple calendar providers
  • loyalty programmes
  • complex team permissions
  • automated marketing
  • extensive personalisation

The excluded features reduce scope. The included workflow still needs to function coherently.

An MVP should test a meaningful assumption, such as:

A collection of incomplete features does not answer that question.

Will independent consultants use a simpler booking system if it reduces administrative work?

Knowledge Check

Which statement best describes an MVP?

Production Product

A production product is prepared for continued real-world use.

“Production” refers to the live environment used by real users. It does not mean that the product is finished forever.

Production readiness usually introduces concerns such as:

  • authentication
  • authorisation
  • backups
  • monitoring
  • error reporting
  • data recovery
  • deployment rollback
  • privacy
  • security updates
  • documentation
  • support
  • account ownership

Technical term

The process of checking what an identified user is allowed to do.

Authorisation means checking what an identified user is allowed to do. Signing in proves who the user is. Authorisation determines whether that user can view only their own invoices or every customer’s invoices.

A product can have working authentication and still have broken authorisation.

Risk Determines the Required Standard

The stage cannot be chosen through appearance alone.

A basic internal tool used by three employees may tolerate several hours of downtime.

A product processing payments or medical information requires stronger safeguards even when it has very few users.

Ask:

  • Does it store sensitive data?
  • Can it move money?
  • Can one user access another user’s information?
  • What happens if the data is lost?
  • What happens if the service is unavailable?
  • Can the team recover from a failed deployment?
  • Who is responsible for maintenance?

The answers determine which production controls are already necessary.

Exercise

Classify the Product

A founder has built a client portal using an AI coding agent. Users can create accounts, upload business documents, and invite clients. The application has no documented backup process. Permissions have not been tested. All files are stored through an account owned by the freelancer who configured the product.

Knowledge Check

Which factor most strongly increases the need for production safeguards?

Warning Signs

  • Nobody can clearly state whether the current build is a prototype or live product.
  • Real users are entering data into a system built only for demonstration.
  • “We will add security later” has no defined review point.
  • The product has no documented backup or recovery process.
  • Critical accounts are owned by an individual contractor.
  • A polished interface is being used as proof of production readiness.

Questions to Ask a Consultant

  • What stage is the current product actually prepared for?
  • Which risks have been deliberately deferred?
  • What would prevent us from giving this to real users today?
  • Which production controls are already required because of our data or workflows?
  • What must be completed before the next user group is invited?
  • How would we recover if the next deployment failed?

Exercise

Founder Decision Note

Record the decision, its current constraint, recommended option, main reason, primary risk, and the condition that would make you revisit it.

Key takeaway

Key Takeaway

A prototype demonstrates an idea. An MVP tests a useful assumption. A production product accepts responsibility for continued real-world use.

Apply This Decision to Your Product.

Understanding a technical concept is useful. Applying it still depends on your product, users, budget, data, and operating constraints.

Brownsmith Dynamics can review an MVP scope, technical proposal, architecture, deployment plan, AI-assisted workflow, or existing application.

For corrections, questions, and suggested improvements to this lesson, contact us directly.

Book a Technical Consultation Ask a Question or Suggest an Improvement
Next Lesson Start with the User’s Problem

Related Lessons

  • When an MVP Is Ready to Launch
  • Preparing an MVP Build Brief
  • Testing Interfaces, APIs, and Business Logic

On This Lesson

  1. Prototype
  2. MVP
  3. A Complete Core Workflow
  4. Knowledge Check
  5. Production Product
  6. Authorisation
  7. Risk Determines the Required Standard
  8. Classify the Product
  9. Knowledge Check
  10. Warning Signs
  11. Questions to Ask
  12. Key Takeaway