The lossy step in the middle
The standard voice system is a cascade: recognition turns speech into text, a language model produces a text reply, synthesis turns that into speech. The catalogue's path on voice agents covers building one, and this lesson is about what the architecture costs.
The cost is concentrated in one place. Recognition outputs text, and text is a very narrow channel compared with what arrived.
What is lost is everything the words do not carry. Which syllable was stressed, and therefore what the sentence actually meant. Whether the speaker was hesitant, irritated, amused, or reading aloud. How fast they spoke and where they paused. Whether two people were talking at once. Non-lexical sounds that carry real information: a sigh, an intake of breath, a laugh, a hesitation noise.
All of it reaches the recogniser and none of it survives into the transcript.
The language model then reasons about a stripped representation, and synthesis has to invent delivery from scratch, which is why the previous lesson ended where it did. Information discarded at step one cannot be recovered at step three.

