仪表板应用的自动化多源调试与自然语言错误解释 / Automated Multi-Source Debugging and Natural Language Error Explanation for Dashboard Applications
1️⃣ 一句话总结
这篇论文提出了一种新系统,它能自动收集并关联来自浏览器、API和服务器等多处的错误数据,并利用大语言模型生成通俗易懂的自然语言解释,从而帮助工程师快速定位问题,并将晦涩的错误代码转化为对用户有用的提示。
Modern web dashboards and enterprise applications increasingly rely on complex, distributed microservices architectures. While these architectures offer scalability, they introduce significant challenges in debugging and observability. When failures occur, they often manifest as opaque error messages to the end-user such as Something went wrong. This masks the underlying root cause which may reside in browser side exceptions, API contract violations, or server side logic failures. Existing monitoring tools capture these events in isolation but fail to correlate them effectively or provide intelligible explanations to non technical users. This paper proposes a novel system for Automated Multi Source Debugging and Natural Language Error Explanation. The proposed framework automatically collects and correlates error data from disparate sources such as browser, API, server logs and validates API contracts in real time, and utilizes Large Language Models to generate natural language explanations. This approach significantly reduces Mean Time to Resolution for support engineers and improves the user experience by transforming cryptic error codes into actionable insights.
仪表板应用的自动化多源调试与自然语言错误解释 / Automated Multi-Source Debugging and Natural Language Error Explanation for Dashboard Applications
这篇论文提出了一种新系统,它能自动收集并关联来自浏览器、API和服务器等多处的错误数据,并利用大语言模型生成通俗易懂的自然语言解释,从而帮助工程师快速定位问题,并将晦涩的错误代码转化为对用户有用的提示。
源自 arXiv: 2602.15362