mohios
← Back to field notes

Shift Down, Not Left

Why the industry's favorite best practice broke the people it was supposed to help — and what comes next.

Danny Holtschke
Danny Holtschke·March 2026 · 18 min read · Platform Engineering
Earlier in the pipeline
GATE 1Security training
GATE 2Compliance checklist
GATE 3SAST / DAST scan
GATE 4Code review gate
GATE 5Performance test
🧑‍💻Developer — responsible for all of the above + shipping features

Every new developer. Every new team. Every new project. The cost grows linearly.

Developer Layer
🧑‍💻 Business Logic
Clean. Focused. No infrastructure burden.
Shift Down
Platform Layer
SecurityComplianceObservabilityNetworkingPerformance

Solve once in the platform. Every team benefits. Cost approaches zero.

The Gospel Everyone Believed

In 2001, Larry Smith published a short article in Dr. Dobb’s Journal that would reshape software engineering for the next two decades. The idea was elegantly simple: move testing earlier in the development lifecycle. Catch bugs before they compound. Prevent defects instead of patching them.

He called it shift left testing.

The reasoning was backed by hard economics. IBM’s Systems Sciences Institute had found that fixing a bug after release costs roughly 100 times more than catching it during design. The math was irresistible. The principle was sound. And for a while, it worked.

Then something happened that nobody talks about at conferences.

The idea metastasized.

What started as a sensible testing principle became an industry-wide reflex applied to everything: security, compliance, infrastructure, observability, performance, accessibility. Each discipline said the same thing: move it earlier, give it to the developers, make them responsible. Shift left became the universal answer to every operational challenge.

Nobody questioned it, because questioning shift left felt like arguing against gravity. It was consensus. It was in every consultancy’s playbook, every conference keynote, every Gartner report. It was the McKinsey answer—defensible, conventional, and increasingly mediocre.

But inside engineering organizations, something was quietly breaking.

Shift left became code for “make developers responsible for everything earlier, without giving them more time, better tools, or fewer features to ship.”

The Shift Left Hangover

Here is what shift left actually did in most organizations: it didn’t eliminate cost. It redistributed it. Specifically, it redistributed it onto the people with the least slack in the system—the developers who were already under pressure to ship features, hit sprint goals, and keep up with a technology landscape that doubles in complexity every few years.

The Cognitive Load Crisis

Developers in 2026 are expected to be security experts, infrastructure experts, testing experts, observability experts, compliance specialists, AND feature engineers. They need to understand Kubernetes ingress controllers, IAM role chaining in AWS, CI/CD pipeline configuration, OWASP vulnerabilities, container image scanning, network policies, cost optimization, and incident response—all while writing the business logic that actually drives revenue.

Cisco published a frank assessment in 2024 titled “Avoiding Shift Left Exhaustion,” noting that the methodology had extended far beyond its original intent. Testing, security, performance, accessibility—each was being dumped on developers under the shift left banner, creating what they called “tool exhaustion and burnout.”

97%of orgs have security testing tools
35%drowning in false positives
25%developers overwhelmed by alerts

Pynt, 2025 — 250 security & engineering professionals

This isn’t a tooling problem. It’s a structural one. As a recent BleepingComputer analysis put it: “Developers are not lazy; they are overloaded, pragmatic professionals reacting to the incentives placed before them. If their bonus depends on shipping features by Friday and the security scan takes four hours to run and blocks the build, they will find a way around the scan.”

The tools work. The processes don’t. Shift left didn’t create quality. It created checkpoints.

The Numbers Behind the Burnout

Team Topologies, the organizational design framework created by Matthew Skelton and Manuel Pais, identified cognitive load as the central constraint on engineering team performance. Their insight was profound in its simplicity: teams, like individuals, have a finite capacity for complexity. When you exceed that capacity, you don’t get slower delivery—you get decision fatigue, context-switching paralysis, and quiet attrition.

DORA research consistently shows that organizations managing cognitive load effectively see 30% improvement in software delivery performance. Spotify reported a 40% reduction in cognitive load after deploying their internal developer platform. The correlation is consistent: less burden on developers equals faster, more reliable delivery.

Yet most organizations kept piling responsibilities leftward, because it looked responsible on a board deck.

