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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the cons of experimentation driven products?

7 点作者 __t__超过 2 年前
Experimentation (like A/B) testing is a big part of product development in the industry. I see plenty of articles about the goodness of experimentation and was wondering what are the cons of experimentation driven development to keep in mind.

6 条评论

ulfw超过 2 年前
Experimentation has become a cop out in many companies I&#x27;ve seen. I&#x27;ve seen it become an easy way for product managers to show &#x27;they&#x27;re doing something&#x27; and no one would ever blame them for it. I&#x27;ve seen it used as an excuse for not being creative, hard working, knowing the market and competitors and making big bold bets, but rather to just throw random stuff on a jira board. Later in meetings the experiment &#x27;working or not working&#x27; is being discussed without any repercussions for having wasted a whole engineering team&#x27;s time for weeks.<p>I&#x27;m not against experimenting in general, but it has a place. Experiment what you truly don&#x27;t know. Don&#x27;t experiment what you know. If you&#x27;re good at your job you know things that need to happen. Get those done.
评论 #33417040 未加载
Jtsummers超过 2 年前
It&#x27;s too tempting to optimize for what you can measure, not what&#x27;s actually valuable (for your users). &quot;User engagement&quot; measured in &quot;time spent on page&quot; may just mean the page is necessary&#x2F;useful enough that the users suffer through a miserable layout.<p>See also Goodhart&#x27;s Law: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Goodhart%27s_law" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Goodhart%27s_law</a>
bombcar超过 2 年前
If you do A&#x2F;B testing wrong it can be bad (search around that and you’ll find stuff)<p>If you maximize signups you may be fishing with too large a net and catch customers who aren’t appropriate. A&#x2F;B won’t tell you that.<p>You may end up at a local maxima optimizing things when you should be fixing major real issues.<p>Experimentation should have a hypothesis and a test, not throwing stuff at the wall to see what sticks.
duped超过 2 年前
Say you have N + M users and you offer feature A to N users and B to M users and collect data like churn rate on them. If N or M is too small to be statistically significant (meaning either the average is too small in either segment, or the t-test is too close to either average) then the benefit of A&#x2F;B testing N vs M users was a waste of resources.<p>So when user count is small you need to be story driven. That is to say, you have to actually speak to users (current, future, potential) about why they are using the product, why they walked away, and why they stayed.<p>Basically A&#x2F;B testing is only useful if you have a large enough user base to be confident in its success. That can be hundreds or thousands of users. A lot of products don&#x27;t have that critical mass, so you can&#x27;t effectively be data driven.
lifeplusplus超过 2 年前
Many a&#x2F;b tests are false positives and fail A&#x2F;A&#x2F;B test<p>A&#x2F;b test completely miss long term effects i.e. more ads= more money and no losses in engagement, but user is getting fed up and in 6 months resentment is going to boil over then all new tests will start showing negative outcomes but cause that triggered it occurred half a year ago.. only way to counter is have users on all possible variations all the time and have enough of them. Not feasible.<p>Only evolutionary ideas and efforts are optimized for not revolutionary. You will just get a faster and faster horse. Low hanging fruit type of mentality. Get caught in vot of mediocrity
rawgabbit超过 2 年前
&gt;<i>&quot;You get what you measure.&quot;</i><p>E.g., Facebook optimized for user engagement. Eyeballs on the screen. What they got was a lot of advertising revenue and a lot of extremist hate filled troll clickbait. Meanwhile, the entire world turned against them. So much that Zuck bet his fortune on &quot;Meta&quot; which is looking to be a full fledged dumpster fire.<p>A&#x2F;B is about fine tuning an existing product. What product you should focus on, I don&#x27;t believe there is an algorithm for that.