How Qovery built an Agentic DevOps Copilot through 4 technical phases to automate infrastructure tasks
Qovery wanted to eliminate the grunt work of DevOps by building an assistant that could understand developer intent and autonomously take action on infrastructure, but early hardcoded approaches could not handle real-world unplanned requests.
The first-phase basic agent required every new intent to be hardcoded with no flexibility for unplanned requests; the second-phase agentic system improved flexibility but tool chaining was fragile, meaning a single tool failure broke the entire plan.
The Agentic DevOps Copilot is live in Alpha, helping developers automate deployments, optimize infrastructure, and answer advanced configuration questions, with drastically improved user experience after the addition of conversation memory.
Frequently asked questions
What did this team achieve with this AI workflow?
The Agentic DevOps Copilot is live in Alpha, helping developers automate deployments, optimize infrastructure, and answer advanced configuration questions, with drastically improved user experience after the addition…
What tools did this team use?
Claude Sonnet 3.7, QDrant.
What results were reported?
User experience after memory added: drastically improved user experience; Multi-step workflow completions: successful completions of multi-step workflows that weren't even anticipated during development; Complex task planning latency: up to 10 seconds (source-reported, not independently verified).
What failed first in this deployment?
The first-phase basic agent required every new intent to be hardcoded with no flexibility for unplanned requests; the second-phase agentic system improved flexibility but tool chaining was fragile, meaning a single to…
How is this it support AI workflow structured?
Developer submits request → AI plans tool sequence → Validation between tool steps → Failure recovery and replanning → Conversation memory lookup → Infrastructure action delivered.