Why this conversation
Team leads are hired for the conversations engineers cannot have. The test is whether you can drop every noun the listener does not own and keep every consequence they care about, and whether you stop when the question is answered.
Dialogue
Priya: Tell me about the settlement system you built. Assume I don't know what a blockchain is, because I mostly don't.
Jay: Three sentences, then you steer. When a customer wins on our platform, money has to move from the people who lost to the person who won, and it has to be right the first time because we cannot take it back. I built the part that does that: it checks that the money we owe never exceeds the money we hold, and if that check ever fails, it stops everything and pages a human rather than paying anyone. In two years it stopped four times, and all four were bugs we would otherwise have paid out.
Priya: Stopping everything sounds expensive.
Jay: It is, for about an hour each time. Paying out on a bug is expensive forever. We chose the hour. If the business ever decided the other way, the system can be set to keep going and flag instead, but I'd want that written down as a decision, not drifted into.
Priya: What would you tell the board it costs to run?
Jay: Two engineers and roughly the price of a mid-range car per year in infrastructure. The number that matters more is the one it protects: last year it moved about 400 million pounds with zero incorrect payouts. I'd put those two numbers on one slide and nothing else.
Priya: You didn't use the word blockchain once.
Jay: You asked me not to, and it turns out I didn't need it. That's usually a good sign about the system.
Key expressions
| Expression | 뜻 · 쓰이는 자리 |
|---|---|
| assume I don't know | 제가 모른다고 가정하세요 |
| then you steer | 그다음은 당신이 방향을 잡으세요 |
| right the first time | 처음부터 맞게 |
| we cannot take it back | 되돌릴 수 없다 |
| pages a human | 사람을 호출하다(온콜 알림) |
| we chose the hour | 우리는 그 한 시간을 택했다 |
| drifted into | 결정 없이 흘러가 도달한 |
| roughly the price of a mid-range car | 대략 중형차 한 대 값 |
| the number it protects | 그것이 보호하는 숫자 |
| one slide and nothing else | 슬라이드 하나, 다른 건 없음 |
| it turns out | 드러난 바로는 |