Empowering AIOps: Leveraging Large Language Models for IT Operations Management
Arthur Vitui, Tse-Hsun Chen
TL;DR
The paper investigates empowering IT Operations Management (ITOM) with Large Language Models (LLMs) by deploying tool-enabled LLM agents in a Kubernetes/OpenShift environment and integrating them with predictive ML for capacity planning. It analyzes how different LLMs perform across accuracy, latency, and verbosity on 25 ITOM tasks, using a Retrieval Augmented Generation (RAG) setup and Kubernetes APIs, including Prometheus data. The findings show GPT-4 family delivering the best overall performance, especially for complex workflows, while OpenAI models remain most efficient in token usage; Anthropic models tend to be more verbose, and some open models exhibit reliability issues like hallucination. The work provides practical guidance on model/tool selection, discusses memory usage implications, and outlines future directions toward local deployment, alternative frameworks, and broader platform applicability to enhance the cost-efficiency and scalability of agentic ITOM solutions.
Abstract
The integration of Artificial Intelligence (AI) into IT Operations Management (ITOM), commonly referred to as AIOps, offers substantial potential for automating workflows, enhancing efficiency, and supporting informed decision-making. However, implementing AI within IT operations is not without its challenges, including issues related to data quality, the complexity of IT environments, and skill gaps within teams. The advent of Large Language Models (LLMs) presents an opportunity to address some of these challenges, particularly through their advanced natural language understanding capabilities. These features enable organizations to process and analyze vast amounts of unstructured data, such as system logs, incident reports, and technical documentation. This ability aligns with the motivation behind our research, where we aim to integrate traditional predictive machine learning models with generative AI technologies like LLMs. By combining these approaches, we propose innovative methods to tackle persistent challenges in AIOps and enhance the capabilities of IT operations management.
