Microsoft Research uses LLMs to recommend root cause and mitigation steps for cloud incidents
Hyperscale cloud services like Microsoft 365 face the challenge of quickly detecting incidents and performing root cause analysis and mitigation at scale, with significant engineering effort required for manual resolution.
Fine-tuned GPT-3.5 substantially outperformed GPT-3 models, improving average lexical similarity by 45.5% for root cause generation and 131.3% for mitigation generation over zero-shot settings; more than 70% of on-call engineers found the recommendations useful.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Fine-tuned GPT-3.5 substantially outperformed GPT-3 models, improving average lexical similarity by 45.5% for root cause generation and 131.3% for mitigation generation over zero-shot settings; more than 70% of on-cal…
What tools did this team use?
GPT-3, GPT-3.5, IcM.
What results were reported?
root cause generation improvement (fine-tuned GPT-3.5 vs zero-shot): 45.5%; mitigation generation improvement (fine-tuned GPT-3.5 vs zero-shot): 131.3%; GPT-3.5 gain over GPT-3 models for root cause task: at least 15.38%; GPT-3.5 gain over GPT-3 models for mitigation task: at least 11.9% (source-reported, not independently verified).
How is this incident management AI workflow structured?
Incident ticket created → LLM processes incident text → On-call engineer evaluates recommendations.