Why DevSecOps is a delivery architecture decision, not a security programme — and what practitioners get wrong about the implementation
Newsletter
Insights, research, and expert perspectives — direct to your inbox.
Digital Acceleration Tools -- DATs -- are platforms and methods specifically designed to shorten the time between having a digital capability on your roadmap and having it operating in production. They are not a single product category. DATs is the umbrella term for a set of…
DevSecOps is a delivery architecture decision, not a security programme: moving a check from the release gate to an earlier pipeline stage cuts its remediation cost by an order of magnitude.
The sprint finishes. The feature is built. The tests pass. Then the message arrives: security review is scheduled for next Thursday. Go-live moves two weeks.
I have watched this pattern run in organisations that had sophisticated security teams, mature testing practices, and genuine commitment to compliance. The delay was not a security problem. It was an architectural one. Security had never been a property of the pipeline — it was a gate bolted onto the end of it.
That two-week slip compounds across every release. Teams learn to pad timelines to absorb it. The bottleneck gets institutionalised. And the scan tool installed six months earlier is still running at the gate, because nobody changed where the gate sits.
Digital accelerators (D6 of the 6xD framework) work by removing structural delay from the delivery system. DevSecOps fits that category precisely because it does not add a security activity — it moves an existing one to an earlier pipeline stage, changing its remediation cost by an order of magnitude. Moving a security check from the release gate to the commit stage is not a compliance improvement. It is a delivery economics decision.
The data on this is consistent. Google's SLSA research shows vulnerabilities found at the source stage cost roughly ten times less to fix than those found at the deployment stage. The 2024 State of DevOps Report confirms that organisations with automated security integrated into CI/CD pipelines deploy more frequently and experience fewer critical production incidents. Velocity and security quality move together when the architecture is right.
The failure mode I see most consistently is not teams refusing to invest in security tooling. It is teams who install scanning tools while leaving the gate structure unchanged. The tool runs. The gate remains. The bottleneck continues. The implementation feels complete. The problem has not moved.
The architectural question is specific: at which pipeline stage does each category of security check belong? Commit-stage checks (secret scanning, static analysis, dependency scanning) should run in under two minutes and block the pull request automatically. Build-stage checks (container image scanning, licence compliance) run as part of the artefact build. Deploy-stage checks (infrastructure-as-code policy validation) run before environment promotion. None of these require a human reviewer for the common case.
Map your current pipeline against four stages: commit, build, deploy, release. At each stage, identify what security verification runs automatically versus what waits for a human review. Any verification waiting at the release stage is a candidate for earlier automation and a direct contributor to your pre-release queue.
Pick one check. Dependency vulnerability scanning is the most accessible starting point: well-supported tooling, standardised policy rules, manageable false positive rate. Move it to the build stage. Automate the block threshold. Run it for one release cycle without a separate security review step for that check.
Then measure the cycle time delta. That number makes the argument for the next stage.
DevSecOps acceleration begins with a single pipeline stage decision. Not a transformation programme. One stage, one check, one measured cycle.
AI development tools have moved from autocomplete into the workflow itself. In 2026, context-aware AI assistants sit inside the developer environment, giving feedback at design and build time, and agentic tools increasingly draft, test, and refactor across whole tasks rather…

Digital Acceleration Tools -- DATs -- are platforms and methods specifically designed to shorten the time between having a digital capability on your roadmap and having it operating in production. They are not a single product category. DATs is the umbrella term for a set of…

AI development tools have moved from autocomplete into the workflow itself. In 2026, context-aware AI assistants sit inside the developer environment, giving feedback at design and build time, and agentic tools increasingly draft, test, and refactor across whole tasks rather…