TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An MVP is not a Cheaper Product, It’s about Smart Learning

154 点作者 ibrahimcesar将近 12 年前

13 条评论

toumhi将近 12 年前
These days, I&#x27;m beating the drum that a MVP is not necessarily a V1 of a product idea.<p>If you consider the goal is to learn whether you can have a business or not, you start thinking less in terms of your product and more in terms of what is the underlying problem, customer segment, market conditions, discoverability etc etc<p>Also, instead of thinking as idea -&gt; MVP -&gt; product, it can help to think of MVPs as a series of experiments, rather than a monolithic product designed to verify all assumptions.<p>I blogged about this process that we could have followed at my company, instead of burning cash and months of work building something nobody wanted: <a href="http://www.sparklewise.com/minimal-valuable-experiments/" rel="nofollow">http:&#x2F;&#x2F;www.sparklewise.com&#x2F;minimal-valuable-experiments&#x2F;</a>
评论 #6084601 未加载
ValentineC将近 12 年前
Sometimes I think the whole lean startup movement is either heavily misunderstood, or just overrated.<p>If you have a validated market willing to pay for your audience&#x27;s eyeballs (based on, let&#x27;s say, startups that have been in the space before), do you still need an experimental MVP? Or should one focus on building the real product?
评论 #6087675 未加载
评论 #6085681 未加载
评论 #6085687 未加载
rkaplan将近 12 年前
This reminds me very much of pg&#x27;s recent essay about doing things that don&#x27;t scale (<a href="http://paulgraham.com/ds.html" rel="nofollow">http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html</a>). That essay&#x27;s very direct title seems to come from the fact that technical founders, like the Stanford students mentioned in the article, can be biased to solving engineering problems before solving business problems. &quot;Do things that don&#x27;t scale&quot; (as well as Steve&#x27;s advice here) is a reminder to solve the actual problem, and to solve it in the easiest way, not the most fun, technically challenging way.
makerops将近 12 年前
So I asked, “Would it be cheaper to rent a camera and plane or helicopter, and fly over the farmers field, hand process the data and see if that’s the information farmers would pay for?&quot;<p>After the 2nd paragraph, I assumed a question like this was going to be asked, but my &quot;frugalness&quot; assumed it was going to be:<p>&quot;Wouldn&#x27;t it be cheaper to get a DSLR, and spend 8 hours walking through a field and taking pictures?&quot;
评论 #6086158 未加载
评论 #6085191 未加载
alabut将近 12 年前
TLDR: we often rush to building an initial version of a product when we can jump straight to manually creating value for a customer and testing demand by charging for it, then crystalize that learning into a product later.<p>I believe there&#x27;s a corollary to this: you can jump straight to building an MVP when you&#x27;re building for yourself and are confident there are others like you. I remember PG describing it (in a video that I can&#x27;t find the link to) as a design pattern where the broadcast signal and receiver all within the same brain.<p>Even better is when the thing you build solves a real problem at a business you&#x27;re running and it makes you more money. My favorite YC example is Ilya from Mixrank. He was working as an SEO consultant when he realized some of his process was abstractable as scripts, wrote some to help him do his job better, then emailed it around to other SEO colleagues to see if it helped them as well, and all of that validated learning helped him attract his technical cofounder and then build Mixrank as a product. I believe they may have even been profitable before starting YC?
评论 #6088382 未加载
programminggeek将近 12 年前
I am actually in the process of reversing the process and building the marketing first, and not building the product until there is enough marketing validation. My thought is, if maybe 1 in 10 or 1 in 20 ideas is going to sell, better to figure out what will sell before building out every idea and then hoping for the best each time.
评论 #6086478 未加载
评论 #6086482 未加载
j45将近 12 年前
The sentence that jumped out to me:<p>“We’re engineers and we wanted to test all the cool technology, but you want us to test whether we first have a product that customers care about and whether it’s a business. We can do that.”<p>...<p>Me: I find it a little interesting the amount of silence on this type of post, that cuts out the noise of building for the sake of building and focusing on what customers, actually, want, and not over-obsessing on your stack.<p>Most things can get you through build-measure-learn quick enough, leaving plenty of room to get out of the building.
bdehaaff将近 12 年前
I think you can read the post and come to a very different conclusion and one that I have written about in the past.<p>The MVP is a curse for ambitious technology companies that want to grow. In an increasingly transactional world, growth comes from long-term customer happiness. And long-term customer happiness comes when customers adore your product or service and want you to succeed. You should be thinking about what it will take for customers to love you, not tolerate you.<p>In this case, insights from the data about the agriculture is what customers really need. And if you give it to them in a meaningful and actionable way, they will love it (at least that&#x27;s the theory). That&#x27;s radically different than what might be minimally viable (e.g. a ton of data that they could sift through in Excel).<p>Really think about the type of mindset change it would take. What would it take you to create a Minimum Lovable Product (MLP)?<p><a href="http://blog.aha.io/index.php/the-minimum-lovable-product/" rel="nofollow">http:&#x2F;&#x2F;blog.aha.io&#x2F;index.php&#x2F;the-minimum-lovable-product&#x2F;</a>
评论 #6087578 未加载
marcamillion将近 12 年前
This is one of the problems I face with building 5KMVPs for clients. They often confuse how they want their final product to work, with the product that their clients will pay for.<p>The truth is, I think most entrepreneurs (and engineers) can easily fall into this trap. It is helpful to have someone else to bounce ideas off of - and that forces you to build what the client would pay for, versus what you want to build.<p>Even I fall prey to that for my own projects. Even though I build MVPs for people, when it comes to my own projects, I have to make a conscious effort to CONSTANTLY ask myself - is this what I want to build or what the client will pay for. Often times, I have to even take a step back and talk to a trusted friend that understands the internet. Get their feedback.<p>So, the most valuable thing I have learnt in my year+ running 5KMVP is that my most valuable service is when I push back on the client. Asking more questions, probing to get to the heart of the problem they are trying to solve.
mathattack将近 12 年前
Very good point on market centric versus customer centric view of the MVP. Is the critical path &quot;Will someone pay for this&quot; or &quot;Can we get it to work&quot;?
area51org将近 12 年前
The MVP is meant to be a wet thumb in the air: is the wind really blowing north, the way we think it might be?
hsuresh将近 12 年前
This is true not just at &quot;building an MVP&quot; stage. At my current startup, we are focusing on traction, across different channels&#x2F;verticals. We have found it quite useful to test and learn about these channels by running experiments.
johnrob将近 12 年前
Perhaps a better name for MVP would be FVP: &quot;Fastest viable product&quot;. The end goal is to get something in a customer&#x27;s hands as quickly as possible. There is no reason for the product to be minimal (or cheap). Renting a plane and manually processing images is extremely expensive from a per unit perspective - but the more important feature is that it can be deployed quickly.
评论 #6086987 未加载