An architect must present a genuinely complex distributed training architecture to a mixed audience in twenty minutes. What structure works?
Show the full answer Hide the answer
The structure
1. The problem and why it is hard, in two minutes. Not the solution. If the audience does not understand why this is difficult, every subsequent design decision looks arbitrary and over-engineered.
2. The one-sentence shape of the answer. "We split the model across devices and overlap communication with computation, and everything else follows from managing that overlap." Give the audience a frame before the detail — without it, they build no model to attach details to.
3. Three key decisions, with their alternatives. Not the whole design. Three decisions with what was rejected and why teaches the reasoning, which is what the audience can actually retain and apply.
4. What is hard or unresolved. This buys more credibility than polish. An architecture presented as entirely solved invites the audience to find the gap, and they will.
5. The ask. What decision, resource or agreement is needed.
The techniques that matter for complexity
- One diagram, referred to repeatedly, rather than a new one per slide. The audience builds a mental model of one picture; they cannot build twelve.
- Progressive disclosure. Start with three boxes and add detail to the same picture, so the complexity accumulates on a structure they already hold.
- Concrete numbers. "Communication takes 40% of step time" is graspable; "communication overhead is significant" is not.
- A worked example. Trace one training step through the system. Narratives are retained; architectures are not.
- Name the thing you are not covering, explicitly, so the audience stops waiting for it.
What to cut
Everything that does not change what the audience decides or understands. Component inventories, technology choices that are not architecturally significant, and the history of how you got here. The instinct to demonstrate rigour by including detail is the most common failure in technical presentation, and it buries the argument.
The preparation that matters most
Decide what one thing the audience should remember, and structure around it. A presentation covering twelve points communicates none; one that lands a single insight and supports it with three decisions is remembered — and remembered is the only measure that matters afterwards.