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 can I be concise when explaining complex subjects?

12 pointsby 100011_100001over 2 years ago
When I communicate verbally or in an email, I try to explain things in depth. Generally, if there are a lot of caveats my pattern is:<p>* Explain the problem<p>* Explain the solution<p>* Cover caveats, exceptions<p>* Re-explain the solution in case they forgot<p>* Answer any questions<p>* Re-explain the solution to solidify what I explained including their questions to make sure they got it<p>This leads to me being very wordy, and I can easily reply to a simple question by talking for 10 minutes. I find my behavior problematic, especially since I&#x27;m an SME for a bunch of different things, this leads to having to explain a lot of things daily.<p>I don&#x27;t just do this for technical questions, I do it pretty much for everything. My significant other, which is a lot more socially adept than me, thinks that I have an inherent assumption that other people won&#x27;t get it, so I repeat myself. At times this comes across as condescending, I think.<p>However, when I try to explain things less, it becomes obvious that a lot of times they will make wrong assumptions, which leads to me having to explain the same thing in 2-3 occasions.<p>Part of me thinks I miss-calibrate people&#x27;s competencies so I go too deep or not deep enough. Regardless, the primary problem is explaining too much or repetitively.<p>Does anyone have a good heuristic, book, thoughts I can use?<p>PS. I on purpose wrote this in the way I would normally explain something verbally to stress the point of what I&#x27;m struggling with. Consider the meta of my post :)

8 comments

injbover 2 years ago
It sounds like your approach is ok, but here&#x27;s a few things I have picked up from experience:<p>* Always give an overview - a complete, but low-resolution version of the whole picture. Identify key parts of the picture by name and use those same names when you get into more detail<p>* Number and name things. If there are 3 points, tell people there are 3 points. Then cover them...1, 2, 3. Don&#x27;t get into sub-points like 2.1, 2.2 so that people lose track of the fact that there are <i>3</i> points.<p>* There&#x27;s an old mantra that goes &quot;Say what you&#x27;re going to say; say it; then say that you have said it&quot;. That&#x27;s 100% the way to go imo. Tell people &quot;I&#x27;m going to give you a quick overview of the 3 main points first; then I&#x27;ll go into detail on each of those 3 points. That&#x27;ll take longer. Then I&#x27;ll recap in case anything is still unclear, then we&#x27;ll have Q &amp; A&quot;.<p>* When you transition from one thing to another, refer back to the outline you established so that people know where they are on the map, i.e. &quot;So much for point #2. Now, point #3...&quot;. Or &quot;So that&#x27;s the 500-foot view. Now I&quot;ll go through each of these points in more detail...&quot;.<p>* Don&#x27;t try to anticipate the questions too much. You&#x27;ll be wrong about what what&#x27;s going to give people difficulty no matter what, so listen to how people react and adjust accordingly!
评论 #34431041 未加载
gbN025tt2Z1E2E4over 2 years ago
The question you need to ask yourself is why do you feel you need to be so verbose in your answers? When I was more junior, I felt over-explaining concepts&#x2F;answers&#x2F;etc in great depth would impart confidence in my audience that I knew what I was talking about, when in reality, it often did just the opposite because people tend to only want the answer to their question, not the entire philosophy and means of how it&#x27;s solved. More to the point, you tell an upper management all the caveats, problems, and exceptions in the same convo as your recommended solution, and that will often plant a seed of doubt in their mind regarding your proposed solution.<p>TLDR: The man that truly knows his shit through and through is confident and doesn&#x27;t feel the need to over-explain every detail unless specifically asked to provide such detail. Over-explaining by default makes me wonder &quot;did you just learn this or something and are excited about it and want to overshare all this detail? Hmm, gonna get a senior person to review your proposal... complicated != cheap&#x2F;fast&#x2F;reliable&quot;<p>TLDR TLDR: would you continue to use a search engine that takes 30 minutes per query to get you an answer or switch to the search engine that gives concise 1-2 min tailored answers limited to answering exactly what was asked? by far most people would use the latter. that&#x27;s your audience.
评论 #34430998 未加载
karmakazeover 2 years ago
There&#x27;s a huge difference between spoken and written communications. Don&#x27;t use the same methods for both.<p>Over-explaining comes from lack of confidence: either in yourself or in your estimate of the other person to understand. Talk slower, take pauses, and be more interactive. Don&#x27;t rush.<p>Provide the right amount of context. Gauge if they need more or you can shorten it. Go back and fill in if necessary. Different people listen differently. Some want the facts. Some want the story of how the facts were determined, etc. Effective communication isn&#x27;t easy.<p>Btw, the way you wrote your post is in good form for someone like me to take in. I tend to overestimate others ability to understand and speak tersely. At the same time, I&#x27;ll usually always start with some context. I know some people who just start blurting thoughts out of nowhere expecting you to have read their mind for context.
credit_guyover 2 years ago
Here&#x27;s a way to &quot;cheat&quot; your way out of this problem. Write it down.<p>Whenever you find yourself explaining the same thing several times, either to a single person or to several people, just put down the argument in a short memo, word doc, email, powerpoint, whatever. Send it to the last person who needed it, or just save it somewhere. Next time you&#x27;re asked you can just send them the writeup.<p>I have the same problem as you. The underlying condition is that often times I&#x27;m just too lazy to write down what I have in mind. But being lazy results in more effort in the end.<p>Don&#x27;t be lazy like me.
awsanswersover 2 years ago
Tough spot - these days people look for tailored information for the answer to only their question. But often they really need all the context in order to understand the answer to just their question. (And we all hope they grow into stewards of the whole answer.)<p>At work, you could maintain documents for things you need to explain in detail, and when verbally discussing specific parts, reference relevant parts of the written doc.
评论 #34430676 未加载
bjourneover 2 years ago
Deliberate practice. You&#x27;re a developer so you know how important it is to keep code short, tidy, and obvious. Keeping natural language explanations short, tidy, and obvious is equally important.
entropicgravityover 2 years ago
Einstein said, &quot;If you can&#x27;t explain it to a six year old then you don&#x27;t understand it yourself.&quot; Ouch.
austinjpover 2 years ago
Honestly, i don&#x27;t think there&#x27;s a single answer because there isn&#x27;t a single audience.<p>One issue I encounter is in group discussions e.g. management meetings. Lack of detail up-front leads to derailment from edge-cases or whataboutery as the conversation moves on. Whereas excessive detail up-front leads to derailment from nit-picking, or abject boredom, or failing to catch all the detail.<p>During this sort of conversation I scribble notes about the points I want to raise. Then let everyone else talk to see if my points are raised or if I learn something new. Finally, I try to raise points by saying something like &quot;there are three things I&#x27;d say about X&quot;, followed by a super-brief headline for each point. Single sentences. That should be enough, but if not, I&#x27;d expand each as required.<p>But even this has issues. Management meetings can be fraught, and time is scarce. Waiting until after others have spoken means that they may have sucked the life from the conversation and people may be impatient to move on. I&#x27;m aware of coming across as someone who simply wants to stick their beak into every conversation.<p>So, I&#x27;ve tried to be more Zen and simply let things go, or take certain conversations off-line i.e. discuss in depth outside the room. Results vary.<p>Good luck! :)
评论 #34439714 未加载