Risk Theater

Here’s the dirty secret: many shift left implementations are risk theater. They add gates and checkpoints that slow delivery without meaningfully improving outcomes. More process, not more quality. The organizations that actually ship reliable software tend to have strong feedback loops and psychological safety to fix things fast—not more pre-flight checklists.

The entire Internal Developer Platform movement—the rise of Backstage, the golden paths concept, the platform-as-a-product thinking—is basically an industry-wide admission that we shifted too much left and crushed the people standing there.

We didn’t just shift responsibility left; we shifted massive amounts of cognitive load onto individuals whose primary job is delivering business logic.

Steve Corndell, The New Stack, January 2026

The Axis Is Wrong

In June 2023, Richard Seroter—then Director of Outbound Strategy at Google Cloud, now the company’s Chief Evangelist—published a column with a provocative subtitle: “Shifting left is for suckers. Shift down instead.”

The piece used a deceptively personal opening about being a child tricked into warming up the family car, then pivoted to an argument that would gain significant traction over the following two years: instead of shifting responsibilities earlier in the timeline, push them down into the platform layer so developers never encounter the problem in the first place.

This is the shift down thesis, and it changes everything about how we think about platform engineering.

Shifting left is for suckers. Shift down instead.

Richard Seroter, Google Cloud Blog, June 2023

Timeline vs. Architecture

Shift left is a timeline metaphor. It assumes a linear pipeline—design, develop, test, deploy—and argues for moving tasks earlier on that line. It comes from waterfall-era thinking, where “left” meant early and “right” meant late.

But modern software delivery is continuous. When you deploy 50 times a day, the distinction between “catching it early” and “catching it in production” collapses into minutes, not months. There is no “left.” There’s just “always.”

Shift down proposes a different axis entirely. Instead of asking “when in the pipeline should we handle this?” it asks “at which layer of the stack should this live?”

You don’t ask a developer to “think about security earlier.” You make insecure configurations impossible by default. That’s not shifting left on a timeline. That’s removing the dimension entirely.
Shift Left = Tax
Scales linearly with headcount
Every developer needs training
Every team needs gates configured
Cost grows proportionally
Operating expense that never compounds
O(n) \u2014 cost grows with every hire
Shift Down = Leverage
Solve once, every team benefits
Policy-as-code, no training needed
Secure-by-default, no checklist
Marginal cost → zero
Capital investment that compounds
O(1) \u2014 solve once, benefit everywhere

How Google Formalized It

By 2025, Google had moved shift down from a blog post to an official platform strategy. At PlatformCon 2025, Leah Rivers (Director of Product Management) and James Brookbank (Cloud Solutions Architect Manager) presented what they called a comprehensive guide to platform engineering, with shift down as its foundational principle.

Their definition was precise: shift down is an approach that advocates for embedding decisions and responsibilities into underlying internal developer platforms, thereby reducing the operational burden on developers. It contrasts with shift left, which pushes effort earlier but proves difficult at scale due to the sheer volume and rate of change in requirements.

The critical insight from Google’s framework is this: there is no single right level. The best ecosystem type is the one that fits your business need. High-risk financial services might need Type 3 or 4. A 200-person SaaS company shipping a consumer product might operate beautifully at Type 2.

But here’s what Google won’t tell you: Google has over 1,000 platform engineers. They can afford Type 4. The path to shift down for a mid-market company with three platform engineers looks nothing like Google’s version. That conversation—the practical one, the realistic one—is the conversation almost nobody is having.

Type 0 — "YOLO"+
Type 1 — "Ad Hoc"+
Type 2 — "Guided"+
Type 3 — "Managed"+
Type 4 — "Assured"+

The Sunk Cost Identity Problem

Here’s where the shift down conversation gets uncomfortable, and where most vendor content carefully avoids going.

The reason most mid-market companies haven’t adopted shift down thinking isn’t technical. It’s psychological. It’s organizational. It’s political.

The VP of Engineering who championed “we’re shifting left” three years ago is now the same VP who can’t say it didn’t work. The team that built the internal platform can’t admit it’s duct tape. Acknowledging the need for a better platform layer means acknowledging that the last two years of internal effort produced something inadequate.

Nobody’s raising their hand for that conversation.

