TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to make Product Management decisions?

5 pointsby kerupianover 4 years ago
Please let me know and help out as someone looking to build a startup. Looking for answers from Product Managers,CEO,CTO, and entrepreneurs here.<p>When building a new product for a company that has validated idea, there are a few features which are very common no matter what type of product you build - For example, Secure Sign In, Login with [FB,Google,Apple], integrations with X etc.<p>My question is, how often you look at competitors and see what features they are offering? What is the value of this competitor data to you when making decisions about building features and roadmap?

3 comments

villaumbrosiaover 4 years ago
Hi!<p>So these are two different questions. But I think that the only viable answer to both is that whether you&#x27;re making a decision based on your competitors or something else entorely, you should always use a decision-making framework.<p>Here&#x27;s a pretty common framework a PM at Facebook shared at a Product School interview. (You can also read the full article over here: <a href="https:&#x2F;&#x2F;bit.ly&#x2F;33f93ER" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;33f93ER</a>)<p>Firstly, work to identify what the criteria for success are. These are what you’ll measure your various options against. The main question you wanna ask is: “If there’s an option that satisfies all criteria, would we be happy with that solution?” If the answer is yes, you got your criteria. I would highly encourage you to validate these criteria with leadership first.<p>Secondly, map out all the various options that you can think of. If you struggle to find options and can only think of one, think again. Look at the opposite spectrum and then find a 3rd option that is a middle ground.<p>Assess your options against your criteria. Write a clear explanation of how each option meets your criteria.<p>Traffic light it! Use 3 colors, red, green, and amber. I normally have the criteria in the columns and the options in the rows so that you have a nice table to color. Make sure that green means good across all criteria, otherwise it’s hard to read<p>Make a decision, just do it. Make a recommendation based on the colors you identified. Is there a clear decision with all greens? Are there disagreements with other functions that you need to highlight? This is the place to do it.
op03over 4 years ago
Not clear what you need. Different products have very different needs. Are you saying the company has asked you to build something based on what competition is doing and you want to build something else?
评论 #25175420 未加载
Jugurthaover 4 years ago
&gt;<i>that has validated idea</i><p>I assume you have users, then?<p>&gt;<i>My question is, how often you look at competitors and see what features they are offering</i><p>What are your <i>users</i> doing or not doing? Do you talk with your users or provide a way for them to voice frustrations or delight? What are they complaining about frequently? We tend to focus on things that have a higher impact and frequency, just from a development optimization point of view: the backlog is large and we must prioritize somehow.<p>For example, at some point our users were having trouble training models using the notebooks due to &quot;Out Of Memory&quot;. The kernels kept crashing. That is high impact, because there&#x27;s a loss of work. It&#x27;s happened to enough people on a regular basis because there was a &quot;tragedy of the commons&quot;. After the nth person complains, it was clear what we had to do. Stop everything else, and fix <i>that</i>. We introduced long-running notebooks[0]. This also fixed an issue they were having when a notebook would be running, and users suffered an internet disconnection. The computation would take place in the kernel, but the front-end would not receive the results: this is common in notebooks, and one of the reasons people &quot;save&quot; their models and files. Now even when they disconnect or close their tabs, they can see the output <i>as the notebook is being executed</i>.<p>Another example: users would ask us for help or ask each other for help to troubleshoot their notebook. They would share screenshots of tracebacks or error messages. We added near real-time editing so people could work on collaborative notebooks, correct each other&#x27;s mistakes, etc.<p>We needed to have the finger on the pulse and talk with users (on Slack in our case).<p>There&#x27;s a book by Tim Brown titled &quot;Change By Design: How Design Thinking Transforms Organizations and Inspires Innovation&quot;[2]. We built a lot of custom machine learning products for enterprise, and one way to think about this is in terms of &quot;Feasibility, Desirability, Viability&quot;. It&#x27;s pretty useful.<p>One way to think about it also is in terms of &quot;Jobs to Be Done&quot;[3], with a nice piece by the late Clayton Christensen. What is it your users want to do. This was necessary again in building product because what the customer&#x2F;client says they need is an implementation of a solution to a problem, not the problem itself. &quot;I want a button to do X&quot; is a solution you must not accept at face value, dig in deeper to find the problem and the job this is trying to do.<p>One point I&#x27;m trying to make is that, granted, some features are required, but it&#x27;s not really productive to have your product development lead by &quot;competitors&quot;. There may be things like best practices, but you must know <i>why</i> you are adding one feature or the other, and it better be something other than &quot;competitor X has it&quot; or a random internet person said it was cool.<p>You can create issues for them to capture the idea, then discuss it, augment it, and at some point probably kill it. Is that feature really core to your product or is it just a cute butterfly you&#x27;re chasing.<p>Also, delegating is not just for people. You also delegate to products or tools. For example, our exercise is a &quot;systems engineering&quot; example. We&#x27;re not going to reinvent a notebook because JupyterLab does that very well, and in our seven years shipping actual machine learning products for paying customers, we never thought &quot;geez, if only Jupyter had better stylesheets this project would be moving so fast&quot;. So we&#x27;ll limit the scope.<p>This is similar to Zawinski&#x27;s &quot;law&quot; of feature creep: &quot;Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can&quot;<p>Not doing that would send anyone into recursion until they reinvent transistors, semiconductors, atoms, and electroncs. You have to know when&#x2F;where to stop&#x2F;start and contain the scope.<p>&gt;<i>For example, Secure Sign In, Login with [FB,Google,Apple], integrations with X etc.</i><p>How many people have asked for that? Why are they asking for it and what do they want to do with it? Is it what&#x27;s holding the product back? How many are paying for it?<p>&quot;But... we need that to land enterprise clients&quot;. Sure, how many enterprise prospects have you talked with? Have you met them? Did you get only the buyer or those who use it too? Can they try your software and give you feedback without their boss being in the room (assuming this is something old school with a buyer&#x2F;user dichotomy). Did they say they&#x27;d &quot;buy&quot; the software if this feature was there? Did they sign a letter of intent? Is this a peculiarity? You&#x27;re adding a barbecue to a car. &quot;It&#x27;d be great if you could have a barbecue while driving on long trips&quot;. This is a caricature, real life is more subtle and these features creep on you until you have a product that&#x27;s made of pieces of a thousand other products. A monstrosity.<p>Granted, there are <i>sine qua non</i> features, but you must know these and <i>why</i> they are deal breakers before adding them on.<p>- [0]: <a href="https:&#x2F;&#x2F;iko.ai&#x2F;docs&#x2F;notebook&#x2F;#long-running-notebooks" rel="nofollow">https:&#x2F;&#x2F;iko.ai&#x2F;docs&#x2F;notebook&#x2F;#long-running-notebooks</a><p>- [1]: <a href="https:&#x2F;&#x2F;iko.ai&#x2F;docs&#x2F;notebook&#x2F;#collaboration" rel="nofollow">https:&#x2F;&#x2F;iko.ai&#x2F;docs&#x2F;notebook&#x2F;#collaboration</a><p>- [2]: <a href="https:&#x2F;&#x2F;www.ideo.com&#x2F;post&#x2F;change-by-design" rel="nofollow">https:&#x2F;&#x2F;www.ideo.com&#x2F;post&#x2F;change-by-design</a><p>- [3]: <a href="https:&#x2F;&#x2F;hbr.org&#x2F;2016&#x2F;09&#x2F;know-your-customers-jobs-to-be-done" rel="nofollow">https:&#x2F;&#x2F;hbr.org&#x2F;2016&#x2F;09&#x2F;know-your-customers-jobs-to-be-done</a>