The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An AI-augmented 'Agile V' workflow produced audit-ready verification artifacts and full requirement-level test coverage in a 500-line Hardware-in-the-Loop prototype while needing only six human prompts per cycle; claimed 10–50x cost savings are preliminary and rest on a single feasibility case and modeled comparisons.

Agile V: A Compliance-Ready Framework for AI-Augmented Engineering -- From Concept to Audit-Ready Delivery
Christopher Koch, Joshua Andreas Wellbrock · February 24, 2026
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Christopher Koch unresolved corpus identity
  2. Joshua Andreas Wellbrock unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Christopher Koch provider ID
  2. J. Wellbrock provider ID
A single-case feasibility study shows the Agile V framework—embedding specialized AI agents and human approval gates—automatically produced audit-ready artifacts, achieved 100% requirement-level test pass on a 500-LOC HIL prototype, and required about six human prompts per cycle, with an estimated 10–50x cost reduction versus COCOMO II.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Current AI-assisted engineering workflows lack a built-in mechanism to maintain task-level verification and regulatory traceability at machine-speed delivery. Agile V addresses this gap by embedding independent verification and audit artifact generation into each task cycle. The framework merges Agile iteration with V-Model verification into a continuous Infinity Loop, deploying specialized AI agents for requirements, design, build, test, and compliance, governed by mandatory human approval gates. We evaluate three hypotheses: (H1) audit-ready artifacts emerge as a by-product of development, (H2) 100% requirement-level verification is achievable with independent test generation, and (H3) verified increments can be delivered with single-digit human interactions per cycle. A feasibility case study on a Hardware-in-the-Loop system (about 500 LOC, 8 requirements, 54 tests) supports all three hypotheses: audit-ready documentation was generated automatically (H1), 100% requirement-level pass rate was achieved (H2), and only 6 prompts per cycle were required (H3), yielding an estimated 10-50x cost reduction versus a COCOMO II baseline (sensitivity range from pessimistic to optimistic assumptions). We invite independent replication to validate generalizability.

Summary

Main Finding

Agile V is a practical, compliance-oriented workflow that fuses Agile iteration with V-Model verification into a continuous, task-level “Infinity Loop.” In a bounded Hardware-in-the-Loop (HIL) feasibility case study, Agile V (1) produced structured audit-evidence artifacts automatically, (2) achieved 100% requirement-level verification after iterative fixes, and (3) delivered verified increments with very low human interaction (≈6 prompts/cycle). The study estimates 10–50× reduction in delivery cost versus a COCOMO II-derived traditional baseline for this scoped project.

Key Points

  • Framework design

    • Core idea: embed independent verification, traceability, and audit-artifact generation into every task cycle (the Infinity Loop).
    • Main agents/roles: Requirement Architect, Logic Gatekeeper, Build Agent, Test Designer (generates tests from requirements only), Red Team Verifier (independent execution), Compliance Auditor (produces evidence), two mandatory human gates (Gate 1: scope approval; Gate 2: release approval).
    • Principles: verified iteration, traceable agency, living compliance, human curation.
    • Context engineering and persistent memory (.agile-v state) preserve independence, limit context-window degradation, and store process/state artifacts.
  • Case study (HIL test system)

    • Scope: ≈500 LOC Python system, initial 7 requirements → final 8, 54 automated tests, Jupyter integration, Saleae automation.
    • Two complete Infinity Loop cycles:
      • Cycle 1: produced initial requirements, build, and tests; Red Team showed requirement-level pass (but tests later expanded).
      • Cycle 2: change request/refactor; Test Designer expanded suite to 54 tests; Red Team found 10 issues (6 major) which were fixed; final pass 54/54.
    • Artifacts automatically produced: requirements spec, traceability matrix, test logs, decision rationale, risk register, validation summary.
  • Measured operational metrics

    • Verified requirements: 8
    • Automated tests: 54
    • Source code: ≈500 LOC
    • Human prompts per cycle: 6
    • Red Team findings (Cycle 2): 10 (all resolved)
    • CI matrix: 4 Python versions supported
  • Cost and productivity estimates

    • Traditional (COCOMO II) baseline: ~104 hours, ≈$15,600 (at $150/hr blended) for equivalent scope.
    • Agile V observed per-cycle cost: ≈$601–$605 (includes ~4 hours human time + AI compute); total for two cycles ≈$1,200.
    • Token usage estimate: ≈500k input tokens, ≈25k output tokens for case study sessions.
    • AI compute costs per model (illustrative): ranged from <$1 to a few dollars; compute is negligible vs. human cost.
    • Sensitivity analysis: cost-reduction factor 10× (pessimistic) — 50× (optimistic); baseline ~25×.
  • Limitations and caveats

    • Single-case embedded design conducted by the framework authors → potential bias.
    • Project is bounded, well-defined; generalizability to larger, more ambiguous systems unproven.
    • Comparison uses parametric COCOMO II baseline, not a measured control team delivering the same task.
    • One-time adoption costs (config, learning) excluded or minimally estimated.
    • Regulatory/auditor acceptance of generated artifacts depends on organizational controls and context.

