⚡ flagship

Self-healing CI/CD

GitHub Actions → OpenTofu → Ansible → Proxmox. When it breaks, a local LLM reads the logs and opens the fix PR. Provider-agnostic: same pipeline targets AWS.

replay · real incident
$ git push origin main → deploy inference-vm (prod) ✗ healthcheck: model endpoint 502 ⚡ ai-observer engaged — reading pipeline logs… ⚡ root cause: stale model path · patch written · PR #47 → tests green · approval gate · auto-merge ✓ redeployed healthy · 4m12s · no human woken

envs + gates

dev / prod, approval gates, drift detection on schedule.

provider-agnostic

Proxmox today, AWS tomorrow — the pipeline doesn't care.

local llm

Failure triage by a model running on-prem. No tokens billed, no logs leaked.

Live demo Source