57 min read

> "There are two types of speakers: those who get nervous and those who are liars." — widely attributed to Mark Twain; the attribution is folklore rather than a documented quotation, but it captures the truth that even strong speakers feel the...

Prerequisites

  • 30
  • 18
  • 4
  • 5
  • none

Learning Objectives

  • Structure a technical talk as a spoken arc — hook, roadmap, body, conclusion, Q&A — and explain why the spoken structure differs from the slide deck behind it.
  • Apply timing discipline: rehearse out loud against a clock and finish at roughly 90% of the allotted time, with planned cut points.
  • Choose a delivery mode (notes, memory, or slides-as-cue) for a given talk, and manage nerves using cognitive reappraisal and concrete pre-talk routines.
  • Deliver with presence — eye contact, pacing, and the deliberate pause — and field questions, including hostile or unanswerable ones, without losing composure.
  • Plan a live demo with a working backup, and adapt the whole performance to a virtual setting (camera, audio, screen sharing, engagement).

Chapter 31: Delivering Technical Presentations

"There are two types of speakers: those who get nervous and those who are liars." — widely attributed to Mark Twain; the attribution is folklore rather than a documented quotation, but it captures the truth that even strong speakers feel the nerves and deliver anyway.

Chapter Overview

Raj Patel has thirty minutes at a developer conference and a demo he is proud of: a live walkthrough of the open-source project whose README he spent a month rebuilding (Chapter 25). His slides are clean — assertion–evidence headlines, one point each, exactly as Chapter 30 taught. He has rehearsed the slides. What he has not rehearsed is the room: standing up, the clock running, two hundred faces, the projector resolution he didn't test, and the live demo he is about to run against a conference Wi-Fi network he has never seen before. Eleven minutes in, he types the command that should spin up the service, the terminal hangs, a red stack trace scrolls past, and the room goes quiet in the particular way a room goes quiet when a demo dies. His heart rate spikes. This is the moment the whole chapter is about — not because demos crash (they do), but because of what happens in the next ten seconds, which is entirely a matter of preparation and composure, not luck.

This is the chapter where the deck stops being the point and you become the point. Chapter 30 taught you to design slides; this one teaches you to deliver. They are different skills, and people who are excellent at the first are routinely mediocre at the second, because a deck is an object you can revise in private and a talk is a performance you give in public, once, in real time, with no undo. Everything this book has said about audience applies here with extra force, because your audience is now live: they can't rewind you (Chapter 18 made this point for slides; it is even truer for your voice), they read your nerves off your body, and they will remember how the talk felt at least as much as what it contained. The good news is that delivery is a learnable, rehearsable skill — far more craft than talent. The single biggest predictor of a good talk is not charisma. It is practice out loud, on your feet, against a clock.

By the end of this chapter you will be able to structure a talk as a spoken arc rather than a slide sequence; time it so you finish at about 90% of your slot instead of being cut off; choose whether to speak from notes, from memory, or from the slides themselves; manage your nerves with a technique that has research behind it; hold eye contact, control your pace, and use the pause as a tool; field questions — including the hostile ones and the ones you can't answer — without coming apart; run a live demo that survives its own failure; and do all of it on camera when the room is virtual. This is intermediate material that builds directly on Chapter 30 (slide design) and Chapter 18 (the research-talk version of much of this). Here the slides recede and the speaker steps forward.

In this chapter, you will learn to:

  • Build the spoken structure of a talk — hook, roadmap, body, conclusion, Q&A — and see why it is not the same as the deck.
  • Rehearse to a clock and finish at ~90% of your time, with cut points planned in advance.
  • Manage nerves by reappraising the physical signs of anxiety and running a concrete pre-talk routine.
  • Deliver with presence — eye contact, pacing, the deliberate pause — and cut the filler words that leak confidence.
  • Handle Q&A and live demos — including hostile questions and a crashed demo — with a backup that turns disaster into a footnote.

📘 Business/Professional Track: Your talks are often higher-stakes-per-minute than a conference talk — a board update, a client pitch, a go/no-go review — and your audience is less patient with throat-clearing. Prioritize 31.1 (structure, especially the hook and the BLUF-style conclusion), 31.2 (timing — you will often have less time than you think and someone will cut you off), and 31.6 (Q&A, including the hostile question, which in a business setting is often the whole point of the meeting). The live-demo section (31.7) matters if you ever demo software to a client; the principle — always have a backup — generalizes to any live element.


31.1 Structure: The Spoken Arc, Not the Slide Sequence

Start with a distinction people miss, because missing it is why so many technically strong people give forgettable talks.

Your slide deck and your talk are two different artifacts. The deck is what's on the screen. The talk is the thing the audience actually receives — your voice, your structure, your pacing, the order you reveal things, the pauses. A great deck does not deliver itself; you have heard a speaker click through beautiful slides and still lose the room, because the deck was designed but the talk was not. Chapter 30 designed the deck. This section structures the talk.

A talk has a spoken arc with five moves: hook, roadmap, body, conclusion, Q&A. They map loosely onto the deck but they are not the same as your slides, and three of the five (hook, roadmap, conclusion) are mostly spoken, not projected.

The hook (first 30–60 seconds). You have less time than you think to earn the room's attention — well under a minute before people decide whether to listen or open their laptops. So do not spend it on a title slide and "Hi, I'm Raj, today I'm going to talk about…" That opening is throat-clearing; it tells the audience nothing they can't read off the slide and signals that the next twenty-nine minutes will be equally inert. A hook earns attention by opening a loop the audience wants closed. Useful hook shapes:

  • A sharp problem. "Last quarter, our deploy pipeline failed on a Friday night and took the on-call engineer six hours to untangle. By the end of this talk you'll know the one design change that made that impossible."
  • A surprising number or fact. "Ninety percent of the time our service spends answering a request is spent waiting on a database call that returns data we already had in memory."
  • A concrete scene. The crashed-pipeline story above, told in three sentences, is a scene.
  • A genuine question. "How do you roll back a database migration that's already corrupted half your rows? Most teams find out the hard way. We found out the easy way, on purpose."

Watch the difference on Raj's opening.

❌ Before (throat-clearing):

"Hi everyone, thanks for coming. My name is Raj Patel, I'm a backend engineer, and today I'm going to talk about our open-source project and some of the improvements we've made to it over the past year. So, um, let me start with a bit of background about what the project is and how it got started…"

Forty words in, the audience knows the speaker's name and that "background" is coming. No reason to keep listening has been offered.

✅ After (a hook):

"Eighteen months ago, this project had four stars on GitHub, no install instructions, and exactly one contributor — me, at midnight, wondering why no one used a tool I knew was good. Today it has six thousand stars and a hundred contributors. The thing that changed wasn't the code. It was everything around the code, and that's what this talk is about."

