1 min lesson
Escalate vs file - calibrate to impact
Match each case in "Escalate vs file - calibrate to impact" to the signal and response that fit it.
Step 1 of 3
Escalate vs file - calibrate to impact
Fast error-budget burn, spreading, user-visible now.
Page the owner; the cost of waiting exceeds the cost of interrupting.
Real but bounded; not spreading; within budget.
Attach the evidence and blast-radius estimate so it's triaged on merit.
Learn more
Full explanation
Close the loop and write the narrative
Close the loop and write the narrative
A fix is not done when it ships; it's done when the metric confirms the regression resolved. Verify in the same series you detected it, on the same segments and watch for the regression hiding in one slice while the global line recovers. Then write the postmortem-grade narrative so the next person inherits the lesson, not just the patch.
- 1Verify the fix. Confirm the metric returned to baseline in the affected segments, not just globally.
- 2Check for displacement. Make sure you fixed the regression rather than moving it to another slice.
- 3Quantify recovery. Restate blast radiusHow much breaks if a change goes wrong; the scope of potential damage. Press Enter for the full definition. post-fix so the win is measured, not assumed.
- 4Write it up. What broke, how it was detected, root cause and the prevention that stops a repeat.
- What broke
- The user-visible symptom and the metric that moved
- How detected
- Which detector fired and how fast - or why it didn't
- Root cause
- Model vs harness vs infra, named on the dimension you logged
- Prevention
- The canary, alert or schema change that catches it next time
The prevention line is the one that compounds - it turns one incident into a permanent detector.
In the behavioral and hiring-manager rounds, tell a regression story end to end: how you detected it, how you quantified blast radiusHow much breaks if a change goes wrong; the scope of potential damage. Press Enter for the full definition. to justify the priority, how you drove the decision and how you verified the fix and prevented a repeat. Cursor screens hard for truth-seeking and bias-to-ship - a story that ends at "I found it" reads as analysis; a story that ends at "and here's the detector that now catches it" reads as ownership.
Don't over-escalate. Paging the team for every blip burns trust and the same alert fatigue you fight in detection. Calibrate to real user impact and reserve the incident path for fast, spreading, budget-burning regressions - file the rest with evidence attached.
Learn more
Optional practice