Concept
The Pair-Programming Flow
How to stay in flow when the agent is your driver and you're the navigator.
In classical pair programming, one person types (driver) and one thinks (navigator). With the agent, you're the navigator. Your job is shape, intent, and quality — not characters.
The pattern: state intent in 2-3 sentences. Watch the agent act. Read the diff. Approve, redirect, or correct. Don't context-switch back to writing characters yourself; if something's wrong, *say what's wrong* and let the agent fix it.
Two skills compound here. First, learn to articulate intent precisely — vague prompts produce vague code. Second, learn to read diffs faster than you can write them. That's where the speedup actually lives.
Check your understanding
Q1. In an agent-driven pair, what's your role?
· Score 100% on the quiz.