This is why “shift down” as a frame is so much more useful than “shift left failed.” Telling someone their strategy failed is an attack on their judgment. Offering a new axis is an invitation to evolve. “You did the right thing at the time. The industry has matured. Here’s what the next version looks like.” That’s a conversation people can have without losing face.

The Platform Team Nobody Asked For

Most mid-market companies already have a platform team. They just don’t call it one.

Somewhere in the org, there are two or three engineers maintaining shared CI/CD pipelines, managing Kubernetes configurations, keeping Terraform modules up to date, and responding to Slack messages about broken deployments. They emerged organically—someone started maintaining shared tooling, then it became a “team,” then it became an underfunded mandate with no clear charter.

Because nobody named it, nobody funded it. Because nobody funded it, nobody staffed it properly. Because nobody staffed it, those two or three engineers are the most overworked people in your organization, carrying the cognitive load that shift left was supposed to eliminate.

The first step to shifting down isn’t buying a platform product. It’s naming the platform work that’s already happening.

Once you name it, you can measure it. Once you measure it, you can fund it. Once you fund it, you can staff it. And once you staff it, you can start building the abstractions that make shift down real.

What Your Best Engineers Aren’t Telling You

Your best engineers aren’t complaining about the platform gap. They’re leaving.

They go to companies with golden paths and internal developer portals and sensible defaults. Companies where deploying a service doesn’t require a 47-step checklist. Companies where security is a platform feature, not a training mandate.

The people who stay are the ones who’ve normalized the pain. This isn’t visible in attrition interviews because nobody says “I left because your platform sucks.” They say “better opportunity.” But the opportunity is better specifically because the platform burden is lower.

You’re not dealing with a knowledge gap. You’re dealing with a sunk cost identity problem. The person who needs to approve the change is the person who built what needs to change.

What Shift Down Actually Looks Like

The shift down principle applies across every operational domain. In each case, the contrast with shift left is the same: instead of training developers to handle complexity, embed the solution in the platform so the problem never reaches them.

What Shifts Down
🔒Security

Train every developer on OWASP. Run quarterly security training.

Admission controllers reject non-compliant images. Policy-as-code enforces guardrails.

📊Observability

Expect developers to instrument code, configure dashboards, maintain runbooks.

Auto-instrument at infrastructure layer. Opinionated dashboards by default.

📋Compliance

Audit checklists. Compliance training. Manual attestation before each release.

Guardrails baked into the cluster. Audit trails generated automatically.

🌐Networking

Developers configure service mesh, manage certificates, debug connectivity.

Platform provides secure-by-default connectivity. mTLS is automatic.

The 80% Problem

Gartner predicted that by 2026, 80% of large software engineering organizations would establish dedicated platform teams, up from 45% in 2022. That prediction appears to be tracking accurately.

Gartner 2026
80%
K8s orgs 2025
60%
All orgs 2025
55%
Baseline 2022
45%
Platform team adoption across enterprise organizations

But here’s the contrarian take within the contrarian take: most of them will fail.

Having a platform team is not the same as shifting down effectively. The gap between those two things is massive, and it’s the gap that will separate the organizations that get real value from platform engineering and the ones that just relabeled their DevOps team.

Why Platform Teams Fail

Research from multiple sources points to a consistent 60–70% failure rate for platform engineering initiatives. The pattern is remarkably consistent:

They build technically impressive platforms nobody wants to use. Most platform teams are staffed with infrastructure engineers who think they know what developers need without asking. The result is a technically sound platform with terrible developer experience and low adoption.

They treat the platform as a project, not a product. Projects have end dates. Products have users, feedback loops, and roadmaps. Platform teams that ship their internal platform and move on to the next project are repeating the shift left mistake on a new axis.

They over-engineer for their scale. A 200-person company doesn’t need Google’s platform strategy. The Thinnest Viable Platform concept from Team Topologies exists precisely because most organizations build too much platform before they’ve validated that anyone wants to use it.

AI Makes This Urgent

The convergence of AI and platform engineering isn’t coming. It’s here. And it makes the shift down argument exponentially more important.

AI-assisted development means developers ship code faster. GitHub Copilot, Claude, Cursor, and similar tools compress the time from idea to implementation. By late 2025, 76% of DevOps teams had integrated AI into their CI/CD pipelines.

