The Evolution of DevOps — From Ghent 2009 to Agentic DevOps in 2026

Seventeen years, five distinct stages. What each one solved, what it left unsolved, and where we actually are now.

John Baek
John Baek
Founder, CollabOps
The Evolution of DevOps — From Ghent 2009 to Agentic DevOps in 2026

DevOps is not a single event. Since Patrick Debois ran the first DevOpsDays in Ghent in 2009, the field has gone through five meaningful phase transitions. Each new stage emerged to solve a new limit created by the previous one.

This post compresses those seventeen years. The category itself has been redefined repeatedly. Agentic DevOps — what we are doing now — is the answer to a new limit, not a marketing pivot.

Stage 1 (2009–2013) — Tearing down the wall between Dev and Ops

The original DevOps was a cultural movement. Development optimized for change; operations optimized for stability. The point was to merge those goals into one team's responsibility.

Tools were simple — Chef, Puppet, Vagrant. Infrastructure as Code found its first foothold.

What it left unsolved: defining infra in code is fine, but if the deploy itself isn't automated, you still ship by hand.

Stage 2 (2014–2017) — CI/CD becomes default

Jenkins, Travis CI, CircleCI went mainstream. Triggering a build on every commit stopped being aspirational and became baseline.

The seeds of GitOps were planted here — the proposition that the git repo is the single source of truth. Microservices also exploded the surface area CI/CD had to cover.

What it left unsolved: builds were automated, but deployment decisions and rollbacks were still humans clicking buttons.

Stage 3 (2018–2020) — Containers and Kubernetes

Docker and Kubernetes became the operational standard. "Cloud native" stopped being marketing and started meaning something specific.

SRE (Site Reliability Engineering) emerged as a distinct role. Google's SRE Book (2016) became the standard text. Observability settled into the logs/metrics/traces triad.

What it left unsolved: tooling expanded, but each org built its own unique combination, and onboarding new engineers turned into archaeology.

Stage 4 (2021–2024) — Platform Engineering

Companies realized that every team building its own DevOps stack doesn't scale. Internal Developer Platforms (IDPs) emerged.

The defining word of this stage is Platform Engineering. Backstage, Crossplane, Argo CD became central. DevSecOps stopped being a separate category and was absorbed as a platform-default responsibility.

What it left unsolved: platforms became rich enough that the platform itself turned into the bottleneck.

Stage 5 (2025– ) — Agentic DevOps

Where we are now. LLM-based agents perform operational actions under the same authority model as humans. Not just code assistance — they enter the action plane: deploy, rollback, incident response.

The two questions that define this stage:

  1. How do we define an agent's authority boundary?
  2. How do we ensure agent actions land in the same audit trail as a human's?

Without answers to both, agents stay tools inside the IDE. They never enter the operational plane.

Recap — five accumulated stages

StagePeriodKeywordSolvedLeft unsolved
12009–2013Culture · IaCDev/Ops splitManual deploys
22014–2017CI/CDBuild automationManual deploy decisions
32018–2020Containers · SREOperational standardTool sprawl
42021–2024Platform EngineeringTool unificationPlatform complexity
52025–Agentic DevOps?Authority · audit

Each stage accumulates — it does not replace the previous one. Stage 5 doesn't re-solve stages 1–4; it adds a new plane on top.

FAQ

Q. People keep saying "DevOps is dead." True? A. The word is worn out as marketing. The movement has refreshed its meaning every stage. Not dead — evolving.

Q. SRE vs DevOps? A. SRE is Google's implementation methodology of DevOps principles. DevOps is the what; SRE is one how. → See SRE vs Platform Engineering vs DevOps.

Q. Will Agentic DevOps replace people? A. Short term, no — it redraws the authority boundary. Humans keep decisions and approvals; agents reduce wall-clock time on the execution plane. → Also: Why On-Prem AI DevOps Agents Are Actually Hard.

Tags#devops#history#agentic-devops#platform-engineering#sre