---
schema_version: "newruntime-agent-readable-v0.2"
type: "post"
stable_id: "post:agentic-sdlc-software-factory-loop"
slug: "agentic-sdlc-software-factory-loop"
title: "A Software Factory Connects Agents Through Verified Outcomes"
description: "Augment and Warp describe team-level agent loops that move work from trigger and specification through implementation, verification, release, and measured improvement."
retrieval_nugget: "Augment and Warp describe team-level agent loops that move work from trigger and specification through implementation, verification, release, and measured improvement. Individual coding agents optimize a developer's current task. Augment and Warp describe a larger operating unit: a standing team workflow that accepts a trigger and remains responsible until a verified outcome is shipped."
status: "published"
published_at: "2026-08-03"
updated_at: "2026-08-03"
record_date: "2026-08-03"
date_kind: "published_at"
topics: ["software-factories","coding-agents","agent-harnesses","evals"]
source_urls: ["https://www.augmentcode.com/blog/what-is-loop-engineering-and-how-are-leading-software-engineering-teams-using-it","https://www.warp.dev/blog/software-factory-build-guide"]
visuals: [{"id":"agentic-sdlc-software-factory-loop","kind":"editorial-diagram","role":"hero","src":"https://newruntime.com/images/posts/agentic-sdlc-software-factory-loop.webp","alt":"Hand-drawn software delivery loop connecting issue triage, human-approved product and technical specifications, agent implementation, independent review, computer-use verification, release, monitoring, and trace-based improvement.","caption":"The factory unit is a verified shipped outcome, with human judgment placed before expensive or consequential branches.","credit":"New Runtime synthesis from Augment Code and Warp","source_url":"https://www.augmentcode.com/blog/what-is-loop-engineering-and-how-are-leading-software-engineering-teams-using-it","generated_with":"gemini-3.1-flash-image","width":1600,"height":900,"legend":[{"label":"Triage","description":"Incoming work is reproduced and separated into automatable, ambiguous, or human-blocked paths."},{"label":"Specification","description":"A person approves behavior and architecture before an ambiguous feature becomes code."},{"label":"Verification","description":"Review agents, tests, and computer use prove the change before final human approval."},{"label":"Improvement","description":"Run traces and review feedback update prompts, tests, tools, acceptance criteria, and escalation rules."}]}]
routes: {"html":"https://newruntime.com/posts/agentic-sdlc-software-factory-loop/","markdown":"https://newruntime.com/posts/agentic-sdlc-software-factory-loop.md","json":"https://newruntime.com/posts/agentic-sdlc-software-factory-loop.json"}
source_format: "markdown"
---

# A Software Factory Connects Agents Through Verified Outcomes

## Retrieval answer

Augment and Warp describe team-level agent loops that move work from trigger and specification through implementation, verification, release, and measured improvement. Individual coding agents optimize a developer's current task. Augment and Warp describe a larger operating unit: a standing team workflow that accepts a trigger and remains responsible until a verified outcome is shipped.

Individual coding agents optimize a developer's current task. Augment and Warp describe a larger operating unit: a standing team workflow that accepts a trigger and remains responsible until a verified outcome is shipped.

Augment's outer loop is trigger, execution, verification, outcome, and improvement. An alert, pull request, vulnerability, or ticket starts the run. Specialist agents investigate, implement, and test. Humans enter where intent, risk, or missing context requires judgment. The run finishes only when acceptance criteria are met, and its trace can improve prompts, tools, tests, and escalation rules.

Warp turns that pattern into a staged GitHub Actions implementation. Issue triage reproduces and sorts incoming work. Ambiguous features become `PRODUCT.md` and `TECH.md`, which a person approves before code generation. A separate review agent tests its suggestions, and an outer-loop agent can propose updates to the review skill from human feedback.

Computer-use verification closes another gap. An implementation agent should exercise the resulting user flow and attach reviewable evidence such as screenshots or recordings. That moves the human review task from discovering whether the feature works toward confirming evidence against the approved specification.

The human checkpoints are deliberately upstream and risk-sensitive. Too early, and the system becomes a notification bot. Too late, and agents produce a large unreviewed branch. The system should escalate ambiguity before implementation and preserve an independent verification path after it.

For New Runtime, a software factory should be measured in outcomes per dollar: merged fixes, mitigated incidents, closed vulnerabilities, and verified features. Generated diffs and token volume are intermediate activity. The compounding asset is the connected loop plus the trace that makes its next run more reliable.
