Papers
Topics
Authors
Recent
Search
2000 character limit reached

Agentic SDLC: Autonomous Software Engineering

Updated 26 May 2026
  • Agentic SDLC is a paradigm where autonomous AI agents perform each software development phase with distinct roles and verifiable outputs.
  • The methodology emphasizes parallel workflows, iterative feedback, and specialization to enhance agility and reduce development time.
  • It fosters human–AI collaboration through structured oversight, executable guardrails, and adaptive orchestration protocols.

The Agentic Software Development Lifecycle (A-SDLC) is a methodological and architectural paradigm in which autonomous, goal-driven, and role-specialized AI agents (often orchestrated by human supervisors or orchestration frameworks) jointly drive the end-to-end software engineering process. Unlike traditional Software Development Lifecycles (SDLCs), which are premised on human actors supported by automation tools, the A-SDLC recasts each phase—requirements gathering, planning, implementation, testing, deployment, and maintenance—as a set of agentic workflows executed by a heterogeneous ecosystem of large-language-model (LLM) agents and associated AI systems. These workflows are characterized by parallelism, specialization, iterative feedback, executable guardrails, and verifiability, ultimately redefining productivity, trust, and human–AI collaboration in software engineering (Bandara et al., 26 Oct 2025, Tang et al., 14 Jan 2026, Koch, 19 May 2026, Apostolou et al., 14 May 2026, Bhati, 29 Apr 2026).

1. Definition, Origins, and Conceptual Distinction

The Agentic Software Development Lifecycle (A-SDLC) is defined as a lifecycle in which the canonical SDLC phases are executed by an ensemble of collaborating, role-specialized LLM-based agents, orchestrated through explicit protocols and human-in-the-loop oversight (Tang et al., 14 Jan 2026). This approach departs fundamentally from monolithic, single-model pipelines (e.g., Copilot-style code completion) and from classical human-centric SDLCs (waterfall, Agile, V-model), instead emphasizing agent-to-agent collaboration, real-time orchestration, and adaptive learning (Bandara et al., 26 Oct 2025, Bhati, 29 Apr 2026).

A-SDLC's defining properties include:

  • Role specialization: Distinct agent archetypes (Planner, Coder, Tester, Critic, Fine-Tuner, etc.) with fine-tuned or tool-augmented capabilities (Bandara et al., 26 Oct 2025, Tang et al., 14 Jan 2026).
  • Parallel and dynamic workflows: Agents independently or collaboratively decompose and execute subtasks, enabling concurrency and dynamic refinement (Koch, 19 May 2026).
  • Iterative feedback and self-improvement: Continuous evaluation, feedback, and policy adaptation at both micro (within-phase) and macro (cross-phase) levels (Apostolou et al., 14 May 2026).
  • Executable verifiability: Each agentic action produces an objectively evaluable artifact (tests, coverage, proof obligations), closing the feedback loop without reliance on human oracles (Apostolou et al., 14 May 2026, Koch, 19 May 2026).
  • Governed autonomy and privacy: Human collaborators provide final sign-off, policy oversight, and context curation; privacy-preserving mechanisms surround knowledge aggregation and model adaptation (Bandara et al., 26 Oct 2025, Palmblad et al., 23 Apr 2026).
  • Stochastic, adaptive execution: Systemic reliance on LLMs introduces variability (prompt drift, context truncation), necessitating robust orchestration and approval-checkpoint protocols (Bhati, 29 Apr 2026).

2. Lifecycle Phases, Agent Roles, and Process Patterns

Across the literature, the A-SDLC decomposes into a canonical set of phases—each mapped to specialized agent roles and unified by explicit orchestration and verifiability.

Traditional SDLC A-SDLC Phase Exemplary Agent Roles
Requirements Analysis Requirement Gathering & Human Interaction Orchestrator, Elicitor
System Design Planning + Prompting Planner, Prompt Engineer
Implementation Coding Coder(s), Retriever
Verification & Testing Automated Testing & Evaluation Tester, Critic, Reviewer
Maintenance/Evolution Fine-Tuning, Continuous Learning, Monitoring Fine-Tuner, Repair Agent

Agent Specialization Examples:

