
The Agentic SDLC, Explained
One person writes the spec and approves the release. Between those two moments, a chain of agents plans, builds, reviews, tests and ships. Here is the wiring.

The question behind most enquiries we get is not really about technology. It is: how many people do I have to pay to keep this product alive? For a decade the answer for a modest B2B SaaS was six to ten — a couple of backend engineers, a frontend, someone doing QA, someone doing infrastructure, a product person, and an on-call rota stretched across whoever was left.
That number has changed. It has not changed to zero, and the gap between those two claims is where people lose money.
Implementation moved first and moved furthest. Writing a well-specified feature against an existing codebase is now largely an agent task, and this is the part everyone has seen.
Less obvious, and commercially more significant: the surrounding work moved too. Code review, test authoring, deployment orchestration and first-line incident response are all now substantially agent-run — and in headcount terms those were never one job each. They were the reason you needed a rota.
Two things, and they are the same problem wearing different clothes: deciding what should happen when the specification does not say.
An agent will build what you specify, quickly and without complaint. It will not tell you that the feature is a distraction, that the customer asking for it is about to churn anyway, or that solving it properly means changing the pricing model. That judgement is commercial, it depends on context that lives outside the codebase, and it carries consequences an agent does not bear.
Someone has to be accountable for a production release and for an incident that reaches customers. Not because agents are unreliable — increasingly they are not — but because accountability is a property of people. In regulated environments this is written down. Everywhere else it is still true, and you discover it during your first serious outage.
For a B2B SaaS with real customers and a normal feature cadence, the shape we see working is one to two people plus a well-wired agent pipeline, where previously it was six to ten.
| Function | Before | With agents |
|---|---|---|
| Product decisions, spec | 1 product person | The owner — this is now most of the job |
| Implementation | 3–4 engineers | Agents, with one senior reviewing |
| QA | 1 tester | Agents, against the spec |
| DevOps / SRE | 1–2 plus a rota | Agents, with an escalation path |
| Total | 6–10 | 1–2 |
The caveats matter more than the table. That senior reviewer has to be genuinely senior — someone who can tell a plausible diff from a correct one, which is a harder skill than writing the diff was. A team of one junior plus agents is not a small team; it is an unreviewed one, and it will accumulate problems faster than the old process ever did.
The costs do not go to zero either. They change shape, from salaries to inference and tooling, and inference scales with activity rather than with headcount. That is usually a much better cost curve, but it is a real line and it needs a cap.
The same pattern extends past the codebase — support triage, content drafting, ad copy variants, social scheduling, reporting. Anything with structured inputs and a checkable output is a candidate, and small teams get real leverage here.
Two honest caveats. The output still needs someone with taste deciding what ships, because the failure mode of automated marketing is volume without judgement, and that is worse than doing less. And anything customer-facing needs the same escalation rule as production: when confidence is low, a human answers.
The constraint is almost never the agents. It is whether your codebase and your process can be automated against.
Five yeses and the pipeline in the agentic SDLC is a few weeks of work. Fewer than five, and fixing those gaps is the higher-value project — it makes the human team faster too.
This is the work we do: wiring agent pipelines into products that already have customers, so the team that runs them can stay small. Book a call and we will tell you which of the five you are missing, whether or not you hire us.
For a B2B SaaS with real customers, one to two people plus a well-wired agent pipeline, where six to ten was normal. Agents now cover most implementation, code review, test authoring, deployment and first-line incident triage. What remains human is deciding what to build and being accountable for production releases.
They replace most of the execution, not the judgement. Two things do not move: deciding what should be built, which depends on commercial context outside the codebase, and owning the consequences of a release or an incident, because accountability is a property of people. One genuinely senior person plus agents can hold a role that needed six.
No. The remaining human job is reviewing agent output, and telling a plausible diff from a correct one is harder than writing the diff was. A junior plus agents is not a small team, it is an unreviewed one, and it accumulates architectural and security problems faster than a conventional process would.
Five things: you can specify a feature precisely enough to test it, your test suite is trustworthy, a deploy is one command, you can roll back in under a minute, and one senior person will actually read the reviews. If several are missing, fixing them is the higher-value project — it speeds up a human team as well.