Deterministic Consent Gate: analytics remain disabled until explicit opt-in. No third-party trackers are loaded.

NPU Manifesto Series / Volume V

The Compliance
Paradox

Why traditional cloud architectures fail DORA and the EU AI Act — and how sovereign edge assembly solves it.

True sovereignty is not where your cloud host sits. It is where your data is redacted and your logic is executed.

Ne Plus Ultra Global Solutions | Engineering & Architecture

Published September 2026 / Categories: DORA, EU AI Act, Sovereign Cloud, Azure Verified Modules, Logic-as-a-Service
Header · The compliance paradox
DORA exit and supply-chain control versus EU AI Act transparency on the same estateA board must satisfy DORA third-party governance and exit plans while also satisfying EU AI Act transparency and traceability. An EU-labelled cloud region does not close either duty if SaaS wrappers remain opaque.DORA / 2022/2554Zero-drift ICT controlThird-party strategyDocumented exit plansRecover in-house or re-vendorArt. 6 · Art. 28ANDEU AI ACT / 2024/1689Transparency dutyDeployer disclosureTraceable AI interactionNo opaque prompt pipelinesArt. 50 · deployer duties

European boardrooms now sit under two statutes that pull in the same direction and still refuse to be satisfied by a region pin. Regulation (EU) 2022/2554 (DORA)[1] requires an ICT risk-management framework and, for services that support critical or important functions, a third-party strategy with documented, realistic, testable exit plans — including the ability to remove data and reincorporate the service in-house or move it to an alternative provider[2].

At the same time, Regulation (EU) 2024/1689 (the EU AI Act)[3] imposes Article 50 transparency obligations on providers and deployers: people must know when they interact with an AI system, and synthetic or manipulated content must be disclosed. Deployers who cannot reconstruct what left the estate, what the model ingested, and who was informed have already failed the duty — regardless of which Azure or AWS “EU Sovereign” sticker sits on the subscription.

That is the compliance paradox. DORA demands you can leave. The AI Act demands you can explain. A standard “EU Sovereign Cloud” region satisfies neither if the application still depends on opaque third-party SaaS wrappers or unredacted API pipelines. The host can be in Frankfurt. The logic and the payload can still be in someone else’s black box.

The operational answer is the same stack described in The Validation Crisis and The Post-Quantum Trap: assemble the landing zone, redact at the edge, encapsulate the last 10–20% as Logic-as-a-Service. The sovereign vending architecture is the execution path; the DORA landing-zone bundle is the productised cut.

01
The Assembly Method / 80–90%

Defeat the human tax with verified blueprints

Hand-written IaC fails DORA audits for a mechanical reason. Every unique script is a unique control surface. Configuration drift is not a metaphor. It is the difference between the last approved plan and the live estate. Supervisors asking for ICT supply-chain governance are not asking for a slide. They are asking whether the identity boundary, the network path, and the logging sink can be reproduced after the engineer who wrote the module has left.

Human error is not an edge case in that model. It is the operating system. A missed NSG rule, an over-privileged managed identity, a logging workspace created “just for the pilot” — each is an unattested mutation. Under DORA Article 6 the ICT framework must be complete and continuously maintained. A snowflake Terraform repo is not a framework.

Ne Plus Ultra Global Solutions does not generate raw landing-zone code for the 80–90% base. We assemble it from Microsoft Azure Verified Modules (AVM)[4][5]. Identity, hub-and-spoke, RBAC, key material, and diagnostic settings are stamped from modules that already carry Microsoft’s well-architected baseline. The estate is a composition of attested parts, not a novel.

  • Zero-drift compliance. The desired state is the module version. Drift is a rebuild, not a weekend hotfix.
  • Pre-attested security baselines. Encryption, privileged access, and telemetry are inherited from the AVM contract instead of re-argued per tenant.
  • 72-hour execution via NPU.VENDING. The swallow protocol stamps a new acquisition to the Sovereign Standard inside a 72-hour window. Exit strategy becomes “re-stamp the modules elsewhere,” which is the only exit plan that survives a real provider failure.