The dominant pipeline pattern is the Planner–Executor–Reviewer sequence, with the Reviewer agent implementing output verifiability through executable feedback cycles (Apostolou et al., 14 May 2026). Human-in-the-loop oversight can include orchestrator approval, clarification at ambiguity points, and governance checkpointing (Bandara et al., 26 Oct 2025, Tang et al., 14 Jan 2026).

3. Communication Protocols, Feedback Loops, and Orchestration

A-SDLC systems operationalize agent coordination through well-defined communication protocols and orchestration strategies, facilitating both horizontal (peer) and vertical (supervisory) agent interactions (Tang et al., 14 Jan 2026).

Ctotal=i=1ncinfer(Ai)+λi<jccomm(Ai,Aj)C_{total} = \sum_{i=1}^n c_{infer}(A_i) + \lambda \sum_{i<j} c_{comm}(A_i, A_j)

Subject to quality and concurrency constraints, the orchestrator dispatches tasks via MCP calls, aggregates artifacts, and manages parallel execution (Tang et al., 14 Jan 2026).

4. Guardrails, Input Artifacts, and Epistemic Grounding

A-SDLC frameworks embed machine-readable artifacts and policy layers as structural guardrails, enforcing traceability, correctness, and domain compliance (Lipsanen et al., 22 Apr 2026, Palmblad et al., 23 Apr 2026, Koch, 19 May 2026).

Artifacts and guardrail mechanisms include:

  • Executable requirements: User stories or acceptance criteria transformed into executable test suites (BDD framework) (Lipsanen et al., 22 Apr 2026).
  • Architectural models (C4, ADRs): Machine-parseable diagrams and records anchor design constraints and rationale (Lipsanen et al., 22 Apr 2026).
  • Versioned context files: plan.md, AGENTS.md, SKILL.md, GROUNDING.md; the last serving as a field-scoped epistemic grounding document defining Hard Constraints (enforced invariants) and Convention Parameters (community defaults) (Palmblad et al., 23 Apr 2026).
  • Audit-ready logs and traceability matrices: Every agent action (code diffs, test results, decisions) is linked to input artifacts and grounding docs for future inspection (Koch, 19 May 2026).
  • Conversation-to-contract gates: Separating exploratory dialogue from structured implementation (briefs must be valid, reviewed, and free of unconstrained assumptions before execution proceeds) (Koch, 19 May 2026).
  • Evidence bundles: Agents must assemble acceptance bundles containing tests, proofs, trace links, and reviewer sign-off before completion (Koch, 19 May 2026).

5. Verifiability, Metrics, and Empirical Outcomes

The primary enabler of practical A-SDLC adoption is output verifiability—the property that each agentic artifact can be automatically checked by a ground-truth verifier (test suite, compiler, metric benchmark), enabling self-refining and bounded agent autonomy (Apostolou et al., 14 May 2026, Koch, 19 May 2026).

Quantitative results and metrics:

  • Industrial maturity varies by phase: Testing and deployment phases show highest maturity (verifiability enables feedback-driven refinement); requirements/design phases remain mostly academic due to lack of objective metrics (Apostolou et al., 14 May 2026).
  • Tokenomics: Iterative agentic code review dominates token and resource consumption (≈59.4% of tokens; input tokens ≈ 53.9%) (Salim et al., 20 Jan 2026). Communication tax and context-passing are major cost drivers.
  • Productivity gains: Time reductions of 13.6–55.8% over baseline; agentic systems outperform RAG baselines by large margins in repository-level benchmarks (SWE-bench improvement from 1.96% to 78.4% fix rate between 2023–2026) (Bhati, 29 Apr 2026).
  • New KPIs: Agent acceptance rate, supervision burden, escalation quality, and prompt stability augment traditional metrics (cycle-time, defect density) (Bhati, 29 Apr 2026, Koch, 19 May 2026).
  • Empirical pathway to trust: Assembly of evidence bundles, audit-ready logs, and satisfaction of coverage/proof obligations underpin acceptance and deployment (Koch, 19 May 2026, Bandara et al., 26 Oct 2025).

6. Human–Agent Collaboration, Governance, and Challenges

