← All summaries

Why Most Tech Professionals Are Terrible Communicators

A Life Engineered · A Life Engineered · March 26, 2026 · Original

Most important take away

Lead with your point first, then provide supporting context only as needed. Most technical professionals stall their careers not because of weak technical skills, but because they explain things chronologically (bottom-up) instead of conclusion-first (top-down), burying the answer under their thought process.

Summary

Actionable insights for tech professionals who want to communicate more effectively and accelerate career growth:

1. Use BLUF (Bottom Line Up Front)

  • Always state your point or recommendation first; let context follow only if asked.
  • If you catch yourself saying “so basically what I’m trying to say is…”, you went bottom-up. Flip it.
  • Practice in low-stakes situations: put the ask or conclusion as the very first sentence of your next email.
  • Example: Instead of walking through the history of accumulated shortcuts, say “Feature delivery has slowed because of technical debt in the auth module. We need six weeks of cleanup. I propose pausing one feature track next quarter.”
  • You’re not withholding information; you’re changing the order. The audience will pull more detail if they want it.

2. Just-in-Time Context

  • A complete explanation and a useful explanation are rarely the same thing.
  • Before explaining, ask: “What does this person need to do with this information?” Write it down literally if needed, then filter everything through that question.
  • Don’t teach a taxonomy when the listener just needs talking points for a planning meeting.
  • Leave context out by default; add it only if asked.

3. The Zoom-In Technique (for going deep without losing people)

  • Start from what the listener already knows (shared starting point), not from the beginning of the problem.
  • Go one layer deeper, break into 2-3 categories, pick the one that matters, go deeper into just that one. Repeat until they can take the next step.
  • Usually only takes 3-4 sentences in practice.
  • Example for explaining tensors to a frontend engineer: vector (list of numbers) → matrix (stacked vectors, like a spreadsheet) → tensor (keep adding dimensions, multi-dimensional array). Don’t start with “tensor product of vectors and covectors.”
  • Difference vs. bottom-up: bottom-up tries to build the whole picture from scratch; zoom-in only goes deeper where it matters.

Career advice

  • Career growth is gated by communication, not technical skill — frustrated that “people aren’t getting it” usually means you’re explaining wrong, not that they aren’t smart.
  • Communication patterns above are what get explanations to land with VPs, PMs, and new managers — the people who decide promotions and resourcing.

Tech pattern mentioned

  • The host built a custom agent in Notion (no API, no code) that reads his newsletter database (titles, views, likes) every Monday and surfaces 10 data-backed topic suggestions with specific angles. Setup took ~3 minutes; runs against existing Notion data on a schedule. Useful pattern for using Notion-native agents to extract trends from data you already have.

Chapter Summaries

Intro: The real reason your career isn’t growing Career stagnation usually traces to communication, not technical skill. The host spent ~20 years at Amazon (Principal Engineer) and now coaches engineers on this exact problem.

Technique 1: BLUF (Bottom Line Up Front) Say your point first; everything else supports it. Most people build chronologically and bury the conclusion. Demonstrated with a VP question about feature delivery slowdown — the bottom-up version loses the listener; the BLUF version delivers the headline immediately and lets the VP pull details on their terms.

Sponsor: Notion custom agents Host describes a Notion agent that scans his newsletter database weekly and produces 10 data-driven topic ideas, freeing up Monday mornings.

Technique 2: Just-in-Time Context Don’t dump everything you know. Identify what the person needs to do with the information, and supply only enough to do it. Demonstrated with a PM who needed talking points about tech debt for a planning meeting — not a taxonomy of debt types.

Technique 3: The Zoom-In For when you genuinely need to go deep without dumbing down. Start at shared understanding, go one layer deeper at a time, branching only into the category that matters. Demonstrated with explaining tensors to a frontend engineer, and with briefing a new engineering manager on velocity decline.

Outro: Putting it together The video itself was structured top-down using all three techniques. Closing call to action: lead with the point, give just enough context, and go deeper by starting where the audience already is. Pointer to a follow-up video on verbal delivery and reducing speaking anxiety.