But faster code production means more deployments, which means more infrastructure decisions, which means more cognitive load—unless you shift those decisions down into the platform.

AI accelerates the developer. The platform absorbs the blast radius.

Without a shift down strategy, AI just amplifies every existing problem. Developers produce more code that hits more security gates that generates more compliance alerts that requires more infrastructure decisions. You don’t get faster delivery. You get faster chaos.

With a shift down strategy, AI becomes genuinely transformative. Developers use AI to write better business logic faster, and the platform handles the operational consequences automatically. The golden path absorbs the increased velocity without passing the complexity back to the developer.

This is why platform teams that combine AI with shift down principles are seeing 30–40% faster mean time to recovery and dramatic reductions in operational toil. The AI isn’t replacing the platform. It’s making the platform smarter—autonomous agents that maintain and evolve golden paths, predictive security that catches vulnerabilities before they reach production, self-healing infrastructure that responds to incidents without human intervention.

The organizations that figure this out in 2026 will pull away from the ones still running shift left playbooks from 2019. The gap won’t close easily.

The Synthesis

Shift left was useful as a principle: think about consequences earlier. It was toxic as a process: add more gates earlier.

The organizations doing it well were never really shifting left. They were shifting down without having the language for it. They made the right thing the easy thing—golden paths, sensible defaults, platform abstractions—rather than giving developers a 47-point checklist before they could merge a PR.

Shift down doesn’t replace shift left entirely. There’s still value in thinking about quality early. But it reframes the conversation from “when should we catch this?” to “at what layer should this be solved?” That’s a fundamentally more productive question, because it leads to structural solutions instead of procedural ones.

What This Means for Your Organization
VP of Engineering+
Head of Platform+
Developer+
CTO / CFO+

• • •

The Question That Matters

Shift left asks: “How early in the pipeline can we catch this problem?”

Shift down asks: “Can we architect the problem away entirely?”

The organizations that thrive in the next five years will be the ones that stopped adding checkpoints and started building platforms. Not because platform engineering is trendy. Because the math of shift left—linear cost, compounding complexity—simply doesn’t work at scale. And the math of shift down—one-time investment, exponential leverage—does.

The best shift left is actually shift down. Push complexity into the platform layer so developers don’t even encounter the problem. You’re not shifting left on a timeline. You’re removing the dimension entirely.
Further reading
The Modernisation Imperative: Shifting left is for suckers. Shift down instead.
Richard Seroter, June 2023
Google Cloud Blog
A Guide to Platform Engineering
Leah Rivers & James Brookbank, PlatformCon 2025
Google Cloud Blog
Shift-Left Testing
Larry Smith, September 2001
Dr. Dobb’s Journal
Avoiding Shift Left Exhaustion
March 2024
Cisco Blogs
Shift Left Security Survey: Why Teams Still Struggle
2025 — 250 security & engineering professionals
Pynt Research
The Shift Left Hangover
Steve Corndell, January 2026
The New Stack
Why the Shift Left Dream Has Become a Nightmare
February 2026
BleepingComputer
Top Strategic Technology Trends
2024–2026 predictions on platform engineering adoption
Gartner
Team Topologies: Organizing Business and Technology Teams for Fast Flow
Matthew Skelton & Manuel Pais, 2019
IT Revolution Press
Team Topologies
Martin Fowler, on cognitive load as central design constraint
martinfowler.com
Systems Sciences Institute: Cost of Defects Across Development Lifecycle
Research on cost of defects across lifecycle stages
IBM
Platform Engineering: Shift Down Security
Mathieu Benoit & Maxime Coquerel
CNCF / KubeCon NA 2024
Shove Left: Dumping Downstream Tasks onto Developers — A Recipe for Failure
2025
DevOps.com
Danny Holtschke
Danny Holtschke

Danny Holtschke builds AI-powered business systems for small service companies in New Zealand. This field note started as a content engine delivery for a platform engineering company. Based in Auckland, deploying everything on Vercel.

LinkedInmohios.com

Need content that makes your platform story land?

This field note started as a content engine delivery for a platform engineering company. If your engineering leadership team has deep expertise but no content pipeline, let's talk.

Start the conversation →