A-SDLC systems effect a redistribution of labor, with humans curating high-level artifacts (requirements, architectural decisions, policy constraints) and agents owning “how” at the micro-decision and execution level (Bandara et al., 26 Oct 2025, Koch, 19 May 2026, Bhati, 29 Apr 2026, Palmblad et al., 23 Apr 2026):

  • Human overseers: Gate agent proposals, validate plans, sign-off artifacts, and intervene at ambiguity or risk checkpoints.
  • Governance protocols: Responsibility mapping, audit logs, and escalation hierarchies encode approval policies (Bhati, 29 Apr 2026).
  • Skill divergence: Experienced engineers’ orchestration skills yield amplified productivity, while non-experts leverage epistemic grounding docs to safely generate field-compliant code (Palmblad et al., 23 Apr 2026, Bhati, 29 Apr 2026).
  • Open problems:
    • Scalability: Communication complexity, orchestration overhead (Tang et al., 14 Jan 2026).
    • Verification in ill-defined phases: Early-phase (requirements/design) automation remains limited by lack of executable references or benchmarks (Apostolou et al., 14 May 2026, Bhati, 29 Apr 2026).
    • Attention economics: Human review capacity bottlenecks as agents generate large volumes of plausible artifacts (Bhati, 29 Apr 2026).
    • Technical debt and drift: Risks of code inflation and prompt instability; need for ongoing repository health monitoring (Bhati, 29 Apr 2026).

7. Architectural, Formal, and Methodological Extensions

Research groups have formalized A-SDLC phases and agentic workflows via logic-based representations, process control loops, and self-construction mechanisms:

  • Transaction Logic Encoding: Each phase and task is encoded as a transaction rule on artifacts; enables formal verification, deadlock analysis, and automated guidance in CASE tools (Mahdikhani et al., 2016).
  • SCOPE-V control loop: Specify, Constrain, Orchestrate, Prove, Evolve, Verify; used for generating and verifying agentic solutions with explicit property assertions and trace matrices (Koch, 19 May 2026).
  • Psi-Arch self-construction: Autopoietic architectures integrate observation, intervention, and retrospection layers, enabling systems to adaptively evolve by rewriting their own behavioral blueprints (Rodriguez-Cardenas et al., 15 Apr 2026).
  • Planner–Executor–Reviewer pipeline:

AgentPipeline={Planner,Executor,Reviewer}\text{AgentPipeline} = \{\mathit{Planner}, \mathit{Executor}, \mathit{Reviewer}\}

Output verifiability:

V(O)=i=1n1{Gi(O)=pass}nV(O) = \frac{\sum_{i=1}^n 1\{G_i(O)=\text{pass}\}}{n}

where GiG_i are ground-truth verifiers (tests, compilers, metrics) (Apostolou et al., 14 May 2026).

8. Outlook and Research Roadmap

The A-SDLC marks a quantitative and qualitative transition from assistive tooling to agent-led, verifiably correct, and adaptively governed software engineering (Bhati, 29 Apr 2026, Apostolou et al., 14 May 2026). Realizing this vision requires advances in:

  • Benchmarks: End-to-end, multi-phase evaluation to capture real-world throughput, correctness, and supervision cost (Tang et al., 14 Jan 2026, Bhati, 29 Apr 2026).
  • Governance and transparency: Machine-auditable policy mapping, full traceability, and adaptation to emergent risks (Palmblad et al., 23 Apr 2026, Bhati, 29 Apr 2026).
  • Hybrid verification and specification inference: Formalization of requirements and design phases to enable early-phase agent autonomy (Roychoudhury, 24 Aug 2025).
  • Human–agent education: Curricula for orchestration, prompting, and review heuristics; tool development for real-time collaboration (Bhati, 29 Apr 2026).
  • Resource efficiency: Reduction in communication tax, smarter context summation, and token-minimal agent protocols (Salim et al., 20 Jan 2026).

In summary, the Agentic Software Development Lifecycle integrates formal roles, executable guardrails, iterative verification, and adaptive governance to transform the scale, rigor, and nature of software engineering (Bandara et al., 26 Oct 2025, Tang et al., 14 Jan 2026, Koch, 19 May 2026, Apostolou et al., 14 May 2026, Bhati, 29 Apr 2026, Palmblad et al., 23 Apr 2026, Mahdikhani et al., 2016). Its ongoing development will determine the future structure of both human and AI contribution in software-intensive systems.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Agentic Software Development Lifecycle (A-SDLC).