Earlier quoted context omitted.
This! Often (actually almost always) time it self is valuable for multiple reasons. Spending precious time in the "meeting room" instead of progressing towards (almost any) implementation can decrease the overall value and increase the risks. Also some people strongly prefer action over deliberation, especially by a committee so there is also a psychological cost to the team to consider. With software and a capable t…
I’ve argued for just building POC approach at times and worked out great sometimes. I found the issue was usually with management. Many have been extremely reluctant to throwing away code. Even though writing POC and re-doing everything will take the same time as planning for ages and doing it once.
People spend too much time on decisions with equally satisfying outcomes
91–100 of 129 posts
Re: People spend too much time on decisions with equally satisfying outcomes
#92Re: People spend too much time on decisions with equally satisfying outcomes
#93Earlier quoted context omitted.
It is not a paradox but it can be irrational. When the two choices have similar utility the cost of distinguishing them is high and the benefit of making the correct choice is low. There is a crossover point where it does not matter which option you choose, putting more effort into your decision can only leave you worse off, and this article claims we tend to continue putting in the effort well past that point.
> this article claims we tend to continue putting in the effort well past that point. it's because people have the irrational belief that their thinking and reasoning more about a problem/decision makes their outcome better. I think the common symptom found in software is design analysis paralysis. A software team end up using tonnes of time fretting about design choices (often as a committee), rather than just use t…
The result is engineers sat around muttering "I told you so" to themselves and wasting weeks debugging and hacking around bugs.
Re: People spend too much time on decisions with equally satisfying outcomes
#94Earlier quoted context omitted.
I have 100 identical socks. Absolutely recommended, not just to avoid the need to choose.
Yes but imagine if they would be bad quality? Then you would have 100 bad quality socks, rather than an even distribution of quality. So some prepurchase trial would be neccessary for me.
Re: People spend too much time on decisions with equally satisfying outcomes
#95Re: People spend too much time on decisions with equally satisfying outcomes
#96I don't think this is a paradox at all. If an option is perceived to be significantly better, then the decision can be made quickly. Otherwise more study is required to decide which is better, or if they are actually indistinguishable. It's the same reason why more trials of an experiment are required to reject the null hypothesis when the effect of the experimental variable is very weak. This is analogous to conside…
It is not a paradox but it can be irrational. When the two choices have similar utility the cost of distinguishing them is high and the benefit of making the correct choice is low. There is a crossover point where it does not matter which option you choose, putting more effort into your decision can only leave you worse off, and this article claims we tend to continue putting in the effort well past that point.
Re: People spend too much time on decisions with equally satisfying outcomes
#97Earlier quoted context omitted.
> this article claims we tend to continue putting in the effort well past that point. it's because people have the irrational belief that their thinking and reasoning more about a problem/decision makes their outcome better. I think the common symptom found in software is design analysis paralysis. A software team end up using tonnes of time fretting about design choices (often as a committee), rather than just use t…
It can be worth agonizing over the decisions early on while the system is simple and easy to change. Later on it's often not logistically, politically or socially justifiable to go back and fix or improve an original bad design decision and re-base and retest everything built on it. The result is engineers sat around muttering "I told you so" to themselves and wasting weeks debugging and hacking around bugs.
Re: People spend too much time on decisions with equally satisfying outcomes
#98Going on a tangent here: I wanted to share this article with a friend that doesn't speak English and ran it through Google Translate. It was completely broken with paragraphs in English and others not. I don't remember Google Translate struggling this much with a page. Maybe Substack does crazy HTML things?
Re: People spend too much time on decisions with equally satisfying outcomes
#99I like to flip a coin when the decision is difficult. If the answer is satisfying, then either I had an unarticulated preference or it didn’t matter. If the answer is unsatisfying, then I had an unarticulated preference and I can just choose the (apparently preferable) alternative.
Re: People spend too much time on decisions with equally satisfying outcomes
#100I can disprove the hypothesis above with a counterexample:
Which is the better deal if you're buying gasoline? 500 liters for ¥10000, or 100 US gallons for US$500?
The difference is huge. There's almost a factor of 10 difference in price per unit volume. But you have to spend significant time to figure out which is better. And it's easy to make the problem harder.
So the answer to the OP's question is no; if people take a long time to decide it doesn't necessarily mean that the options are roughly equal.