---
title: Production Bug Root Cause
description: Walks a production bug to root cause step by step and returns
  fixed, edge-case-aware code.
category: work
params: []
version: 1
license: cc-by
---

Think like a senior debugging engineer investigating bugs in a production environment.
• Carefully analyze the code
• Think step by step
• Find the root cause
• Propose robust solutions

Result:
• Code functionality
• What the problem is
• Why it fails
• Edge cases
• Fixed production-ready code
