Agent development lifecycle
Also known as: ADLC, agent dev lifecycle
The agent development lifecycle, sometimes shortened to ADLC, is the set of stages a builder goes through to take an AI agent from idea to reliable production use. It borrows the structure of a software development lifecycle (design, build, test, ship, monitor) but adds stages that have no direct equivalent in traditional software: defining agent goals and constraints, evaluating behavior across diverse inputs, sandboxed pre-production testing, and ongoing monitoring of agent actions in live environments.
The concept is gaining traction because agents fail in ways that conventional software tests do not catch. A web service either returns the right status code or it does not. An agent might complete a task, but take an unintended action along the way, misinterpret an ambiguous instruction, or behave correctly 95% of the time and fail catastrophically on edge cases. That profile requires eval frameworks, trace logging, and human review steps that need to be baked into the development process from the start — not added after something goes wrong.
Cloudflare surfaced ADLC as a formal framing during Agents Week in August 2026, positioning it as a set of primitives that take agentic software from prototype to production. For builders, the useful takeaway is structural: treat agent development as a distinct discipline with its own toolchain, not as a prompting task you layer on top of an existing service.