What motivated me to build this were my years being on-call at Google and VMware.
How many hours did I spend gathering logs, traces, reviewing metrics, and reading code only to find that,
- Some context was missing.
- The bug wasn't reproducible.
- The alert was caused by a transient infrastructure issue.
Too many.
Inefficiency in investigating staging/production bugs has a real cost, and it's paid by developers and customers alike. FixBugs is an attempt to reduce that investigation overhead.
FixBugs ingests the rich context surrounding production bugs to generate and verify fixes.
What FixBugs does:
- Reproduce the bug.
- Identify the root cause.
- Generate a fix.
- Verify the fix.
Review the generated code using multiple AI models to help catch potential regressions.
FixBugs is built for production debugging, with a strong focus on visibility throughout the investigation process and the ability to share triage state across teammates.
Do try it and let me know what you think!
I'd especially love feedback from engineers who work with distributed systems or handle high-volume production bug triage.
1 comment
[ 3.3 ms ] story [ 7.7 ms ] threadURL: https://fixbugs.ai/
What motivated me to build this were my years being on-call at Google and VMware.
How many hours did I spend gathering logs, traces, reviewing metrics, and reading code only to find that,
- Some context was missing.
- The bug wasn't reproducible.
- The alert was caused by a transient infrastructure issue.
Too many.
Inefficiency in investigating staging/production bugs has a real cost, and it's paid by developers and customers alike. FixBugs is an attempt to reduce that investigation overhead.
FixBugs ingests the rich context surrounding production bugs to generate and verify fixes.
What FixBugs does:
- Reproduce the bug.
- Identify the root cause.
- Generate a fix.
- Verify the fix.
Review the generated code using multiple AI models to help catch potential regressions.
FixBugs is built for production debugging, with a strong focus on visibility throughout the investigation process and the ability to share triage state across teammates.
Do try it and let me know what you think!
I'd especially love feedback from engineers who work with distributed systems or handle high-volume production bug triage.
VS Code Extension: https://fixbugs.ai/go/vscode-extension
GitHub App: https://fixbugs.ai/go/github-app