
Runtime bugs: when the first 30 minutes are critical
A stuck I/O incident looked invisible in logs, metrics, and traces. The useful evidence came from reproducing the hang, forcing a core dump, and looking at it in GDB.
Kirti Rathore
5 min read
7 articles found

A stuck I/O incident looked invisible in logs, metrics, and traces. The useful evidence came from reproducing the hang, forcing a core dump, and looking at it in GDB.
Kirti Rathore
5 min read

A root cause is only useful once it can be reproduced. The practical debugging loop is to localize the fault, turn the alert into a reproduction, and test hypotheses until the fix is validated.
Kirti Rathore
4 min read

The FixBugs GitHub App is now available on GitHub Marketplace. Install fixbugs-app on a repo, start from a real issue, and get hypotheses, reproductions, fixes, PRs, and validation evidence inside GitHub.
Kirti Rathore
7 min read

A technical case study on making FixBugs faster by treating LLM agents like distributed systems: chunking, streaming, queues, token math, and concurrency limits.
Kirti Rathore
11 min read
Well-configured alerts connect the symptom to traces, logs, deploys, and the suspect commit.
Kirti Rathore
6 min read
Key insights and strategies from my PyDelhi talk on building high-performance LLM agents that can process gigabytes of data and deliver results in under a minute, with lessons learned from optimizing FixBugs.
Kirti Rathore
2 min read
Try the FixBugs auto-triage and fix tool right from your browser!
Kirti Rathore
3 min read