Ask HN: 你会使用由 AI 驱动的工具来进行错误监控和解决吗?
2 分•作者: builderOP•6 个月前
嗨,Hacker News 社区,
我正在探索一个由 AI 驱动的工具,它不仅可以实时监控错误,还可以帮助诊断并在代码库中提出修复方案,利用 GitHub PR。
该工具将:
* 摄取来自您的后端/前端的堆栈跟踪和运行时异常
* 自动分组相似的错误(类似于 Sentry)
* 使用 LLM 以通俗易懂的语言解释问题
* 提出一个 PR,其中包含建议的修复方案或潜在的修复方案,并附带相关链接(例如,GitHub 问题、文档、Stack Overflow 帖子)。
您会使用这样的工具吗?
任何反馈都将有所帮助。
查看原文
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:<p>Ingest stack traces, and runtime exceptions from your backend/front-end
Auto-group similar errors (like Sentry)<p>Use LLMs to explain the issue in plain English<p>raise a pr with a proposed fix or potential fixes with relevant links (e.g., GitHub issues, docs, Stack Overflow thread).<p>Would you use a tool like this?
Any feedback will be helpful.