HACKER Q&A
📣 builderOP

Would you use an AI-powered tool for error monitoring and resolution?


Hey HN, I am exploring the idea of an ai-powered tool that not only monitors errors in real-time but also helps diagnose and propose fixes in the codebase using github prs . The tool would:

Ingest stack traces, and runtime exceptions from your backend/front-end Auto-group similar errors (like Sentry)

Use LLMs to explain the issue in plain English

raise a pr with a proposed fix or potential fixes with relevant links (e.g., GitHub issues, docs, Stack Overflow thread).

Would you use a tool like this? Any feedback will be helpful.


  👤 vanschelven Accepted Answer ✓
I'm thinking of "something like this" myself, would be happy to discuss on GitHub/Discord whatever:

https://github.com/bugsink/bugsink/issues/127