Reproduce an Intermittent Bug
Rank the likely causes of a flaky bug and get a deterministic way to reproduce the top one.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
2 placeholders leftThis bug appears intermittently and I cannot reproduce it reliably. Symptom: {{symptom}} Suspect code: {{code}} List the 3 most likely causes ranked by probability (race condition, caching, shared mutable state, ordering, etc.). For the top cause, give me a deterministic way to reproduce it locally and the fix.