draft-imran-systems-and-arguments-04Internet-Draft
← draft-imran-systems-and-arguments-04
Off the Bit Position Paper 5.5 Internet-Draft draft-imran-on-prem-01 Confidence: 0.9 State: holding
M. Imran Published 2026-03-19 Revised 2026-08-14 Expires: 15 February 2027

On-Premise Is Not a Downgrade

Sovereignty as an architectural constraint, not a punishment.

Text

Abstract. On-premise delivery is expensive when it is treated as a cloud deployment with things taken away. Treated as a constraint adopted at design time it is not a downgrade, and the discipline it forces (one artifact, explicit dependencies, an offline supply chain, configuration as data) improves the cloud build as well. The cost of sovereignty is not hardware. It is the number of assumptions you can no longer make, and that number is finite, enumerable and mostly known on day one. Confidence 0.90. Section 5 holds it there: elastic workloads are a real exception and I have not sized how large that exception is.

1. The claim

The industry describes on-premise work in the vocabulary of loss. Legacy. Regression. Enterprise tax. That vocabulary is not neutral, and it produces a specific engineering failure: teams build for the cloud, ship, and then attempt to subtract their way to an on-premise release. Subtraction is where the cost is. Almost every hour I have watched burned on sovereign delivery was spent removing an assumption that had been free to avoid at the start and expensive to remove later.

The claim is narrow and it is about ordering. Sovereignty adopted as a constraint before the first architectural decision costs roughly what any other constraint costs. Sovereignty adopted as a port costs several multiples of that, and the multiple grows with the age of the codebase.

2. The assumption ledger

What actually changes between a public cloud estate and an air-gapped one is a list. It is shorter than the folklore suggests, and each entry has a known design response.

Assumption removedDesign response
Outbound network egressNo vendor control plane, no licence phone-home, no telemetry upload, no package fetch at deploy time. Everything the system needs at run time is inside the bundle.
Managed servicesEvery managed dependency sits behind an interface the system owns, with at least one self-hosted implementation that is exercised in CI rather than kept as a claim.
Vendor-driven upgradesUpgrades become signed bundles applied by the operator, with a rollback that is tested rather than documented.
Observability as a serviceMetrics, logs and traces terminate inside the estate. Support debugging happens on evidence the customer exports deliberately, not on a dashboard you can open.
Elastic capacityCapacity becomes a stated failure point rather than an autoscaling policy. See Principle 4.7.
You, as the operatorThe operator is a person you will never meet, working a maintenance window at 02:00, holding a printed runbook. This is the entry that changes the most and gets the least attention.

That last row is the one that decides whether a sovereign product is viable. Every other entry is an engineering problem. The operator is a design problem, and the failure mode is a system that is correct and unoperable.

3. Why the constraint pays back

The interesting result is not that these responses are achievable. It is that each of them is independently good practice, and a team that adopts them under sovereign pressure ends up with a cloud build that is measurably better than the one they would have shipped without it.

  source  ->  reproducible build  ->  signed bundle
                                          |
                     +--------------------+
                     |                    |
                 public cloud       air-gapped site
                 (same bytes)        (same bytes)
                     |                    |
                 config as data      config as data
Figure 1. One artifact, two destinations. The moment the two paths diverge, the second one starts rotting, because only the first is exercised daily.

Three specific payoffs, in the order I have seen them arrive.

3.1. Dependency honesty. A build that must run with no egress cannot pretend about what it depends on. Transitive fetches, implicit base images and “it works on the runner” all fail immediately rather than in year three.

3.2. Reproducibility becomes non-optional. Shipping a bundle to a site you cannot reach means the bundle has to be the whole truth. That forces reproducible builds, which in turn makes cloud incidents diagnosable, because the artifact in production is byte-identical to one you can rebuild.

3.3. Configuration stops living in the environment. When the environment cannot be inspected, configuration has to be data that travels with the deployment and can be diffed. This removes a large class of cloud incidents whose root cause is a variable set by hand in a console two years ago.

Design-time constraintbaseline
Port at v1higher
Port at v3highest

Figure 2. The shape of the cost, not its magnitude. I do not have defensible figures for the ratios and will not invent them; see docs/PLACEHOLDERS.md.

4. What this looks like as a rule set

5. The strongest objection

For genuinely elastic workloads, on-premise is a real downgrade and calling it a constraint is a euphemism. This is correct and it bounds the paper. A workload whose value comes from absorbing a hundred-fold burst for four hours a year is worse on fixed hardware, and no amount of design discipline recovers that. The paper holds for systems with predictable load envelopes, which in my experience is most regulated workloads, but "most" is doing work in that sentence and I have not quantified it. There is a second cost I have understated: the single-artifact discipline slows the first six months, and for a team still searching for product fit that slowdown can be fatal. The constraint pays back over years. Not every project has years.

6. What this paper does not claim

On-premise is not cheaper. Total cost of ownership is usually higher, and the customer is usually paying it deliberately, for reasons of jurisdiction, audit or counterparty risk that have nothing to do with engineering. Nothing here says cloud teams are undisciplined, only that the sovereign constraint removes the option of skipping the discipline, which is a different and much weaker statement about them.

The assumption ledger in Section 2 is not complete. It is the list I have needed so far, across six sites, and every new estate has added to it.

Retirement conditions

This paper MUST be retracted if any of the following is demonstrated.

§Condition
1A team that adopted the single-artifact discipline at design time and can show, over two years, that it consumed more total engineering hours than maintaining separate cloud and on-premise builds.
2Regulated estates routinely permitting outbound connections to vendor control planes, which would make the assumption list in Section 2 historical rather than current.
3A cloud-only system of comparable complexity demonstrating equivalent dependency hygiene, reproducibility and upgrade safety without any sovereignty constraint forcing it.

Revision history

DateChange
2026-08-14Text written: the assumption ledger, the three payoffs, the rule set and the objection. Retirement conditions added. Confidence unchanged.
2026-03-19Listed in Section 5 with a title, a summary and a confidence value. No text.

Machine readable

Markdown source · JSON index · Atom

Imrandraft-imran-on-prem-01conf 0.9