Why it's better: It opens a loop — what changed, if not the code? — that the audience now wants closed, and it does so with concrete numbers and a human image (midnight, one contributor). The name and the housekeeping can come after the hook, in five seconds, once the room is already leaning in. Lead with the interesting thing. This is the inverted pyramid from Chapter 4 and the BLUF discipline you have seen since the start of the book, applied to the first thing out of your mouth.

The roadmap (about 15 seconds). Immediately after the hook, tell the audience the shape of the talk in one or two sentences: "I'll show you the three changes that mattered — better docs, a faster contribution path, and one architecture decision — and then we'll see them live." A roadmap is not an agenda slide you read aloud bullet by bullet; it is a single spoken sentence that lets the audience build a mental container for what's coming. People follow a talk far better when they know how many parts it has and where they are in it. Then, at each transition, you give a one-line signpost — "that's the docs; now the contribution path" — so listeners never wonder where they are. This is signposting (Chapter 4) for the ear.

The body (the bulk of your time). The body is your sequence of points, each one ideally a single assertion supported by one slide (Chapter 30). The crucial delivery skill here is the transition: a spoken bridge between points that tells the audience you're moving on and why. Without transitions, a talk feels like a slideshow — click, click, click — and the audience loses the thread connecting your points. With them, the body feels like an argument with momentum. Limit the body to a small number of main points; a thirty-minute talk that tries to make nine points makes none. Three to five is plenty. (Notice this is the same advice Chapter 18 gave for research talks; it is a property of how listeners hold structure, not of any one field.)

The conclusion (last 30–60 seconds). Do not end on "Questions?" — that wastes your most-remembered moment and leaves a content-free slide on the screen through the entire Q&A. End on your takeaway: the one sentence you want the audience to walk out repeating. Then invite questions. The last words of a talk are disproportionately remembered (people recall beginnings and endings best), so spend them on substance, not logistics. A strong close often echoes the hook — Raj's might be: "The code was always good. What changed was that we wrote down how to use it, how to contribute to it, and why it's built the way it is. Writing was the feature." Then: "I'd love your questions."

🚪 Threshold Concept: the talk is the performance, not the file. Before you cross this, a presentation is the deck — you "make the slides," and giving the talk means displaying them while talking over the top. After you cross it, the deck is a set of cues and visual aids, and the presentation is the spoken performance you rehearse: the hook you say before any slide is up, the transitions between points, the pace, the pauses, the close you deliver while a takeaway sits on screen. The change is profound because it relocates the work. If the talk is the file, you finish when the slides are done. If the talk is the performance, the slides being done is when you start — because now you have to learn to deliver it, out loud, on your feet, until it's good. The speakers who never cross this threshold build lovely decks and read them to the room. The ones who cross it build adequate decks and give unforgettable talks.

🔄 Check Your Understanding. A colleague's talk opens with a title slide and "Today I'll cover the background, the methodology, our results, and some future directions," and closes on a slide that says "Questions?". Name the two structural problems and the fix for each.

Answer(1) The opening is throat-clearing, not a hook. Reading the agenda earns no attention; the audience already sees the structure on the slide and has been given no reason to care. Fix: open with a hook — a sharp problem, a surprising number, a scene, or a real question — that opens a loop, then give the one-sentence roadmap. (2) The talk ends on logistics, wasting the most-remembered moment and leaving a content-free slide up through Q&A. Fix: end on the single takeaway sentence (the thing you want repeated), with that takeaway on screen, then invite questions. Beginnings and endings are what audiences remember; spend both on substance.


31.2 Timing: Rehearse to a Clock, Finish at 90%

Here is a number to take to every talk you ever give: finish at about 90% of your allotted time. A twenty-minute slot means a talk you can deliver, comfortably, in eighteen. Not because shorter is automatically better, but because of what actually happens in the room versus what happened in your bedroom rehearsal.

Live, you will run longer than you did practicing — almost always. You add an aside that occurred to you. You repeat a point because a face looked confused. The clicker lags. Someone arrives late and you wait. The demo takes an extra thirty seconds. Every one of these adds time, and none of them subtracts it, so a talk timed to exactly fill the slot in rehearsal will run over in the room. Running over is one of the worst things you can do to an audience and a session chair: you either get cut off mid-sentence (your conclusion — your most-remembered moment — never delivered) or you steal time from the next speaker, which the room resents on their behalf. Aiming for 90% buys the slack that real rooms consume.

🧩 Productive Struggle. You have a 20-minute slot and a talk that, the one time you read the slides silently in your head, felt like "about 20 minutes." You're tempted to call it done. Before reading on: predict what will happen to that timing when you give the talk live, and name two things you should do this week instead of trusting the silent read-through.

AnswerLive, it will run over — likely 23–25 minutes — because (a) you read silently far faster than you speak aloud, so the silent read drastically underestimates spoken length, and (b) live rooms add time (asides, repeats, clicker lag, the demo, latecomers) and never subtract it. Two things to do this week: (1) Rehearse out loud, standing up, with a timer — speaking aloud is the only measurement that counts, and it will reveal the talk is really 24 minutes. (2) Cut the talk down to an 18-minute version and mark planned cut points — specific slides or asides you will drop, in order, if you find yourself behind. Don't trust the silent read; it lies in your favor.

Rehearse out loud, standing, with a timer — this is non-negotiable. Reading your slides silently is not rehearsal; you read three times faster than you speak, so the silent run badly underestimates the real length and never exposes the sentences that tangle your tongue. Saying it aloud, on your feet, is the only way to (1) get a true time, (2) find the transitions that don't actually connect, and (3) discover the words you stumble on so you can change them. Treat this as the drafting and revising of a talk: your first spoken run is a rough draft (it will be too long and too rough), and each subsequent run is a revision. That is Chapter 5's process — plan, draft, revise — applied to delivery. You would never submit a first draft of a report; don't give a first draft of a talk.

How many run-throughs? For a talk that matters, at least three full out-loud rehearsals, ideally on different days so the material consolidates. The first reveals the true length and the rough spots. The second smooths them. The third makes it feel like yours. More than five or six and you risk over-memorizing into a wooden recitation (more on that in the next section).

Plan your cut points before you stand up. Despite all this, you may find yourself behind — the previous speaker ran long, the demo fought you, a question ate three minutes. Decide in advance which slides or asides you will drop, in priority order, if you need to claw back time. Then the cut is calm and invisible. The cardinal rule when you're behind: cut content, don't talk faster. Speeding up wrecks comprehension (the audience is already at the edge of keeping up), makes you sound panicked, and slurs your most important sentences. A speaker who calmly says "I'll skip the implementation details and jump to the result" sounds in control; a speaker racing through every slide sounds like they're losing. Cutting is a sign of mastery, not failure — it means you know what matters most.

Symptom Wrong move Right move
You're behind schedule Talk faster Cut a planned-in-advance slide; keep your pace
You're ahead of schedule Pad with filler Slow down, add one good example, or take questions early
A question ate 3 minutes Skip your conclusion Skip a body point; always deliver the conclusion
The demo ran long Rush the close Drop to the backup or summary; protect the last 60 seconds

