TLDRocket
Sign in

AI & Cloud Infrastructure

2 summarised stories about AI & Cloud Infrastructure, each linking back to the original source. Browse all topics →

Thursday, 16 July 2026

TuxBot: Semantic-Aware Online OS Tuning with Large Language Models

arXiv cs.AI 18 hours ago

TuxBot is a framework that uses large language models to automatically tune Linux operating system parameters on running servers by analyzing system metrics and configuration history. The system evaluated on 13 real workloads improved performance by 72.5% over default settings and 153.3% over non-LLM baselines while keeping model costs to approximately $0.20 per 30-window tuning session. The approach enables safe OS optimization with bounded model guidance through typed validation before applying kernel changes, avoiding the severe performance degradation that structure-blind parameter exploration can cause.

FixItFlow: Automated Troubleshooting Guide Generation from Cloud Incidents

arXiv cs.AI 18 hours ago

FixItFlow is an automated system that generates troubleshooting guides from historical cloud incident data using large language models to help engineers resolve issues faster. Generated guides achieved 61.5% positive ratings for clarity and reduced mitigation time by 2.3x for incidents with associated guides in evaluation with 26 engineers. The system reduces manual documentation burden while improving consistency of incident response across engineering teams.