02
Logic-as-a-Service / 10–20%

Epistemic edge guardrails before the API

The remaining 10–20% is the only place custom domain logic is allowed to exist. It is isolated in sovereign LaaS execution wrappers: deterministic functions with explicit inputs, explicit outputs, and no licence to mutate the landing zone. That is how DORA exit stays real. You can lift the wrapper. You do not have to excavate a SaaS tenant.

Before any wrapper calls an external model or SaaS API, Tier 1 Edge NPU pre-processing runs locally at $0.00 / token. Named-entity recognition, PII and IBAN scrubbing, and context compression execute on the node. Only an anonymised AST payload is eligible to leave. That is also how Article 50 transparency stays honest: the deployer can show what was disclosed to the model, because the unredacted record never crossed the wire.

Context compression

ΔT = Traw · (1 − αcomp)

Compressed tokens reduce egress, cost, and the blast radius of any later intercept. The same offset used in the post-quantum pipeline applies here: less raw state on the wire means less to explain to a supervisor and less to harvest.

  • Local PII scrubbing. Names, accounts, and identifiers are removed before the prompt is assembled.
  • Local AST parsing. Intent is structured on-node. External APIs receive a pruned graph, not a dump of corporate state.
  • Deployer-side logs. Traceability is a property of the edge, not a promise from the model vendor.
Figure 1 · Sovereign edge assembly
AVM landing zones plus local NPU redaction before any external APIEighty to ninety percent of the landing zone is assembled from Azure Verified Modules. Custom logic is isolated in LaaS. Tier 1 NPU redaction happens before unredacted state can leave the node.80–90% AVM BASEAssembly MethodPre-attested IaCZero-drift landing zoneNPU.VENDING · 72hTIER 1 EDGE NPURedact · prunePII / IBAN scrubLocal AST parse$0.00 / token10–20% LAASBounded logicExternal APIs see ASTExit-ready wrappersTraceable deployer logs
03
Architecture comparison

Traditional integration versus sovereign assembly

CriterionTraditional SaaS / cloud integrationNe Plus Ultra sovereign edge assembly
DORA complianceRegion pin + vendor contract. Exit plans exist on paper; ICT control plane stays inside the SaaS wrapper.Policy-as-code landing zone from AVM. Exit is a rebuild of owned modules, not a ticket to a vendor roadmap.
EU AI Act traceabilityUnredacted prompts and opaque model APIs. Deployers cannot show what left the estate or what the model saw.Tier 1 NPU redaction and AST egress before any external call. Deployer logs stay on the sovereign node.
Supply-chain lock-inHardcoded SDKs, managed identity inside the SaaS, no portable IaC. Switching providers is a rewrite.Assembly Method keeps identity, network, and RBAC as attested modules. Logic is a bounded LaaS wrapper.
Deployment speedQuarterly change windows. Hand-written Terraform drift, review theatre, and human tax.NPU.VENDING stamps a pre-attested estate in 72 hours. Drift is a rebuild, not a hotfix.
True sovereignty is not where your cloud host sits—it is where your data is redacted and your logic is executed.
NPU Doctrine / Sovereign Edge Assembly

The sovereign takeaway

An EU region pin is not an exit strategy, and it is not an Article 50 record. DORA asks whether you can leave. The AI Act asks whether you can explain. Opaque SaaS wrappers fail both.

Assemble the 80–90% base from attested AVM modules. Redact and compress on a local NPU. Encapsulate the last 10–20% as Logic-as-a-Service. Then the host can move. The logic stays yours.

Continue with the core engineering offerings, the DORA landing-zone bundle, or a contact / B2B inquiry.

Enterprise-Audit

DORA / AI-Act Pipeline pruefen

CISOs und CTOs: fordern Sie ein Audit an, ob Ihre Landing Zone exit-ready ist und ob unredigierter State den Node noch verlaesst.

architecture@neplusultra.eu