Notice the asymmetry in that table: whatever goes wrong, you protect the conclusion. It is the most-remembered 60 seconds; everything else is more cuttable than it.

[📍 Good stopping point — so far: the talk is a spoken arc (hook, roadmap, body, conclusion, Q&A) that you rehearse out loud to ~90% of your time, cutting content rather than racing if you fall behind.]


31.3 Notes, Memory, or Slides: How to Speak Without Reading

Three ways people deliver the words of a talk, on a spectrum from most scripted to least:

  1. From a full script — every word written, read aloud (or memorized verbatim).
  2. From notes — keywords, cues, and the few exact phrasings you want to nail.
  3. From the slides themselves — the slide is your only cue; you speak to whatever's on screen.

The two extremes both fail, in opposite ways, and the middle is almost always right.

Reading a script aloud is the most common rookie choice and one of the worst. Written language and spoken language are different registers (a point Chapter 7 made about word choice and tone). Prose written to be read sounds stilted when spoken — longer sentences, more subordinate clauses, vocabulary you'd never say out loud. Worse, reading buries your eyes in the page, kills eye contact, flattens your voice into a monotone, and signals to the audience that you don't know your own material well enough to talk about it. A script also can't adapt: when a face looks confused, a reader plows on; a speaker rephrases. The rare exception is a high-stakes sentence where exact wording is legally or scientifically load-bearing (a precise claim, a safety statement, a quotation) — write those out and read them deliberately. The rest, speak.

Memorizing the whole talk word-for-word is the opposite trap. It sounds good in theory and fails in two ways. First, verbatim memorization produces a recited delivery — slightly sing-song, oddly paced, clearly retrieved rather than thought — and audiences feel the difference even if they can't name it. Second, and worse, memorization is brittle: lose your place (and nerves make you lose your place) and there's nothing to fall back on, because you memorized a sequence of words, not a structure of ideas. The speaker who blanks mid-sentence in a memorized talk has no handhold. Catastrophic recovery, high risk.

Speaking from notes is the professional default, and "notes" usually means one of two things:

  • A keyword outline — your structure as a short list of cue words and phrases, one line per point, plus the exact wording of the few things you want to get precisely right (your hook's first sentence, your one-sentence takeaway, a key statistic). You glance down, see "→ contribution path: PR template cut review time 40%," and you talk about it in fresh words each time. You know the ideas cold; you improvise the sentences. This is robust: lose your place and the outline shows you instantly where you are.
  • The slides as your cue — for a well-designed assertion–evidence deck (Chapter 30), the headline sentence on each slide is your cue. You see "Our deploy time dropped from 40 minutes to 4," and that's your prompt to explain how. This works beautifully if and only if your slides are designed as cues (one point each, a clear headline) rather than as dense text you'd be tempted to read. It also means never turning your back to read your own slides — a frequent, presence-destroying habit.

🔍 Why Does This Work? Why does speaking from a keyword outline produce a better-sounding talk than reading a polished script, even though the script's sentences are more carefully written?

AnswerBecause the channel mismatch matters more than the polish. Sentences crafted for the eye (the script) carry features that sound wrong to the ear: length, embedded clauses, formal diction, the absence of the natural redundancy and rhythm of speech. Read aloud, they sound like what they are — text being recited — and that flatness plus the loss of eye contact reads as "doesn't know the material." A keyword outline forces you to generate the sentences live, in spoken register, with natural emphasis, pauses, and eye contact, because you're actually thinking and talking rather than decoding a page. The audience experiences a person explaining something they understand, not a person reading. The slightly less polished sentence, spoken naturally, beats the perfect sentence read woodenly — every time. (It also makes you robust: ideas survive a lost place; a memorized word-sequence does not.)

The practical recipe most strong speakers converge on: know your structure cold, script only your few load-bearing sentences (hook, transitions, takeaway), and improvise everything else from a keyword outline or your slide headlines. Have the keyword outline on a note card or in presenter view as a safety net, but aim not to need it.

✏️ Try This. Take a talk you have to give (or imagine one) and write its keyword outline on a single index card: one line per main point, plus the exact wording of just three things — your opening sentence, your one transition you most want to land, and your closing takeaway. If it doesn't fit on one card, you have too many points; cut until it does.


31.4 Managing Nerves: Reappraise, Don't Suppress

Almost everyone is nervous before a talk. The racing heart, the dry mouth, the shaky hands, the blank-for-a-second feeling — these are near-universal, and they do not mean something is wrong with you. They mean your body is doing exactly what it evolved to do when you're about to be evaluated by a group: it's mobilizing. The mistake is not having the response; the mistake is fighting it.

The standard advice — "calm down," "just relax" — is not only useless but counterproductive. Trying to suppress a strong arousal response tends to make it worse, because now you're fighting your own physiology and worrying about whether the fight is working. There is a better move, and it has research behind it.

⚠️ Tier 2 — attributed claim. A body of work in psychology on what's called cognitive reappraisal suggests that relabeling pre-performance anxiety as excitement — telling yourself "I'm excited," not "I'm calm" — leads to better performance than trying to calm down, across tasks like public speaking and singing. The proposed mechanism is that anxiety and excitement are both high-arousal states that feel physically similar (the same racing heart), so it is easier to reinterpret the arousal you already have than to eliminate it. This is a real and widely-discussed line of research; I'm presenting it as an attributed finding rather than citing an exact study, year, or effect size, in keeping with this book's citation honesty. Treat it as a well-supported technique to try, not an iron law.

The practical version: when you feel the surge before a talk, do not say "calm down." Say — out loud if you can, in your head if you can't — "I'm excited." Reframe the pounding heart as readiness, the energy as engagement. You are not trying to make the arousal disappear; you're reassigning its meaning. The physical state of a nervous speaker and an excited one is nearly identical; the difference is the story you tell about it, and you get to choose the story.

Reappraisal is the headline technique, but it works best alongside concrete routines that also reduce the arousal you have to reappraise:

  • Rehearse until the structure is automatic (31.2). Most stage fright is fear of forgetting or fumbling. The single most effective anti-anxiety measure is knowing your material so well that the structure is reflexive — then even a blank moment has a handhold. Preparation is the foundation; everything else is a top-up.
  • Arrive early and own the room. Walk the space, find where you'll stand, test the clicker, test the projector, test your audio, plug in your laptop, load your slides and your demo backup. Surprises spike nerves; eliminating them is free calm. (Raj's projector-resolution surprise in the overview was avoidable with five minutes of early setup.)
  • Breathe slow and low. A few slow exhales — longer out than in — before you go on nudges your nervous system toward steadiness. It's not magic, but it's a lever you control in the moment.
  • Plant your feet and slow your first sentence. Nerves make people rush and fidget. Stand still, deliver your scripted first sentence slowly and deliberately. The first thirty seconds of composure tend to settle the rest, partly because the audience reflects your calm back to you.
  • Reframe the audience. They are not adversaries hoping you fail; they're people who came to learn something and are mostly rooting for you (a bored speaker is bad for them too). Most of your felt scrutiny is imagined; the audience can't see your pounding heart or your note card, and they're far more forgiving than your nerves claim.

