You Were Already Answering

Somebody asks you a question. You answer about a fifth of a second later. But it takes your brain roughly six hundred milliseconds to turn a thought into a single spoken word, and a second and a half to build a sentence. The arithmetic does not close. The only way out is that you were assembling the reply while they were still talking, and you launched it on a guess about when they would stop.

One real floor transfer, at true scale.

This page asks you to prove that on yourself. Not by believing the numbers below, but by pressing a key at the end of a sentence and discovering that your finger moved before you could possibly have known.

The two numbers that do not fit

~200 msThe typical gap between one person finishing and the next person starting, across ten languages on five continents. The single most common gap is not 200 ms but zero.
~600 msThe time from having a concept to beginning to say one word out loud, averaged over the picture-naming literature. A short sentence takes about 1,500 ms before any sound comes out.

Both numbers are well measured and they are incompatible with the obvious story. If you waited for the end of my turn, then started building your reply, your first syllable would arrive around 600 milliseconds later at the very best. It does not. It arrives in about 200, and very often it arrives early, on top of my last word.

So comprehension and production must overlap. You are listening and composing at the same time, and then you are timing your entry to a moment that has not happened yet. Conversation is not a game of catch. It is two people finishing each other's turns with a precision neither of them notices.

Test one: your own reaction floor, then your own projection

Two short blocks. First we measure how fast you can respond to something you could not anticipate. That is your floor, and nothing you do afterwards can beat it by reacting. Then sentences appear one word at a time, and your job is to press at the instant the sentence ends. Some of them arrive as words. Some arrive as blocks with the same rhythm and the same lengths, but nothing to read.

The projection test

Ready

Eleven trials. Three to find your floor, eight to beat it.

Press SPACE, or tap anywhere in the dark panel. Sound is not used anywhere on this page. The words arrive at roughly 210 a minute, a brisk conversational pace, and each sentence closes on a short word that is gone again in under 300 milliseconds. That last detail is the whole point: it is shorter than most people's reaction time, so landing on it means you did not wait to see it.

Test two: the gap, measured here

The 200 millisecond figure is quoted so often that it is worth measuring rather than repeating. Below is the gap between turns computed from scratch out of hours of recorded conversation: meetings, participants, every one of them wearing their own microphone so that their speech is timed independently of everyone else's. Negative means the next speaker started before the last one stopped.

Floor transfer offsets, AMI Meeting Corpus

Drag it to 600 milliseconds, the time it takes to get one word out. Most of the conversation is already to the left of that line. Those replies cannot have been started when the previous speaker stopped, because there was not enough time left to build them.

Two honest qualifications, because this corpus is not the one the textbook number comes from. These are four-person meetings, and meetings are combative in a way that two people on a telephone are not: people cut in, and the median here lands at , on the overlapping side of zero, where the dyadic literature reports something closer to +170. And the peak of the distribution sits at , which is the more interesting fact anyway. The most common thing that happens between two turns in a real conversation is not a pause. It is a dead heat.

Test three: the silence that answers for you

The gap is not only fast, it is meaningful. A delay is itself a message, and everybody in the room can read it. Drag the pause and see what has actually been measured about silences of that length.

How long before the silence starts talking

This is why the pause before a favour is refused feels so loud, and why the pause before it is granted does not exist. You have been reading that signal your whole life at a resolution of a couple of hundred milliseconds, and you have never once had to think about it.

The check

Every number on this page is either recomputed from a corpus in this repository or attributed to a named published source, and the two are kept apart.

Measured here. The distribution above is computed by research/turn-taking-gap/measure.mjs from the AMI Meeting Corpus manual annotations v1.6.2 (CC BY 4.0). floor transfers over hours. Median , mode , mean . of transfers complete inside 600 ms. The mean is printed beside the median deliberately: it is the statistic that screams first when a definition is wrong, and it screamed three times during this build.

The one free parameter, shown moving. Utterances are built by merging a speaker's segments across silences shorter than P. Sweeping P from 50 ms to 1000 ms moves the median by and the overlap rate by under a percentage point, so the result does not rest on that choice.

Taken from published work, not measured here. The ~200 ms cross-linguistic gap and the zero modal offset are Stivers et al. (2009). The ~600 ms single word and ~1,500 ms sentence latencies are Indefrey & Levelt (2004) and Griffin & Bock (2000), as compiled by Levinson & Torreira (2015). The words-not-tune result is de Ruiter, Mitterer & Enfield (2006). The 700 ms preference threshold is Kendrick & Torreira (2015); the brain response to delayed answers is Bögels, Kendrick & Levinson (2015). Full list below.

The test's two free choices, named. A reaction faster than 100 ms is discarded rather than counted, because nobody responds to a visual signal that quickly and keeping it would hand you an impossibly low floor and then flatter you against it. And a press only counts as evidence if it landed within 400 ms of the true ending, so that hammering the key early scores nothing. Both numbers are stated here rather than buried because both of them move the result.

Your own numbers are computed in your browser, from your own key presses, and are never sent anywhere. Nothing on this page makes a network request.

What this page cannot tell you, and one corpus that could not either

The corpus is meetings, not chat. AMI is four people around a table, most of them working through a design task, many of them not native English speakers. The overlap rate here ( of transfers begin before the previous speaker stops) is far higher than the roughly 30% reported for two-party telephone conversation, and that difference is probably real rather than a mistake: four people competing for one floor behave differently from two. The median here is negative. The published dyadic median is positive. Both can be true.

The test above is a visual analogue, not a replication. Real turn-end projection happens in sound, over speech, in real time. Reading words as they appear is a different task, and the numbers you get here are not comparable to published reaction times. What it can do honestly is separate two things on you personally: whether your press could have been a reaction to the last word appearing, or must have been launched before it.

A corpus we tried first and had to throw out. The obvious free corpus of American conversation is the Santa Barbara Corpus, and it cannot answer this question at all. Its transcript timestamps are largely chained: one unit's end time is the next unit's start time, 89% of the time within a speaker and 41% of the time across a speaker change. So 41% of its speaker transitions have a gap of exactly 0.000 seconds, not because people are that fast but because nobody measured it separately. Run research/turn-taking-gap/sbc-check.mjs and it prints the whole autopsy. AMI's own forced-aligned word timings fail the same test even harder (91.5% chained within a speaker), which is why this page uses its hand-marked segment boundaries instead. That choice is not cosmetic: running the identical pipeline over the word times instead moves the median by and the peak by , which is larger than the quantity being measured. Same code, same corpus, same hour of conversation, different column of timestamps. The only defence against picking the wrong one is to run the test, and the reason this paragraph exists is that the first two versions of this page did not.

Sources