Topics/AI-Driven Software Engineering: Specifications, Context, Execution, and Feedback

ADPS Topic Research

AI-Driven Software Engineering: Specifications, Context, Execution, and Feedback

A shared engineering frame for AI coding, SDD, and agentic software engineering across specifications, context, execution, verification, and evolution.

Issued
2026-08-14
Document type
Cross-cutting topic
Status
Topic research draft
Basis
ADPS Perception workshop and public engineering sources
License
CC BY 4.0

Topics synthesize engineering questions that cross several modules. Pattern definitions, attributed cases, and workshop records remain authoritative on their own pages.

AI coding now extends well beyond completion inside an editor. An agent can inspect a repository, break down work, change several files, run tests, and prepare a commit. Code generation is one step in that process. Engineering teams therefore face a broader set of questions: how to define a bounded unit of work, control which context can affect a decision, verify an outcome, and prevent local delivery speed from degrading the architecture over time.

These questions span perception, memory, reasoning, action, reflection, and governance. ADPS treats them as a cross-cutting topic rather than assigning another pattern number.

Terminology

Term Primary scope Use in this topic
AI coding Using AI to generate, explain, modify, or review code A tool or development activity
Spec-driven development (SDD) Versioning intent, constraints, and acceptance criteria as specifications that guide planning, implementation, and verification A specific engineering method
AI-driven software engineering AI participation across requirements, architecture, implementation, testing, operation, and evolution The ADPS topic name
Agentic software engineering Longer execution chains, broader tool access, and greater task autonomy A higher-autonomy form of AI-driven software engineering

The terms overlap and continue to evolve. ADPS uses each at the level where it is useful and does not present this vocabulary as an industry standard.

The bottleneck is moving

As agents produce code more quickly, scarce engineering capacity moves upstream and downstream:

  1. Task definition. The problem, constraints, and observable acceptance conditions must be explicit enough to guide execution.
  2. Context management. Repository files, architecture decisions, runtime logs, previous work, and external material should not enter the model indiscriminately.
  3. Acceptance design. Compilation is one class of evidence. User-visible behaviour, data integrity, performance, security, and operability may also matter.
  4. Authority boundaries. Read, write, execute, commit, and deploy permissions require separate admission decisions.
  5. Architecture stewardship. Every local task may pass while the repository accumulates duplication, dependency drift, and unnecessary code growth.

AI software engineering therefore cannot be evaluated only by lines of code, pull-request volume, or generation speed. Specifications, evidence, traceability, review load, and downstream maintenance cost also matter.

A five-layer engineering structure

Layer Question ADPS connection
Specification and unit of work What is this run meant to finish, within which boundaries and acceptance criteria? Goal Contract, task slicing, planning and reasoning patterns
Context Which signals may affect this decision, and how are prior assets recalled? Perception and memory modules
Execution How does the current step select tools, control authority, and change external state? Reasoning, action, and execution topologies
Verification What evidence proves completion, and who may accept it? External acceptance, action evidence, and governance patterns
Evolution How does this result change rules, tests, skills, memory, or architecture? Reflection, versioned memory, and architecture stewardship

Versioned artifacts and runtime evidence connect these layers. Typical artifacts include specifications, architecture decision records, plan steps, code diffs, test results, action events, checkpoints, and repair proposals.

From assistance to managed autonomy

Stage Agent work Required team capability
Coding assistance Explain code, generate local changes, add tests A person selects context and reviews each change
Specification-guided task Deliver one independently acceptable slice from an explicit specification Inspectable constraints, tests, rollback, and acceptance criteria
Harnessed workflow Plan, execute, verify, and prepare a multi-step change in a sandbox Context control, tool admission, event records, and external acceptance
Managed autonomy Work from a continuing queue across longer task chains Tiered authority, budgets, approval gates, incident handling, and periodic architecture review

These stages describe engineering capability, not a procurement checklist. Legacy systems, high-traffic services, and regulated work usually remain at lower autonomy levels for longer.

Evidence from the Perception workshop

The first ADPS Perception workshop on 13 August 2026 surfaced several comparable practices:

The teams use different tools, but they address the same engineering problem: turning human intent into work an agent can execute, a team can verify, and a repository can sustain.

A conservative adoption path

  1. Choose a bounded task with a clear rollback path and write the acceptance criteria first.
  2. Keep specifications, constraints, and architecture decisions in the repository so people and agents read the same version.
  3. Define the context ingress for that task: required, on-demand, and prohibited information.
  4. Begin with a minimal tool set in a sandbox and record plans, calls, state changes, and verification results.
  5. Verify external behaviour instead of accepting the agent's completion claim as final evidence.
  6. Review whether failures changed specifications, tests, rules, or architecture, and remove duplicated implementation and stale context.

Open questions

The last question is continued in Enterprise Agent Evolution and Operating Model.

Sources

Suggested citation: ADPS, AI-Driven Software Engineering: Specifications, Context, Execution, and Feedback, ADPS Topic Research, 2026-08-14.

Topic index · CC BY 4.0