
Llm Aiops Guide
- 1 installs
- 269 repo stars
- Updated June 19, 2026
- wentorai/research-plugins
Survey research on applying LLMs to IT operations including log analysis, incident management, and root cause analysis.
About
Provides a curated map of research on LLMs for AIOps across log analysis, incident management, root cause analysis, and automated remediation. A researcher uses it to survey the LLM-for-operations literature.
- Organizes AIOps research into log analysis, incidents, RCA, monitoring, and remediation
- Tracks how foundation models transform rule-based operations tooling
Llm Aiops Guide by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,361 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wentorai/research-plugins --skill llm-aiops-guideAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 269 |
| Last updated | June 19, 2026 |
| Repository | wentorai/research-plugins ↗ |
What it does
Survey research on applying LLMs to IT operations including log analysis, incident management, and root cause analysis.
Files
LLM for AIOps Guide
Overview
A curated collection of research on applying LLMs to IT Operations (AIOps) — log analysis, anomaly detection, incident management, root cause analysis, and automated remediation. Tracks how foundation models are transforming traditional rule-based operations tooling into intelligent, adaptive systems. Relevant for CS researchers at the intersection of systems, NLP, and operations.
Research Areas
LLM for AIOps
├── Log Analysis
│ ├── Log parsing (template extraction)
│ ├── Anomaly detection (from log sequences)
│ ├── Log summarization
│ └── Root cause from logs
├── Incident Management
│ ├── Incident triage and routing
│ ├── Severity classification
│ ├── Similar incident retrieval
│ └── Resolution recommendation
├── Root Cause Analysis
│ ├── Topology-aware diagnosis
│ ├── Multi-signal correlation
│ └── Causal inference
├── Monitoring & Alerting
│ ├── Metric anomaly detection
│ ├── Alert correlation
│ ├── Noise reduction
│ └── Capacity planning
└── Automated Remediation
├── Runbook generation
├── Script generation
├── Self-healing systems
└── Change impact analysisKey Papers
| Paper | Year | Focus |
|---|---|---|
| LogPPT | 2023 | Few-shot log parsing with prompt tuning |
| OpsEval | 2024 | Benchmark for evaluating LLMs in AIOps |
| D-Bot | 2024 | LLM-based database diagnosis |
| RCAgent | 2024 | Agent for root cause analysis |
| LogAgent | 2024 | Autonomous log analysis agent |
Use Cases
1. Literature tracking: Follow LLM-AIOps research evolution 2. System design: Learn intelligent operations patterns 3. Benchmark comparison: Evaluate AIOps approaches 4. Research planning: Identify under-explored AIOps problems 5. Industry applications: Bridge research to production AIOps