The operating-model rewrite that quietly breaks systems at implementation

Sep 1, 2026, 12:20 PM8 min read1,410 words
systems Tech software angle-operating-model-and

Eighteen months into a typical operating-model overhaul, the spreadsheet still shows green. Adoption metrics are climbing, the new committee structure is meeting on schedule, and the language has shifted from "feature" to "capability." Then the first quarter of real production traffic arrives, and the systems underneath start buckling in ways no one put on the roadmap.

This is the failure pattern that nobody budgets for: not the redesign itself, but the gap between the redesign and the running systems it has to inhabit. The trade-offs hiding in that gap are where most enterprise operating-model projects actually lose their money — long before any dashboard notices.

The trade-off nobody writes down

Operating-model redesigns almost always optimize for clarity at the top of the org chart and ignore the cost at the bottom of the system stack. A platform team is told to "expose reusable capabilities." A delivery team is told to "consume shared services." Between those two sentences sits an enormous amount of integration work that nobody has named, resourced, or scheduled.

In practice, the trade-off is binary. Either the new model inherits the friction of the old systems — and the redesign becomes cosmetic — or it forces a rebuild of the supporting systems, which doubles the implementation cost and stretches the timeline past the point where executive sponsors still remember why they approved it. Most organizations take a third path without admitting it: they ship the new model on top of legacy plumbing, then spend the following year explaining why the metrics look worse than before.

Why systems owners see the rewrite first

The first people to feel an operating-model change are rarely the people who designed it. They are the on-call engineers who inherit ownership of a "shared capability" that two product teams have already forked in production. They are the SREs who suddenly own a service-level agreement that crossed three org boundaries during the reorg and now has no single accountable owner. They are the data engineers whose pipelines were classified as "platform infrastructure" in the new model but still depend on a specific product analyst who moved teams in week six.

This is why a meaningful number of operating-model rewrites fail between months nine and fifteen. By that point, the systems themselves have accumulated so much unmapped dependency on the old structure that the new model cannot honor its own contract. The signs are mundane: duplicated work, dashboards nobody trusts, a backlog of "platform" tickets that nobody's team is staffed to handle. None of it appears in the steering committee minutes.

The implementation choices nobody wants to fund

There are three implementation moves that determine whether a new operating model actually takes hold inside the systems it is supposed to govern. None of them are popular in the board deck, which is part of why they get skipped.

The first is the explicit write-down of which systems will be retired, deprecated, or rebuilt as part of the transition. Operating-model designers rarely name systems by name; they name capabilities. But capabilities live inside specific services, and those services have owners, runbooks, and downstream consumers. A model that does not commit to a system-level retirement schedule is one that quietly commits to indefinite dual-running.

The second is the budget for what practitioners in the platform engineering world now call the "migration tax." Every capability that crosses an org boundary during a reorg pays a tax in coordination, testing, and observability work that did not exist in the old structure. Taxing it openly — as a line item — is politically awkward. Leaving it implicit is operationally ruinous.

The third is the choice about what gets measured during the transition. Most rewrites continue to report on the old operating metrics (releases per quarter, feature throughput, headcount ratio) while quietly hoping the new model will surface better numbers within a year. It usually does not, because the systems generating the new metrics are themselves part of what should have been rebuilt.

What the trade-off actually looks like in production

A retailer running a major reorg in 2024 discovered the trade-off the hard way. The new model moved checkout ownership from a product vertical into a shared platform team, on the theory that checkout was a "common capability." The systems supporting checkout — the cart service, the inventory reservation layer, the price-and-promo engine, the fraud signals pipeline — had each evolved under different owners with different deployment cadences and different reliability budgets.

The first quarter after the move, checkout availability dropped from 99.97% to 99.91%. The 0.06 percentage point gap translated into roughly $14 million in quarterly revenue exposure, which the post-incident review traced to a single platform team's on-call rotation being understaffed for the surface area it had inherited. The operating-model design had been sound. The systems underneath it had not been prepped, and the cost of prepping them had never been itemized.

This is the pattern that technical teams recognize and executives rarely hear about: the operating model is a five-quarter conversation, but the systems it has to run on are a twenty-quarter obligation. Treating those two timelines as the same is where the money disappears.

How to test the model before it meets the systems

The technical leaders who get operating-model rewrites right tend to do one unfashionable thing early: they insist on a systems-readiness review before the new model is announced. Not a capacity review, not a skills inventory, but a structural review that asks a specific question — which existing systems will break, slow down, or require new ownership if this model lands as written?

That review produces a short document, usually two or three pages, that maps the new operating-model boundaries onto the current system topology. It identifies the services that will need new owners, the pipelines that will need new data contracts, and the runbooks that will need to be rewritten because their escalation paths no longer match the org chart. None of this is glamorous. All of it is the difference between a rewrite that survives contact with production and one that quietly bleeds budget until someone cancels it.

Teams that skip this step tend to discover the same lesson: the operating model is not the hard part. The hard part is the set of trade-offs that emerge when a new model has to run on systems that were built for the old one. The trade-offs are not impossible, but they are real, and they have to be funded on purpose rather than absorbed by accident. Resources that explain how technical teams can structure that work in public — like the deep-dive publishing setup behind osmosis.agency — tend to surface this exact tension early, because the audience reading them is the audience that has to live with the consequences.

The decision that decides the rest

Every operating-model rewrite eventually comes down to one decision that nobody wants to put on a slide: are the systems being treated as the substrate of the new model, or as a constraint on it? Substrate means the systems will be funded to keep up with the redesign. Constraint means the redesign will be bent to fit whatever the systems can support.

Most executives, when forced to choose, pick substrate on Monday and behave as if they picked constraint on Wednesday. The resulting hybrid is what produces the eighteen-month stall — green dashboards above, quietly degrading systems below, and a growing class of engineers who have stopped trusting the model and started maintaining two parallel maps of the org in their heads.

The cleanest version of this work, when it succeeds, looks unromantic from the outside. The new operating model is announced in March. A parallel track begins immediately — funded, named, and tracked — to retire the systems that the new model no longer needs and to harden the ones it does. By the time the new model has its first real production test, the systems underneath have already been adjusted to honor it. The trade-off has been paid for in advance, which is the only way trade-offs in operating-model rewrites are ever paid for honestly.

Over the next two years, the operating-model rewrites that ship cleanly will be the ones that treated systems work as a first-class deliverable rather than a downstream cleanup — and the trade-offs that defined their success will be visible in runbooks and on-call rotations long after the steering committee has disbanded.

The operating-model rewrite that quietly breaks systems at implementation