Show HN: Autopsy CLI – Open-source AI incident diagnosis in 30s
Hacker News Show AI
•
Generative AI
Open Source AI
Hi HN, I've been building Autopsy, an open-source CLI tool to solve a problem I hate: manually digging through CloudWatch logs during a 3 AM page. It pulls your CloudWatch logs and GitHub deploys, passes them to an LLM, and returns a structured root cause analysis in your terminal in about 30 seconds. The early version worked, but the diagnosis vanished the moment you closed your terminal. I just shipped v0.2.2 to make it actually fit into an SRE/DevOps workflow: Local History: Every run now saves automatically to a local SQLite DB.