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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Structured Thinking vs. Going With The Flow

80 点作者 adamsmith超过 11 年前

12 条评论

bane超过 11 年前
For a number of years I worked in a field that didn&#x27;t <i>require</i> highly structured thinking, but if you could do it you could quickly rise to the top.<p>One of the difficulties in structured thinking in a team environment is the burden of selling the benefits of your model to others. For every hour you might spend reasoning about a problem, you had to spend 2-3 hours selling that reasoning to other people: on your team, in the larger organization, and outside of that organization.<p>More often then not people were receptive to the concept of it, but when the models got too complex they would dismiss it and fall back to simpler, less useful models, or just &quot;go with the flow&quot; and wing it.<p>It&#x27;s a shame really, because I often found myself either working alone on a hard problem or with one or two interested acolytes when more manpower would have definitely been useful.
评论 #6556662 未加载
erikb超过 11 年前
In my experience most people are bad at both, it&#x27;s just that they think they are one or the other.<p>Also I would suggest another approach at becoming better: Instead of mastering both styles (which is impossible for most people) it might be better to focus on one style and look for ways to drag the problems that are better solved with the other style back to solutions you already can apply. Stupid example I created just now: Instead of trying to go more with the flow when meeting friends a planner could spent more time before meeting friends to plan and prepare different options. The solution is still not as optimal as for a go-flow-guy, but it is possible to get around it without your friends realizing. On the other hand a go-flow-guy that is writing a master thesis might be better to plan for a very small topic and go for more iterations with the professor to get to a decent paper in the end. In both example I probably fail to show that the guy is actually applying his own style to a problem that is not meant for this style, just that he is more creative and willing to put in more energy to get to the same end result then the person with the other talent.<p>If you look closely at medium level chess players and kungfu arts then you see that they are also doing something like this. They learn a small set of skills that all focus on very few basic concepts and try to solve other problems by moving the situation back to their comfort zone or putting in more effort.
brezina超过 11 年前
having been adam&#x27;s co-founder (xobni) and having lived with him for many years - this article describes one of the things I most like &amp; respect about adam. He is incredibly structured in his thinking about everything in life. I brought much more of the go with the flow skills, but highly respect &amp; learned much from his structured approach. His Wiki of Structures for various fields of thinking is linked at the bottom and a must browse <a href="http://wikilogic.org/index.php/Home_Page" rel="nofollow">http:&#x2F;&#x2F;wikilogic.org&#x2F;index.php&#x2F;Home_Page</a>
ckluis超过 11 年前
I think the Six Hats Method of meeting organization could be applied to thinking which allows for some free form and some structured thinking.<p>I highly recommend it. It&#x27;s an old book, but a good one.
soneca超过 11 年前
&gt; <i>Very few people are really skilled at both. But as I mentioned in the introduction, you can be one of them if you practice with new experiences, and reflect on when you over- vs under-think through decisions.</i><p>So he suggests you should use structured thinking to be good at &quot;going with the flow&quot;. With that implying that someone that is good at going with the flow to start won&#x27;t be able to be good on both.<p>I don&#x27;t think this is true, but only his own mental model playing games with his writings. But otherwise, very interesting thoughts.
评论 #6556701 未加载
MarkHarmon超过 11 年前
Adam has put into words the ideas that have been floating around in my head for awhile, and does so in a very interesting way. Cataloging mental models. Cool. Very loosely reminds me of Jung&#x27;s personality archetypes.
ruang超过 11 年前
&quot;Machine learning: Explore vs exploit&quot; -from his wiki<p>Great way to view &quot;data science&quot;. Augemented intelligence will usually beat artificial intelligence.
priya_sri超过 11 年前
the fundamental blocking issue might be that we all think that &#x27;flow&#x27; is not in our capability, &amp; that it is possible only for a blessed few. I&#x27;ve penned my thoughts on it in a post I wrote sometime here <a href="http://priyankasriraghavan.blogspot.in/2013/07/flow-let-it-be.html" rel="nofollow">http:&#x2F;&#x2F;priyankasriraghavan.blogspot.in&#x2F;2013&#x2F;07&#x2F;flow-let-it-b...</a>
nine_k超过 11 年前
I personally find the following lovely:<p>«Meeting people: use go-with-the-flow when possible, i.e. <i>unless you really do need to</i> judge&#x2F;<i>understand them</i>.»
macrael超过 11 年前
I was just talking with my roommate about this last night. I think the most important realization is that it is impossible to only use Structured Thinking to make your decisions and that I was wrong to think I ever was. The way I see it, structured thinking allows you to outline all of the pros and cons of the various options in front of you (which then drives creatively coming up with other possible solutions) but that those pros and cons are often not directly relatable, so your decision as to which pros and which cons you will ultimately fulfill is impossible to make perfectly &quot;logically&quot; and instead is made somewhat intuitively. This is &quot;going with your gut&quot; and is a required part of every decision we make.<p>Somewhat more concretely: Let&#x27;s say I&#x27;m trying to solve a specific problem for my product. I want to add a new, already designed, feature to my app. There are many many different ways this feature can be implemented. Thinking in a structured way helps us enumerate the various different properties of these options. It requires logical&#x2F;structured thinking to work through &quot;if I implement API expansion only for has_one associations I can do this in the framework of the rails serializers I am already using&quot; and &quot;if I choose to accommodate has_many associations as well I will need to rewrite the code that now uses serializers. If I rewrite that code, I know that it will require more testing and will probably introduce bugs&quot; So here (obviously incompletely) logic has helped me think about all the consequences of the various different options, but there is no way to mathematically relate &quot;increased code complexity&quot; vs. &quot;solves the problem more completely&quot; vs. &quot;principle of least surprise&quot; vs. &quot;principle of immediate feedback&quot; vs. &quot;performance&quot; vs. &quot;code readability&quot; vs. etc. The phrase is, &quot;apples and oranges&quot;<p>So now that I can make many logical arguments in favor and against a number of different paths forward, a decision must still be made. And it&#x27;s hard for me to see how that decision is &quot;logical&quot; in any meaningful way. We obviously have heuristics for saying that &quot;in general, something that impacts the user negatively is more important than the code being ugly&quot; but these hierarchies are always fuzzy and they shift depending on the situation. Ultimately, when you choose which path to take, you are choosing which pros and which cons you believe to be actually most important in this moment.<p>So, logic is an important muscle to work because being better at it gives you access to more complete information about what all the possible consequences of all the possible actions are. But then, going with the flow is also important to practice, and getting better at it I think really comes with practice, because the more decisions you make and observe the outcomes of, the better you will get at having a sense of what the true balance of these apples and oranges should be.<p>Sort of an aside, but i&#x27;ve noticed recently that in many of the discussions I&#x27;ve had at work designing features the arguments rarely become heated because of the following:<p>Person Alpha: &quot;Well A implies B implies C, C is bad so we should not do A&quot;<p>Person One: &quot;Actually A does not imply B, therefore your thinking is wrong&quot;<p>When someone is wrong in a very discrete logical way, it&#x27;s easy for the discussion to adapt and move forward. However, the more common way for things to get intense:<p>Person Alpha: &quot;Well A implies B implies C, C is good so we should do A&quot;<p>Person One: &quot;Well X implies Y implies Z, Z is good so we should do X&quot;<p>Person Alpha: &quot;Well, C is a more important gain than Z, so we should do A&quot;<p>Person One: &quot;No, Z is more important than C!&quot;
emiunet超过 11 年前
How do I know which type of &quot;thinking&quot; I have?
评论 #6558701 未加载
Sirex超过 11 年前
Really bad analyse done by a person who haven&#x27;t even bothered to find about basic psychological typing systems like MBTI or The big five.<p>Personally it seems that he describes TI (Introverted thinking) and then label &quot;flow&quot; as TE (Extraverted thinking) or SE (Sensing Extraverted).<p>Point being, their exist more then two ways to reason about making decision and living life. To me the author comes about as extremely self-centred and self-importante since he hasn&#x27;t even bothered to look at the field of his topic.<p>He totally forgets to take account of feelers, people who make decisions based on how they will feel or how other people will feel after a decision.
评论 #6557164 未加载
评论 #6558233 未加载
评论 #6556227 未加载