
Hi AI builders π
We just launched AI Incident Investigator β an AI agent that helps DevOps teams debug cloud incidents using natural language explanations instead of dashboards and logs.
It uses:
Claude as the base model
LangChain to structure prompts & memory
RAG to enrich LLM output with real-life infrastructure debugging patterns from AWS (ECS, ALB, CloudWatch)
Example query:
βWhy did our staging app return 5xx errors at 2PM yesterday?β
π§ AI Output:
Deployment at 13:58 changed env var MAX_WORKERS
Instance ran out of memory
5xx errors started at 14:03
Suggest: rollback or increase container memory
Weβre live on Product Hunt today!
π https://www.producthunt.com/products/microtica-ai-agents-for-devops
Would love feedback from other AI devs here β especially if youβre working with LLMs for infra.