Ask HN: 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.