Data & Methods

  • Study design: single-case embedded case study with two Infinity Loop cycles (initial delivery + change request/hardening).
  • Platforms/models used: Gemini 1.5 Pro (Cycle 1) and Claude Opus 4.6 (Cycle 2), demonstrating model-agnostic execution of the agent skills library.
  • Metrics collected:
    • Artifact presence/completeness (requirements, traceability matrix, test logs, decision rationale, risk register, validation summary).
    • Requirement-level pass rate (requirement-to-test mapping).
    • Human prompt counts per cycle (human gate interactions).
    • Red Team findings and remediation.
    • Session logs and .agile-v state directory contents tracked for evidence.
  • Cost comparison: Agile V observed execution cost (human gate time + AI compute) compared to COCOMO II parametric estimate for traditional delivery. AI compute costs estimated from token counts and public price lists.
  • Technique highlights:
    • Test Designer derives tests from requirements (ensures structural independence of build vs. test).
    • Context decomposition: agents operate in fresh sub-contexts; orchestrator passes file references not file contents to avoid token bloat and confirmation bias.
    • Persistent memory holds high-signal project summaries and pointers (REQ-0008 introduced to persist process state).

Implications for AI Economics

  • Cost structure shift

    • Direct compute costs are negligible in this case; human oversight/review time dominates. AI-enabled workflows can dramatically lower labor hours required for execution tasks, shifting value toward oversight, requirements design, and compliance judgment.
    • Empirical implication: conventional cost models (e.g., COCOMO II) may overstate future development costs if they don’t account for task-level AI augmentation and independent verification patterns. New modeling is needed to capture AI-augmented productivity and the residual human governance costs.
  • Labor market effects

    • Reduced demand for routine coding and test-writing roles; increased demand for higher-skill roles: requirement architects, compliance engineers, red-team verifiers, and AI orchestration specialists.
    • Wage composition might shift: fewer execution hours at lower marginal cost, more concentrated expensive oversight hours.
  • Audit, compliance, and risk economics

    • Embedding audit artifact generation in-line reduces compliance debt and potentially lowers audit remediation costs and time-to-certification. This could decrease regulatory friction and accelerate product-to-market in regulated sectors.
    • However, the value of generated artifacts depends on acceptance by external auditors/regulators; uncertainty here moderates realized economic gains.
  • Scalability and generalizability uncertainties

    • The demonstrated gains are for a bounded, well-specified engineering task. For large, ambiguous, or highly integrative projects, human coordination, ambiguity resolution, and cross-team governance likely attenuate gains. Economists and modelers should treat the 10–50× figures as conditional on project characteristics (scope specificity, verifiability, modularity).
  • Measurement and policy recommendations

    • Need for replication studies across domains (enterprise software, embedded systems, regulated medical devices) to quantify heterogeneity in productivity gains.
    • Update empirical software cost models to include:
      • AI augmentation factor (task-type dependent)
      • Governance/verification overhead (human hours per cycle)
      • Artifact quality/acceptance probability (auditor confidence parameter)
    • Organizations and regulators should define standards for audit-acceptable, AI-generated artifacts (interoperable formats, provenance metadata). Standardization will unlock more predictable economic benefits.
  • Broader market impacts

    • If generalizable, widespread adoption could compress software development prices for well-specified products, lower barriers to entry for product innovation, and change vendor-client contracting (fixed-price vs. pay-for-oversight models).
    • Venture and corporate valuation models should incorporate potentially lower development capital requirements and faster iteration cycles for AI-augmented engineering teams.