❌ Before (the self-talk that backfires): "Don't be nervous. Calm down. Everyone's watching. Don't mess up. Why are my hands shaking? Stop it. Just be calm." — This fights the physiology and adds a layer of meta-anxiety (anxiety about the anxiety). The shaking hands now mean "I'm failing at being calm."

✅ After (reappraisal plus routine): "I'm excited — this is the good kind of energy. I know this material cold. I tested everything ten minutes ago. I'll plant my feet, breathe out, and say my first sentence slowly. They want me to do well." — Same racing heart, reassigned meaning, anchored by the fact of preparation. The arousal becomes fuel.

🔄 Check Your Understanding. Two speakers feel identical physical symptoms before a talk — pounding heart, fast breathing. One thinks "I need to calm down"; the other thinks "I'm excited to share this." Why does reappraisal research suggest the second is likely to perform better, and what is the one preparation that makes either mindset more achievable?

AnswerAnxiety and excitement are both high-arousal states with nearly the same physical signature, so it's far easier to reinterpret the arousal you already have ("I'm excited") than to eliminate it ("calm down"). The "calm down" speaker is fighting their own physiology — a fight they tend to lose — and then adds anxiety about failing to calm down. The "excited" speaker reassigns the same energy as fuel and stops fighting it. (Per the book's citation honesty, this is a Tier 2 attributed finding from reappraisal research, not an iron law.) The preparation that makes either mindset achievable is rehearsing out loud until the structure is automatic — most stage fright is fear of fumbling, and deep preparation removes the thing you're afraid of, leaving arousal you can reframe rather than dread.

🪞 Learning Check-In. Pause and locate your own relationship to presenting. Are you someone who avoids talks, endures them, or seeks them out? When you imagine standing up to speak, what specifically do you fear — forgetting, being judged, a question you can't answer, the silence? Name it concretely, because the rest of this chapter has a specific countermeasure for each: forgetting → a keyword outline and rehearsal (31.3); being judged → reappraisal and audience-reframing (31.4); the hard question → the bridging technique (31.6); the silence of a dead demo → a backup (31.7). The fear is rarely "presenting" in the abstract; it's one nameable thing, and nameable things have fixes.


31.5 Presence: Eye Contact, Pace, and the Power of the Pause

Delivery is physical. The audience reads your body before they parse your sentences, and a handful of physical habits make the difference between a speaker who seems to know their stuff and one who seems unsure — independent of the actual content. None of these are about being a "natural"; they're learnable adjustments.

Eye contact. Look at the audience, not the screen, not the floor, not your notes. Eye contact is how a speaker signals confidence and connection, and its absence reads as evasion or fear even when neither is true. The technique that works for most people: pick a few friendly-looking faces in different parts of the room and rotate among them, holding each for a full thought (a sentence or two), not a darting half-second. In a large room you can't meet everyone's eyes, but looking at someone in each region makes the whole section feel addressed. The two presence-killers to avoid: reading your slides with your back to the room, and staring at your notes. Both sever the connection that carries a talk.

