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.

How to Avoid Idea Averaging

43 pointsby andrewxhillover 9 years ago

6 comments

mizzaoover 9 years ago
Idea averaging is not an example of &quot;the wisdom of crowds&quot;. It&#x27;s a manifestation of groupthink.<p>More specifically, it&#x27;s an example of when a group of people will tend to agree on something that is the least objectionable on average. This means that it&#x27;s less likely that an unconventional idea will be accepted.<p>This concept has been studied for a long time in the social psychology literature. For a survey of related topics: <a href="http:&#x2F;&#x2F;chicagounbound.uchicago.edu&#x2F;cgi&#x2F;viewcontent.cgi?article=1165&amp;context=law_and_economics" rel="nofollow">http:&#x2F;&#x2F;chicagounbound.uchicago.edu&#x2F;cgi&#x2F;viewcontent.cgi?artic...</a> (see specifically &quot;Hidden Profiles and Common Knowledge&quot;).
评论 #10842140 未加载
评论 #10841211 未加载
p4wnc6over 9 years ago
Idea averaging is a wonderful thing, and you should probably do it way more than you already do, and it should probably be your default mode when looking to choose between ideas.<p>A lot of this is spelled out in the literature about why ensemble methods tend to be superior to individual methods in statistical inference, which has a lot of ties to why averages of non-expert opinions tend to be as accurate or even more accurate than small pools of expert opinions.<p>In the limit, when you reallocate credibility to a set of ideas in a manner that is fully derived from your prior beliefs and the evidence you have, it becomes exactly Bayesian reasoning. A posterior distribution is exactly an &quot;idea average&quot; where each idea (each potential outcome) gets as much (and no more) credibility as it deserves, according to the prior and the probability model at hand.<p>Here&#x27;s somewhat of a popular account of it:<p>&lt; <a href="https:&#x2F;&#x2F;www.washingtonpost.com&#x2F;business&#x2F;is-it-better-to-trust-the-best-expert-or-the-average-of-a-group-of-experts&#x2F;2013&#x2F;11&#x2F;15&#x2F;59cc716e-4b01-11e3-be6b-d3d28122e6d4_story.html" rel="nofollow">https:&#x2F;&#x2F;www.washingtonpost.com&#x2F;business&#x2F;is-it-better-to-trus...</a> &gt;<p>There is also the recent stuff under the marketing buzzword &quot;Wisdom of Crowds&quot; e.g. &lt; <a href="http:&#x2F;&#x2F;onlinelibrary.wiley.com&#x2F;doi&#x2F;10.1111&#x2F;j.1551-6709.2011.01223.x&#x2F;abstract;jsessionid=58C236728B81FFF49A4E84DF1E3B65CB.f02t04" rel="nofollow">http:&#x2F;&#x2F;onlinelibrary.wiley.com&#x2F;doi&#x2F;10.1111&#x2F;j.1551-6709.2011....</a> &gt; or the Wikipedia article on it too (and many sources that point out potential problems and corner cases that are also important).<p>In general though, I think I have to disagree with the article&#x27;s premise. Unless two distinct ideas truly are mutually exclusive (most things aren&#x27;t), then it&#x27;s better to have a diversified portfolio over the space of all the ideas than to put all your eggs in one basket, and averaging ideas is sort of a humble heuristic that seems to work in a lot of areas.
评论 #10840945 未加载
评论 #10840751 未加载
评论 #10840776 未加载
cheetosover 9 years ago
Also known as design by committee: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Design_by_committee" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Design_by_committee</a>
erikrothoffover 9 years ago
What would you call this topic or category of theory? I&#x27;m interested in learning more. Any books or literature that&#x27;s recommended?<p>I&#x27;ve become the &quot;product&quot; guy in the startup I&#x27;m in, and would love to learn more about helping a group innovate and push forward.
评论 #10844615 未加载
snowwrestlerover 9 years ago
The rotating image carousel seems like an example of idea averaging.<p>- &quot;What should we put on our homepage?&quot;<p>- A bunch of people have different ideas.<p>- &quot;I know, we can put them all up with a carousel!&quot;<p>Even Apple has succumbed to his, which is perhaps not surprising. Carousels often come out of collaborative cultures (everyone wins!), which has been a point of emphasis for Tim Cook.<p>Avoiding carousels requires that a single person is willing to make a bunch of colleagues unhappy by picking only one thing at a time to feature.
sharemywinover 9 years ago
I think something the article missed is you should probably test your ideas(cheaply if possible) because facts are better than opinions(apparently drunken&#x27; ones in the authors case).