Summary verdict - Agile V provides a plausible, operationalizable path for integrating AI agents into a compliance-aware engineering workflow. The case study supports the framework’s core claims for bounded projects, and the economic implications are substantial: major reductions in labor-driven costs and faster delivery for verifiable systems. Key next steps are independent replications, larger-scale trials, and updating economic models to reflect AI-augmented development and governance costs.

Assessment

Paper Typedescriptive Evidence Strengthlow — Findings are based on a single, small feasibility case study (one 500-LOC Hardware-in-the-Loop project) without a control group, pre-registration, or independent replication; cost savings are extrapolated via COCOMO II comparisons rather than measured in a live production environment. Methods Rigorlow — The study uses a single-case design with limited sample size (one project), sparse detail on experimental protocol, no counterfactual or randomized assignment, potential measurement and reporting biases (e.g., automated artifact quality and human prompt counting not independently validated), and sensitivity analysis relies on optimistic assumptions. SampleA single feasibility case study on a Hardware-in-the-Loop (HIL) system: ~500 lines of code, 8 formalized requirements, 54 tests; development executed using the proposed 'Agile V' workflow with specialized AI agents for requirements, design, build, test, and compliance, plus mandatory human approval gates; cost and productivity comparisons made against COCOMO II baseline estimates rather than observed production projects. Themeshuman_ai_collab productivity GeneralizabilitySingle small-scale project (500 LOC) — may not scale to larger codebases or complex systems, Single domain (Hardware-in-the-Loop / embedded systems) — domain-specific tooling and tests may limit transferability, Unclear which AI models, prompts, and toolchain versions were used — results may depend heavily on implementation details, Outcome measurement not independently audited — potential reporting and measurement bias, Cost reduction extrapolated via COCOMO II — sensitive to chosen parameters and not validated with real-world cost data, Human prompt counts and gate interactions likely depend on team expertise, regulatory context, and organizational processes

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Current AI-assisted engineering workflows lack a built-in mechanism to maintain task-level verification and regulatory traceability at machine-speed delivery. Regulatory Compliance negative presence/absence of built-in mechanism for task-level verification and regulatory traceability
Reading fidelity high
Study strength low
not reported
0.09
Agile V addresses this gap by embedding independent verification and audit artifact generation into each task cycle. Regulatory Compliance positive automatic generation of verification and audit artifacts per task cycle
Reading fidelity high
Study strength low
not reported
0.09
The framework merges Agile iteration with V-Model verification into a continuous Infinity Loop, deploying specialized AI agents for requirements, design, build, test, and compliance, governed by mandatory human approval gates. Organizational Efficiency positive integration of development (Agile) and verification (V-Model) processes via automated agents with human gates
Reading fidelity high
Study strength speculative
not reported
0.03
H1: Audit-ready artifacts emerge as a by-product of development (supported by feasibility case study). Regulatory Compliance positive generation of audit-ready documentation/artifacts
Reading fidelity high
Study strength medium
n=1
audit-ready documentation generated automatically
0.18
H2: 100% requirement-level verification is achievable with independent test generation (supported by feasibility case study: 100% requirement-level pass rate was achieved). Output Quality positive requirement-level pass rate
Reading fidelity high
Study strength medium
n=1
100% pass rate
0.18
H3: Verified increments can be delivered with single-digit human interactions per cycle (supported by feasibility case study: only 6 prompts per cycle were required). Developer Productivity positive number of human interactions (prompts) required per cycle
Reading fidelity high
Study strength medium
n=1
6 prompts per cycle
0.18
The feasibility study yielded an estimated 10-50x cost reduction versus a COCOMO II baseline (sensitivity range from pessimistic to optimistic assumptions). Organizational Efficiency positive estimated cost reduction relative to COCOMO II baseline
Reading fidelity high
Study strength speculative
n=1
10-50x cost reduction
0.03
The authors invite independent replication to validate generalizability. Research Productivity null_result generalizability of results (call for replication)
Reading fidelity high
Study strength low
not reported
0.09

Notes