Pace. Nerves speed you up; you must consciously slow down. A rushed talk is hard to follow (the audience is processing in real time and can't rewind) and sounds nervous, which undermines your authority regardless of content. The fix is partly mental (the reappraisal and breathing of 31.4) and partly mechanical: deliberately pause at the end of major points, and let your sentences breathe. You will feel like you're going too slowly. You are almost certainly going at about the right speed, because the felt-rush of nerves recalibrates your internal clock. When in doubt, slower.

The pause — your most underused tool. Silence feels terrifying on stage and is one of the most powerful things a speaker can deploy. A deliberate pause after an important sentence does three things at once: it gives the audience a beat to absorb the point (they need processing time you don't feel), it signals "that mattered," and it projects confidence — only a speaker in control is willing to stop talking. The pause also replaces filler. Which brings us to the habit that quietly erodes more talks than any other.

Filler words. "Um," "uh," "like," "you know," "so," "basically," "right?" — filler words are the sounds we make to hold the floor while our brain catches up. Everyone uses some, and a few are invisible. But a dense stream of them shreds your credibility: the audience hears uncertainty, and the fillers literally crowd out the silence where a thoughtful pause should be. Listen to a transcript of a nervous talk and you'll see "um" three times a sentence. The cure is not to think "stop saying um" mid-talk (that just adds anxiety). The cure is the pause: when you feel an "um" coming, close your mouth and be silent instead. That half-second of silence, which terrifies you, is invisible to the audience as a flaw and actually reads as composure. You are trading a credibility leak for a credibility signal. The way you build the habit is recording yourself (31, post-flight of any practice run) and hearing your own fillers — almost everyone underestimates their count until they hear it.

❌ Before (filler-dense, described): "So, um, basically what we did was, like, we kind of restructured the, uh, the pipeline, and, you know, that sort of made things faster, basically." — Twenty-eight words, maybe eight of content, and a wall of fillers signaling "I'm not sure." The one real claim (the pipeline got faster) is buried in hedges and noise.

✅ After (pauses replace fillers): "We restructured the pipeline. [pause] Deploys went from forty minutes to four." — Eleven words, two clean sentences, a deliberate pause where the "um"s were. The silence does the work the fillers were failing to do, and the claim lands. This is Chapter 3's conciseness — every word earning its place — applied to speech, where the bloat is fillers rather than nominalizations.

Hands and movement. A smaller point, but: let your hands gesture naturally (gesturing actually helps you think and speak fluently); don't pin them to a lectern or fidget with a clicker. Move with purpose — a few steps to mark a transition — rather than pacing anxiously. If you don't know what to do with your hands, holding the clicker loosely and gesturing with the other is fine. Don't overthink this one; natural beats choreographed.

🔄 Check Your Understanding. A speaker is determined to eliminate "um" from their talk and spends the whole presentation monitoring themselves for it, thinking "don't say um" before each sentence. Why is this likely to backfire, and what should they do instead?

AnswerMonitoring for "um" mid-talk adds a layer of self-conscious cognitive load on top of the work of speaking, which usually increases disfluency (you're now doing two things — talking and policing — and doing both worse) and stokes anxiety. Fillers are reflexive floor-holders that appear when the brain needs a beat; you can't suppress the reflex by willpower in the moment. The fix is to replace the filler with a pause: when you feel an "um" coming, close your mouth and be silent for that half-second. The silence is invisible to the audience as a flaw and actually reads as composed and deliberate — so you trade a credibility leak for a credibility signal, without the self-monitoring spiral. (Build the habit out of the talk, by recording a rehearsal and hearing your real filler count.)


31.6 Handling Q&A: Including the Hostile and the Unanswerable

For many technical speakers, Q&A is the scariest part — the one stretch you can't rehearse word-for-word, where someone might expose a gap or attack your work in front of the room. It is also, handled well, where you most build credibility, because it shows you can think on your feet and engage honestly. The skills are learnable, and they start before any question is asked.

Prepare for Q&A like part of the talk. It is not the unscripted aftermath; it is a rehearsable segment. List the questions you'd least like to be asked — the weakest part of your work, the obvious objection, the comparison to a competitor or rival approach, the limitation you glossed over — and rehearse crisp answers to them out loud. You will rarely be surprised, because the hardest questions are predictable: they're aimed at the soft spots you already know about. (This is the same logic as planning cut points in 31.2: decide in calm conditions, execute in hot ones.)

The universal answering pattern, which works for almost every question:

  1. Listen to the whole question. Don't start formulating your answer over the top of the questioner; you'll misread what they're actually asking. Let them finish.
  2. Restate or paraphrase it. "So you're asking whether this scales past a single region — is that right?" This buys you a few seconds to think, confirms you understood, ensures the rest of the room (who may not have heard) gets the question, and lets the asker correct a misread before you answer the wrong thing.
  3. Answer briefly, then stop. Resist the urge to deliver a second talk. A focused thirty-second answer respects everyone's time and leaves room for more questions. If they want more, they'll follow up.

When you don't know the answer — say so, and bridge. This is the single most important Q&A skill, and the instinct most people get wrong. Faced with a question you can't answer, the temptation is to bluff — to generate confident-sounding words that fill the silence. Don't. Experts in the room detect bluffing instantly, and one bluff destroys your credibility on everything else you said, including the parts you were right about. The honest move is stronger and follows a shape worth memorizing — the bridge:

State the limit → connect to what you do know → offer a reasoned next step. "We haven't tested it past a single region, so I can't give you hard numbers on multi-region latency. What I can say is that the bottleneck we removed was in the per-request database calls, which are region-independent, so I'd expect it to hold — but I'd want to measure before claiming it. Happy to follow up by email if you want the data once we have it."

That answer is honest about the gap, demonstrates command of what you do know, and gives the asker a real path forward — which reads as far more competent than a confident bluff that a sharp questioner would shred. "I don't know, but here's how I'd find out" is a strong answer, not a weak one. (Chapter 18 introduced this bridge for research Q&A; it is the same move in any technical setting.)

The hostile question. Sometimes a question isn't a question — it's an attack, a challenge, a someone-trying-to-look-smart, or a person with a genuine grievance delivered with an edge. The skill is to separate the substance from the tone and answer only the substance, calmly. Three moves:

  • Stay even. The room is watching how you handle it more than what you say. If you get defensive, dismissive, or rattled, you lose the room even if you're right. Composure under pressure is itself persuasive; a calm answer to a hostile question wins the audience to your side, because they recognize the unfairness and respect your steadiness.
  • Find the legitimate core and address it. Most hostile questions contain a real point wrapped in attitude. Extract it: "It sounds like the concern is that our benchmark doesn't reflect production load — that's fair, and here's how we chose it…" You've reframed an attack as a reasonable question and answered it on the merits, which defuses the hostility and serves the rest of the room.
  • Don't get baited into a debate. If a questioner keeps pushing argumentatively, it's fine to close gracefully: "I think we see this differently, and I'd be glad to dig into it with you afterward so we can keep the Q&A moving." This is not dodging; it's protecting the room's time from a private dispute, and the audience will thank you for it.

❌ Before (defensive, takes the bait): Questioner, with an edge: "Did you even test this under real load, or are these just toy benchmarks?" Speaker, bristling: "These are not toy benchmarks, they're perfectly valid, and frankly I think you're missing the point of the talk." — The speaker matched the hostility, sounded rattled and dismissive, and lost the room's sympathy even though the benchmarks may be fine.

✅ After (separates substance from tone, bridges): "Fair question — the concern is whether our benchmark reflects production load. It's a synthetic benchmark, so it doesn't capture every real-world pattern, and you're right to push on that. What it does control for is the specific bottleneck we're measuring, which is why we used it. We haven't run a full production-load test yet; that's the obvious next step, and I'd genuinely welcome your thoughts on the workload to model. Want to grab five minutes after?" — Calm, extracts the legitimate core, honest about the limit, bridges to a next step, and offers to take the dispute offline. The room sees competence and grace.

🧩 Productive Struggle. You've just finished a talk on a new caching layer. A senior engineer you respect raises a hand and asks, with a clearly skeptical tone: "This seems like a lot of complexity to save a few milliseconds. Was it actually worth it?" Before reading on, draft your answer in your head. What's the legitimate core, and how do you answer it without getting defensive or overclaiming?

One strong answerThe legitimate core is a real cost-benefit question: does the latency win justify the added complexity? — not an attack on you, even though the tone stings. Don't defend your ego ("it was definitely worth it") and don't bluff a number you don't have. Bridge: "That's the right question to ask of any caching layer — complexity is a real cost. For our workload the win wasn't a few milliseconds; it was cutting p99 latency from 800ms to 120ms under peak load, which was causing timeouts that paged us. So for this traffic pattern, yes, the complexity bought us reliability we needed. For a lower-traffic service, I'd agree it wouldn't be worth it." Notice the moves: name the cost honestly (concede the legitimate point), give the specific benefit with a number, and scope the claim (worth it here, not universally). You've answered a skeptical senior engineer in a way that makes you look more credible, not less — because you took the cost seriously instead of waving it away.


31.7 The Live Demo: Always Have a Backup

A live demo is the highest-risk, highest-reward element of a technical talk. When it works, nothing is more convincing — the audience watches the real thing run, live, and believes it in a way no slide can match. When it fails, it fails publicly and memorably, in real time, in front of everyone. And demos fail constantly, for reasons that have nothing to do with your competence: the conference Wi-Fi is hostile, the projector resolution mangles your terminal, a dependency isn't installed on the borrowed laptop, an API you depend on is having an outage, a service takes ninety seconds to start that took two on your machine. Demo gods are fickle. The one rule that turns a demo from a gamble into a controlled risk: always have a backup.

This is exactly Raj's moment from the chapter overview. Eleven minutes in, his live demo throws a stack trace and hangs — the conference network can't reach the service his demo depends on. The room goes quiet. Here is what determines the next ten seconds: not whether the demo failed (that was always possible), but whether he prepared for it to fail. Raj had. (The full play-by-play is in Case Study 1.)

The backup is a recording. Before the talk, record a screen capture of your demo working perfectly — the whole flow, narrated or clean, exactly as you'd run it live. If the live version dies, you say, evenly, "Looks like the conference network isn't cooperating — let me show you the recording instead," switch to the video, and narrate over it as if it were live. The audience barely registers a hiccup; they still see the thing work, they hear your explanation, and the talk continues. A recording converts a catastrophic, talk-ending failure into a five-second detour. It is the single highest-leverage thirty minutes of preparation you can do for a demo-heavy talk.

Beyond the recording, a layered set of precautions, roughly in order of value:

  • Record the demo (above) — the non-negotiable. Even if everything else fails, the recording saves the talk.
  • Don't depend on the conference network. It is the most common point of failure. Run the demo against localhost or a local environment if at all possible; pre-download anything you'd otherwise fetch live; cache responses. Treat the venue Wi-Fi as if it will fail, because it often does.
  • Test on the actual equipment. Arrive early and run the demo on the real projector, at the real resolution, on the laptop you'll actually use (if it's borrowed, install your dependencies first). The "works on my machine" failure is avoidable with ten minutes of setup. (Bump up your terminal font while you're at it — a demo no one can read is a failed demo even when it works.)
  • Have screenshots as a second fallback. If even the video won't play (it happens — codecs, audio routing), a few key screenshots of the working output let you walk through the result. Belt, suspenders, and a second belt.
  • Pre-stage the demo state. Don't type long commands live or wait on slow setup in front of the room. Have services already running, terminals pre-positioned, the starting state loaded. Reduce the live surface area to the few keystrokes that show the point, and pre-bake everything else.
  • Rehearse the failure, not just the success. Practice the sentence you'll say and the switch to the backup, so that if the demo dies your recovery is calm and rehearsed rather than panicked and improvised. The smoothness is the recovery.

The recovery line matters as much as the recording. When a demo dies, the audience takes its cue from you. If you fluster, apologize repeatedly, and frantically re-type the command three times hoping it'll work, you bleed credibility and waste time. If you say — calmly, almost cheerfully — "Well, the demo gods are not with us today; good thing I recorded it," you signal this is fine, I planned for this, and the room relaxes with you. Many audiences actually warm to a graceful demo-failure recovery; it's human, it's competent, and it's a small drama with a happy ending. The failure becomes a footnote. (The contrast — a speaker with no backup, melting down — is Case Study 2.)

🔄 Check Your Understanding. A speaker says, "My demo is simple and I've run it a hundred times on my laptop, so I don't need a backup recording — that's overkill." Identify the flawed assumption and state the rule.

AnswerThe flawed assumption is that demo failures come from your code or your competence ("it works on my laptop"). Most demo failures come from the environment you don't control at the venue: hostile conference Wi-Fi, a projector resolution that mangles the display, a missing dependency on a borrowed machine, a third-party API outage, a service that starts slowly on unfamiliar hardware. "It works on my laptop" is exactly the condition that won't hold in the room. The rule: always have a backup recording of the demo working (plus screenshots as a second fallback), because a recording converts a catastrophic live failure into a five-second detour — and the thirty minutes to record it is the highest-leverage prep you can do for a demo.


31.8 Virtual Presentations: The Camera Changes Everything

More technical talks happen over video now — remote conferences, webinars, distributed-team reviews — and a virtual talk is not a room talk with the room subtracted. It's a different medium with its own failure modes and its own techniques. The core challenge: you lose almost all the feedback and connection that a physical room gives you, and you gain a pile of technical things that can break.

Audio is more important than video — fix it first. Audiences forgive mediocre video; they will not forgive bad audio. Muddy, echoing, or cutting-out sound makes you literally not understood, and people drop off within minutes. Invest here before anything else: use a decent microphone (even cheap earbuds with a mic beat a laptop's built-in mic in a echoey room), present from a quiet space, and test it with someone before it counts. If you fix one thing about your virtual presence, fix the audio.

Look at the camera, not the faces. This is the counterintuitive one. To make eye contact with your virtual audience, you must look at the little camera lens — but every instinct pulls your eyes to the faces (or your own thumbnail) on the screen below it. When you look at the screen, you appear, to everyone watching, to be looking down and away — disengaged. The fix: put your speaker notes and any participant video as close to the camera as possible, and consciously address the lens during important moments. It feels unnatural and looks connected; looking at the screen feels natural and looks evasive.

Engagement is your job now, because the room won't give it to you. In person, a live audience supplies energy, nods, laughter, the feel of the room. On video, you're often talking into a grid of muted, camera-off rectangles or a silent webinar void, with no feedback at all. This silence is disorienting and tempts you into a flat monotone. Counter it deliberately:

  • Bring more energy than feels natural. The camera flattens affect; what feels like 110% to you reads as normal-engaged on the other end. A delivery that would be fine in a room reads as dead on video.
  • Build in interaction. Ask poll questions, prompt the chat ("drop a 👍 if you've hit this bug"), pause for reactions, call on people by name if it's a small group. Manufacture the engagement the room would otherwise have supplied.
  • Watch the chat, or assign someone to. The chat is your only real-time feedback channel — questions, confusion, "we can't hear you." Monitor it, or designate a co-host to surface questions, so you're not presenting blind.
  • Shorten it. Attention erodes faster on video than in a room; people are a click away from email. Tighten ruthlessly, build in more breaks, and don't run a 60-minute virtual talk if a 35-minute one will do.

Master the mechanics before you go live, because the technical failures are different and unforgiving:

  • Screen sharing: know exactly how to share — and, critically, how to share the right window without exposing your email, your messages, or your notes. Rehearse the share. Close everything you don't want seen. Nothing erodes credibility like an accidental notification popping up mid-share. Share the specific window or slideshow, not your whole desktop, when you can.
  • Test your setup end-to-end with a colleague before it matters: audio, video, screen share, the slides advancing, the demo (with its backup recording — the demo rules of 31.7 apply doubly online, because you also can't walk over and fix anything).
  • Have a fallback for your own connection dropping. Know what you'll do if you drop: a co-host who can hold the room, slides pre-shared so someone can advance them, a way to rejoin fast. Your home internet is now a single point of failure for the whole talk.
  • Mind your frame and light. Camera at roughly eye level (not pointing up your nose), a light source in front of you (not a bright window behind you turning you into a silhouette), a non-distracting background. These are quick wins that make you look prepared.

❌ Before (a typical bad virtual talk, described): The speaker shares their entire desktop (a Slack notification pops up mid-talk reading "is this meeting almost over?"), looks down at the participant grid the whole time so they appear to be staring at the floor, talks in a flat monotone into silence because no one's camera is on and they never check the chat, and runs sixty minutes during which half the audience quietly switches to email. The audio echoes because they're presenting from a hard-surfaced conference room with the laptop mic.

✅ After (the same talk, fixed): The speaker shares only the slideshow window (notifications silenced, other windows closed), looks at the camera lens during key points so they appear to address the audience, brings visibly higher energy to counter the camera's flattening, opens with a chat prompt ("drop your biggest pain point with deploys in the chat"), has a co-host watching chat for questions, runs a tight thirty-five minutes with one mid-point check-in, and presents from a quiet room with a clip-on mic and a light in front of them. Same content; the second one keeps the room.


📐 Project Checkpoint

In Chapter 30 you built the deck for portfolio piece #6 — your presentation — turning your data-memo material (piece #4) into assertion–evidence slides with sentence headlines and one point each. The deck is the artifact; this chapter makes it deliverable. Your task now is to produce the two things that turn a deck into a talk: a speaker-notes script and a rehearsal record.

First, write speaker notes for your deck. For each slide, draft the spoken content as a keyword outline — not full prose (you learned in 31.3 why reading a script aloud fails), but enough cue words to talk fluently from. Then script verbatim only your three load-bearing sentences: your hook (the first 30–60 seconds — a problem, number, scene, or question that opens a loop, not "Hi, I'm…"), your one-sentence takeaway for the close, and your single most important transition. Add a one-line roadmap sentence to say right after the hook. Put it all in your presenter notes (or a single index card).

Second, rehearse out loud, on your feet, against a clock — at least twice — and record yourself once. Note your true spoken time (it will be longer than you guessed), then trim until you land at ~90% of your target slot, marking two planned cut points you'll drop first if you run behind. Listening to the recording, count your filler words and note where a deliberate pause should replace each. If your talk includes a live demo, record a backup screen capture of it working and write your one-line recovery sentence.

Add three items to your portfolio's piece #6: the speaker notes (keyword outline + three scripted sentences + roadmap), a short rehearsal log (run times, the spots you cut, your filler count), and — if relevant — your demo backup plan. Note your before/after: how long the first spoken run was versus the trimmed final, and what changed between them. That gap is the delivery work; like revision in writing (Chapter 5), the talk gets good in rehearsal, not in the first pass.

In Chapter 32 you'll add the visual-storytelling layer — the diagrams and architecture visuals that often are the evidence on your slides — completing the presentation toolkit before the field-specific chapters of Part VII.


31.9 Common Mistakes and Practical Considerations

The mistakes below are the ones that sink otherwise-competent technical speakers. Most are habits, which means they're fixable.

Reading the slides to the audience. The cardinal sin, and the most common. If the slide says it, the audience already read it (faster than you can say it), and reading it aloud insults them while wasting both channels. Slides are visual aids and cues; your voice adds what the slide can't show. (This is the death-by-PowerPoint failure from Chapter 18, now from the delivery side.)

Apologizing and self-deprecating. "Sorry, this slide is a bit of a mess," "I'm not really a presentations person," "I only put this together last night." Every apology lowers the audience's estimate of your talk before they've judged it for themselves and signals low confidence. If a slide is bad, fix it; if you can't, present it without comment. Never pre-apologize.

The wall-of-text slide you then read. Covered in Chapter 30, but it bites hardest in delivery: a text-dense slide forces you to either read it (bad) or compete with it (worse, because the audience reads it instead of listening to you). The delivery fix is upstream — design the slide as a cue, not a document.

Going over time. The audience-and-chair-disrespecting move that aiming for 90% (31.2) prevents. If you've ever sat through a speaker barreling past their slot while the chair waves a card, you know how fast goodwill evaporates. Cut content; never race.

No backup for the demo. Covered in 31.7 — the avoidable catastrophe. The thirty minutes to record a backup is the cheapest insurance in technical speaking.

Turning your back to read your own slides. A presence-killer (31.5). If you need to look at the slide, glance at your laptop/presenter view, not over your shoulder at the screen. Never narrate with your back to the room.

Ignoring time-zone and accessibility realities in virtual talks. Scheduling a "global" webinar at a time that's 3 a.m. for half your audience, or sharing slides no screen reader can parse, or relying on color alone in a chart — the accessibility disciplines from Chapter 10 don't pause because the talk is live. Caption when you can; describe your visuals aloud ("the line drops sharply at week six") so listeners who can't see the screen well still follow.

💡 Tip — the recovery mindset. Things will go wrong in talks: a demo dies, you lose your place, the projector flickers, a question stumps you, the clicker fails. The mark of a strong speaker is not that these don't happen — they happen to everyone — but that the recovery is calm. Every failure mode in this chapter has a planned response (a backup recording, a keyword outline, a bridge, a cut point). Prepare the recoveries, not just the talk, and you'll find the fear shrinks: you're no longer hoping nothing goes wrong; you're ready when it does.

📚 Going Deeper — the assertion-evidence pioneers and the speaking tradition. The assertion-evidence slide approach (Chapters 30 and 18) comes from Michael Alley and colleagues' research on scientific presentation design; if you give research talks, their work is worth seeking out. For delivery more broadly, the long tradition of public-speaking craft — from classical rhetoric through modern works like Garr Reynolds's Presentation Zen — converges on much of what this chapter says: less text, more story, rehearse hard, connect with the room. See Further Reading for the curated, verified list.


Frequently Asked Questions

How do I stop being so nervous before a technical presentation?

You won't eliminate nerves, and chasing "calm" tends to backfire. Two moves help most. First, reappraise: relabel the racing heart as excitement rather than anxiety — research on cognitive reappraisal (a Tier 2 attributed finding) suggests reinterpreting the arousal you already have beats trying to suppress it, since the two states feel physically similar. Second, prepare until the structure is automatic: most stage fright is fear of fumbling, and deep out-loud rehearsal removes the thing you fear. Add a pre-talk routine — arrive early, test everything, breathe slow, plant your feet, deliver your first sentence slowly — and the arousal becomes fuel. See 31.4.

Should I memorize my presentation or read from notes?

Neither extreme. Memorizing verbatim sounds recited and is brittle — lose your place and you have nothing to fall back on. Reading a script aloud sounds stilted (written and spoken language differ) and kills eye contact. The professional default is a middle path: know your structure cold, script only your few load-bearing sentences (hook, key transition, takeaway), and improvise the rest from a keyword outline or your slide headlines. You know the ideas by heart; you generate the sentences live, in natural spoken register. See 31.3.

What do I do if my live demo crashes during the talk?

Switch to your backup recording — calmly. Before the talk, record a screen capture of the demo working perfectly; if the live version dies (usually because of conference Wi-Fi, a projector issue, or a missing dependency, not your code), say something even like "the demo gods aren't with us today — good thing I recorded it," play the video, and narrate over it as if live. A recording turns a talk-ending failure into a five-second detour. Also: don't depend on the venue network, test on the real equipment, and keep screenshots as a second fallback. See 31.7.

How should I handle a hostile question in Q&A?

Separate the substance from the tone and answer only the substance, calmly. Stay even — the room is watching how you respond more than what you say, and composure under pressure wins the audience even when the question is unfair. Find the legitimate core (most hostile questions wrap a real point in attitude), reframe it as a reasonable question, and answer it on the merits. If the asker keeps pushing argumentatively, close gracefully and offer to continue afterward to protect the room's time. Never match the hostility or get defensive — you'll lose the room even if you're right. See 31.6.

How long should my talk be relative to my time slot?

Rehearse it to about 90% of your allotted time — an 18-minute talk for a 20-minute slot. Live, talks run longer than they do in rehearsal (asides, repeats, clicker lag, demos, latecomers all add time and none subtract it), so a talk timed to fill the slot exactly will run over. Going over is one of the worst things you can do to an audience and the next speaker. Rehearse out loud with a timer (silent reading badly underestimates spoken length), and plan cut points so you can claw back time by cutting content rather than talking faster. See 31.2.

How is giving a virtual presentation different from an in-person one?

It's a different medium, not a room talk with the room removed. Fix audio first — audiences forgive bad video but not bad sound. Look at the camera lens, not the on-screen faces, or you'll appear to be looking down and away. Manufacture engagement the silent grid won't give you: bring more energy than feels natural (the camera flattens affect), prompt the chat, build in interaction, and shorten the talk. Master the mechanics — share the right window (not your whole desktop), test everything end-to-end, and have a fallback if your connection drops. The demo rules apply doubly, since you can't walk over and fix anything. See 31.8.


Chapter Summary

Key Takeaways

  • The talk is the performance, not the file. The deck is a set of cues and visual aids; the presentation is the spoken arc you rehearse — hook, roadmap, body, conclusion, Q&A. A great deck does not deliver itself.
  • Lead with a hook, end on a takeaway. Open with a problem, number, scene, or question that earns attention in under a minute; never open with housekeeping or close on "Questions?" — beginnings and endings are what audiences remember.
  • Rehearse out loud to ~90% of your slot. Silent reading lies; speaking aloud against a clock is the only true measure. Live talks run long, so leave slack and plan cut points — and cut content, never talk faster, if you fall behind.
  • Speak from a keyword outline, not a script or rote memory. Know your structure cold, script only your load-bearing sentences, and generate the rest live in spoken register.
  • Reappraise nerves as excitement (Tier 2). The arousal of anxiety and excitement is nearly identical; reinterpret it rather than suppress it, and anchor it with deep preparation and a pre-talk routine.
  • Presence is physical: eye contact held for a full thought, a deliberately slow pace, and the pause — which replaces filler words and reads as confidence.
  • Handle Q&A with the bridge: listen fully, restate, answer briefly. When you don't know, say so and bridge to what you do know. Answer the substance of hostile questions, not the tone.
  • Always have a demo backup — a recording, plus screenshots. A backup converts a catastrophic live failure into a footnote.
  • A virtual talk is its own medium: audio first, look at the lens, manufacture engagement, master screen sharing, and shorten.

Action Items

  1. Write a real hook (a problem, number, scene, or question) for your next talk; throw away "Hi, I'm…".
  2. Rehearse out loud with a timer at least twice; trim to ~90% of your slot and mark two cut points.
  3. Record one rehearsal and count your filler words; plan to replace each with a pause.
  4. List the three questions you'd least like to be asked and rehearse bridged answers out loud.
  5. If you have a demo, record a backup and write your one-line recovery sentence.

Common Mistakes

  • Reading slides aloud · pre-apologizing ("sorry, this is rough") · going over time · no demo backup · turning your back to read your own slides · monitoring for "um" mid-talk · bluffing an answer you don't know · staring at the screen (in person) or the grid (on video) instead of the audience/lens.

Decision Framework

Situation Do this
Opening the talk Hook (loop-opener) → one-line roadmap → then name/housekeeping
Choosing how to deliver the words Keyword outline + 3 scripted sentences (hook, key transition, takeaway)
Feeling the pre-talk surge Say "I'm excited," breathe out, plant feet, deliver sentence one slowly
You feel an "um" coming Close your mouth — pause instead
You're behind on time Cut a planned slide; keep your pace; protect the conclusion
Asked a question you can't answer State the limit → connect to what you know → offer a next step
Asked a hostile question Stay even; extract the legitimate core; answer the substance, not the tone
Live demo dies "Good thing I recorded it" → play the backup → narrate over it
The talk is virtual Fix audio first → look at the lens → prompt the chat → share the right window → shorten

Spaced Review

A few questions reaching back, to strengthen retention.

  1. (From Chapter 30) Your slide headline reads "Performance Results." Why does this fail the assertion–evidence standard, and how does fixing it also make the slide a better delivery cue for you as a speaker?
  2. (From Chapter 18) In a research Q&A you're asked something you genuinely can't answer. What's the "bridge," and why does honesty beat a confident bluff in front of an expert audience?
  3. (From Chapter 5, bridging) Chapter 5 framed writing as plan → draft → revise. How does rehearsing a talk out loud map onto that process, and what is the talk's equivalent of "the first draft is supposed to be bad"?
Answers 1. "Performance Results" is a *noun-phrase topic*, not a full-sentence *assertion* — it names the subject but states no claim, so the audience must extract the message themselves while also listening (which they can't). Fix it to a sentence that makes the point: "Our cache cut p99 latency from 800ms to 120ms." As a delivery cue this is far better: the headline *is* your prompt — you read it and know exactly what to say (explain how) — whereas "Performance Results" cues nothing and tempts you to improvise or read the body text. The assertion does double duty: clearer for the audience, a cleaner cue for you. ([Ch 30](../chapter-30-slide-design/index.md), one point per slide / assertion–evidence.) 2. The bridge is: **state the limit → connect to what you do know → offer a reasoned next step** ("I haven't tested that, but the mechanism I removed is region-independent, so I'd expect it to hold — I'd want to measure before claiming it"). Honesty beats bluffing because experts detect a bluff instantly, and a single bluff destroys your credibility on everything else you said — including the parts you got right. "I don't know, but here's how I'd find out" demonstrates command and integrity, which reads as more competent than confident hand-waving. ([Ch 18](../../part-03-academic-scientific-writing/chapter-18-conference-presentations-posters/index.md), Q&A bridging.) 3. Rehearsing out loud *is* the drafting-and-revising of a talk: your first spoken run is the rough draft — too long, rough transitions, stumbled sentences — and each subsequent run is a revision that cuts, smooths, and tightens. The talk's equivalent of "the first draft is supposed to be bad" is that your first out-loud run will run over time and feel clumsy, and that's *expected and useful* — it's how you find what to fix. The talk gets good in rehearsal, not in the first pass, exactly as a document gets good in revision, not in the first draft. ([Ch 5](../../part-01-writing-is-thinking/chapter-05-writing-process/index.md), plan–draft–revise; revision is the work.)

What's Next

You can now design a deck (Chapter 30) and deliver it (Chapter 31). Chapter 32, Visual Storytelling: Diagrams, Flowcharts, and Architecture Documents, completes the presentation toolkit by going deep on the visuals themselves — the architecture diagrams, flowcharts, sequence diagrams, and ER diagrams that often are the evidence on your assertion–evidence slides. You'll learn when a diagram beats a thousand words of prose, how to draw one that communicates rather than confuses, and when a clean-looking diagram quietly misleads. After that, Part VII turns to the conventions of specific fields.


Practice: Exercises · Quiz Go deeper: Case Study · Case Study 2 Review: Key Takeaways · Further Reading