Because payloads and domain events are persisted immutably, bugs can be reproduced by replaying the exact event that caused them. The speaker used this 'most advanced debugging technique' twice in the talk (pending transactions, closed bank account) to find root causes quickly and to fix customer data without waiting for the third-party provider to resend a webhook. Complement: always write a test that confirms your understanding of the bug before fixing it.