← Recognex · Whitepaper AI Deployment in Regulated Industries September 2026
Amazon Web Services · Governance architecture · First 90 days

Two speeds,
one paved road.

Many regulated enterprises don't have an AI problem per se. They have what we could call a governance-velocity problem: the executive and AI strategy sponsors need to see working software, business cases and tangible results, the security team needs to sleep, and today those two requirements compete for the same approvals. This paper suggests how to remove this internal tension by building one governed AWS platform with two lanes and two gates: a lightweight but efficient entry triage that kills ultimately doomed proposals in days, and a written and evidenced promotion gate that stands between any prototype and production. Prototyping velocity becomes a bounded, pre-approved, auditable tangible rather than an exceptions catalogue someone signs off for the risk-register every time.

This is written for the organisation that might believe its AI estate is greenfield. We know that Shadow AI is real and we open by rejecting the term greenfield, because our very first task is to find out whether this is truly the case.

01 — The position

Regulated firms often own the most valuable datasets in their sector. Unfortunately, regulation suggests they can lawfully use the bare-minimum of it.

Banks, insurers, payment processors, healthcare providers, utilities and public-sector suppliers share a structural pathology: the data that makes them valuable is held and managed on behalf of somebody else, by customers, patients, citizens, member states or contracting authorities, under agreements drafted before model training was even a consideration.

The governance burden falls directly on the strategic unreachable asset. Telemetry, transaction flow, case history and interaction records are exactly the most valuable business assets and exactly what the original contracts did not contemplate or consider. Any AI strategy whose opening move is to pool that data is dead within ten minutes, and correctly so.

So a workable strategy starts somewhere else: with the subset of the asset that carries no personal data and no regulated data at all,

The failure mode to highlight

AI programmes in regulated firms rarely die of technical failure. They die at the contract check, four months in, when the DPIA finally lands and someone reads the data processing schedule. The agentic workflow was transformational but the deployment was never lawful. Every hour spent building was spent before the cheapest question in the programme had been asked, which is the specific waste the design in this paper exists to eliminate.

02 — The premise

If you were told this strategy is greenfield, establish that first.

This is the difference between a strategy on a blank canvas and a more complex remediation programme that has not yet been spotted. Before designing the platform, one question needs answering honestly: what is already running? In shadow mode or in a core vendor's product

This requires a questionnaire with a discovery plan attached, not an assertion about the existing estate. Every possible answer is useful, including the one where the answer is nothing.

Three key places you should look, in descending order of likelihood

The development toolchain. AI coding assistance is close to default in the software industry and is usually home-rolled by engineers rather than procured by an organisation.

Embedded vendor AI arriving inside SaaS products already bought and renewed. This is the category more likely to be genuinely invisible, because you may not be tracking the minutiae of minor version wording; it arrived by release note by stealth. An egress control on developer tooling may not catch it.

The world of Shadow AI. Individual use of consumer tools against company or customer material, on personal accounts, outside any logging you may currently run.

Workstream Zero — discovery, then amnesty, then a fence

This runs in the first thirty days, in parallel with standing up the environment and platform, and it has three parts. Discovery: egress and SaaS-spend analysis, a 'no-blame survey', and a review of vendor contracts for AI features that arrived by update rather than by decision. Amnesty: a stated window in which declaring something carries no consequence, because the alternative is that it stays hidden and the register becomes meaningless. Fence: any negative findings found are either sanctioned onto the paved road or embargoed, and sanctioning is usually the right answer as a tool people already depend on cannot be removed by memo.

The test of whether this exercise earns its keep

It has to be a worthwhile - if the answer comes back nothing is running. Then it's still a result: in that case it is a verification exercise that hands the security function a defensible negative finding, evidence rather than an assumption that the estate is clean. That is precisely what is needed when a regulator, an auditor or a customer's third-party risk team asks. Be suspicious of any reported workstream that needs the shadow AI to exist in order to justify itself.

03 — The core idea

The paved road: one platform, two lanes, two gates.

The instinct in most organisations is to resolve the security/velocity tension politically: the CISO is promised rigour and the executive is promised speed, then we arbitrate case by case. This inevitably produces a review board that becomes a bottleneck, and drives Shadow AI. The tension should be resolved architecturally instead, so that neither party is reliant on the other's good intentions.

GATE 0 entry triage → LANE A sandbox, pre-approved → GATE 1 promotion evidence → LANE B production
Lane A — pre-approved

The Sandbox

Standing security approval. No per-project sign-off. Days, not quarters.

  • A separate AWS account in its own organisational unit, SCP-enforced, it structurally cannot reach production VPCs or production data stores
  • Synthetic and de-identified data only. No production personal data, no regulated payment or health records, no live customer transactions
  • No internet-facing endpoints. No real customer or member of the public ever interacts with it
  • A hard spend cap per project, enforced by an AWS Budgets action, not by discipline
  • Time-boxed: 60 days, then automatic teardown unless promoted
  • Geography-scoped Bedrock inference profiles only; invocation logging on by default
  • Everything registered in the AI inventory on day one, including any Day 0 gate failures
Lane B — controlled

Production

Full control plane. Nothing arrives here without passing the gate.

  • Bedrock reached only through VPC interface endpoints, bedrock-runtime and bedrock-agent-runtime, with no traffic over the public internet
  • Customer-managed KMS keys on customisation jobs, agents, knowledge bases, vector stores and evaluation jobs
  • Geography-scoped inference profiles only. Global profiles prohibited by policy and by SCP
  • Bedrock Guardrails enforced at the application layer: sensitive-information filters, denied topics, prompt-attack filtering, contextual grounding checks
  • Model invocation logging explicitly enabled to S3 with SSE-KMS, plus CloudTrail with additionalEventData.inferenceRegion monitored
  • A human commits every consequential action. The model recommends; a NAMED owner is accountable
  • Tested kill switch and rollback path per use case, exercised before launch and quarterly after

Why a security function can safely pre-approve Lane A

Because Lane A's guarantee is not behavioural, it is structural. A developer in the sandbox cannot reach production data, not because policy forbids it, but because service control policies and account boundaries make the network path non-existent. The security question therefore collapses from "do I trust every engineer with every prototype?" to "do I trust the perimeter?", which is a question a security function is actually equipped to answer once, and then periodically re-audit. That single change is the lever for prototype velocity.

04 — Gate 0

Kill the doomed pilot in week one, not quarter two.

A single gate at the exit has an obvious pathology: a team can spend sixty days building something that dies at promotion on a contract clause that was readable on day one. This is not governance, it is waste with a compliance certificate. Gate 0 is a cheap entry triage that asks only the questions capable of killing the idea outright.

The four kill questions

  • Permission — is there any contract, customer or regulatory reason this can never ship? Whose consent would we need that we do not have? Look at governed, structured capture of these policies.
  • Data — does the data physically exist, can we identify where, is it governed and can we actually reach it? Not "is there a data strategy", but can we get a file this month?
  • Oversight — is there a human-in-or-on-the-loop design that works in principle? If the value only exists once the human is removed, say so now.
  • Killer risk — name the single thing most likely to kill this. If nobody can name one, the proposal review may not have received the required level of rigour.

Mechanics

  • Owner: the AI function lead, with asynchronous legal sign-off on the permission question only. No standing meeting.
  • Turnaround: days. It is a triage verdict, not an approval.
  • Output: proceed, proceed-with-condition or stop, with the killer risk named and the condition written down.
  • Escalation: genuine ambiguity escalates to the Gate 1 board rather than stalling in Gate 0. Nothing waits for the next meeting.
  • Effort: a page, not a pack. If Gate 0 needs a pack, it has become Gate 1 and the design has failed.

Gate 0 protects the demo date, it does not delay it

The instinctive objection is that this adds a gate in front of the fast lane. But the Data question is precisely the one that determines whether a sixty-day prototype is achievable at all, and answering it in week two rather than week eight is how the day-60 date survives. A gate that stops you promising a demo you cannot build is a scheduling tool, not an obstacle. The high-heat use case, automated adverse decisions about individuals, fails Gate 0 in an afternoon; without it, the same proposal consumes a quarter first.

---

Standards crosswalk

Gate 0 answers the same four questions three frameworks ask. Tags on the gate card are NIST; the other two are mapped here so the crosswalk is auditable without cluttering the gate itself.

Gate 0 NIST AI RMF 1.0 ISO/IEC 42001:2023 EU AI Act
PermissionGOVERN 1.1 · MAP 1.1 · MAP 4.1A.9.4 · A.10.2 · A.10.3Art. 5 · Art. 6 + Annex III
DataMAP 4.1 · GOVERN 6.1 · MANAGE 2.1A.4.3 · A.7.3 · A.7.5Art. 10
OversightMAP 3.5 · GOVERN 3.2A.3.2 · A.9.2Art. 14 · Art. 26(2)
Killer riskMAP 3.2 · MAP 5.1 · GOVERN 4.1A.5.2 · A.5.4 · A.5.5Art. 9 · Art. 27
Owner / escalationGOVERN 2.1A.3.2 · A.3.3Art. 17
Verdict recordGOVERN 1.6 · MANAGE 1.1A.4.2 · A.6.1.3Art. 11 + Annex IV

---

Reference — NIST AI RMF 1.0

GOVERN

  • GOVERN 1.1 — Legal and regulatory requirements involving AI are understood, managed, and documented.
  • GOVERN 1.3 — Processes, procedures, and practices are in place to determine the needed level of risk management activities based on the organization's risk tolerance.
  • GOVERN 1.6 — Mechanisms are in place to inventory AI systems and are resourced according to organizational risk priorities.
  • GOVERN 2.1 — Roles and responsibilities and lines of communication related to mapping, measuring, and managing AI risks are documented and are clear to individuals and teams throughout the organization.
  • GOVERN 3.2 — Policies and procedures are in place to define and differentiate roles and responsibilities for human-AI configurations and oversight of AI systems.
  • GOVERN 4.1 — Organizational policies and practices are in place to foster a critical thinking and safety-first mindset in the design, development, deployment, and uses of AI systems to minimize potential negative impacts.
  • GOVERN 6.1 — Policies and procedures are in place that address AI risks associated with third-party entities, including risks of infringement of a third party's intellectual property or other rights.

MAP and MANAGE

  • MAP 1.1 — Intended purposes, potentially beneficial uses, context-specific laws, norms and expectations, and prospective settings in which the AI system will be deployed are understood and documented.
  • MAP 3.2 — Potential costs, including non-monetary costs, which result from expected or realized AI errors or system functionality and trustworthiness are examined and documented.
  • MAP 3.5 — Processes for human oversight are defined, assessed, and documented in accordance with organizational policies from the GOVERN function.
  • MAP 4.1 — Approaches for mapping AI technology and legal risks of its components, including the use of third-party data or software, are in place, followed, and documented, as are risks of infringement of a third party's intellectual property or other rights.
  • MAP 5.1 — Likelihood and magnitude of each identified impact, both beneficial and harmful, based on expected use, past uses in similar contexts, public incident reports, external feedback or other data, are identified and documented.
  • MANAGE 1.1 — A determination is made as to whether the AI system achieves its intended purposes and stated objectives and whether its development or deployment should proceed.
  • MANAGE 1.4 — Negative residual risks to both downstream acquirers of AI systems and end users are documented.
  • MANAGE 2.1 — Resources required to manage AI risks are taken into account, along with viable non-AI alternative systems, approaches or methods.

---

Reference — ISO/IEC 42001 and the EU AI Act

ISO/IEC 42001:2023 — Annex A

  • A.3.2 AI roles and responsibilities
  • A.3.3 Reporting of concerns
  • A.4.2 Resource documentation
  • A.4.3 Data resources
  • A.5.2 AI system impact assessment process
  • A.5.4 Assessing AI system impact on individuals or groups
  • A.5.5 Assessing societal impacts of AI systems
  • A.6.1.3 Processes for responsible design and development
  • A.7.3 Acquisition of data
  • A.7.5 Data provenance
  • A.9.2 Processes for responsible use of AI systems
  • A.9.4 Intended use of the AI system
  • A.10.2 Allocating responsibilities
  • A.10.3 Suppliers

EU AI Act — Reg. (EU) 2024/1689

  • Art. 5 Prohibited AI practices — the "can never ship" test
  • Art. 6 + Annex III High-risk classification
  • Art. 9 Risk management system
  • Art. 10 Data and data governance
  • Art. 11 + Annex IV Technical documentation
  • Art. 14 Human oversight
  • Art. 17 Quality management system
  • Art. 26(2) Deployer obligation to assign human oversight
  • Art. 27 Fundamental rights impact assessment

---

Sources and caveats

Two honest weaknesses in the mapping. ISO A.4.2 is a stretch for the inventory requirement: 42001 handles system inventory through clauses 6 and 8 rather than Annex A. And 42001 places legal and regulatory context in clause 4, not Annex A, so the Permission row is thinner on the ISO side than the NIST column suggests.

Mapping dated [DATE]. NIST has AI RMF 1.0 under revision, ISO has amendment work in train, and the AI Act's high-risk obligations are still phasing in.

05 — Gate 1

Ten pieces of evidence. Produce them and you promote.

The promotion gate is the strategy in one artefact. It converts "we'll be careful" into a testable claim. It is deliberately written as an evidence checklist rather than an approval meeting: the board verifies that the evidence exists and is honest, it doesn't re-litigate whether the idea was a good one. Gate 0 already told us whether it was worth trying.

G01
Data classification, signedEvery field the system will touch in production, classified and signed off by the data owner, with an explicit statement of whether regulated or special-category personal data is in scope. If the answer was yes, the gate escalates to a full security architecture review before anything else proceeds.
G02
Evaluation harness with a named baselineA repeatable eval set, named metrics, and a documented comparison against the current non-AI process...if there is one. "It seemed better in the demo" is not evidence. The baseline is what proves value to the business and what detects bias and drift for the security function.
G03
Adversarial test report, OWASP-mappedRed-team findings mapped to the OWASP Top 10 for LLM Applications, with prompt injection, sensitive information disclosure, excessive agency and unbounded consumption tested explicitly for any system with tool access or retrieval.
G04
Data lineage and retentionWhere training and retrieval data came from, which contract permits its use, where it is stored, how long it is kept, and how it is deleted on customer request or contract exit.
G05
Human oversight designNamed role who reviews, what they see, what they can override, and how the override is recorded. Specific enough to survive a GDPR Article 22 challenge on automated decision-making where relevant.
G06
Rollback and kill switch, testedDemonstrated, not documented. The system must be disableable in minutes without a deployment, and the fallback to the pre-AI process must be shown to work.
G07
Cost ceiling and consumption monitoringToken and inference spend bounded and alerted. Unbounded consumption is both a cost risk and a denial-of-service vector.
G08
AI register entry and model cardPurpose, model and version, data sources, known limitations, owner, review date. This artefact makes an ISO/IEC 42001 audit or a customer security questionnaire a retrieval exercise rather than a fire drill.
G09
Customer contract checkExplicit confirmation that the contract governing this data permits this processing. In any business selling to regulated counterparties under bespoke security schedules, this is the gate item most likely to actually be a blocker, which is why it goes before launch rather than after a customer audit finds it.
G10
DPIA where personal data is in scopeCompleted and reviewed, with the EU AI Act classification question answered on the record for that specific use case (see §09).

The commitment that makes the gate credible

Ten working days. The review board commits to a decision within ten working days of a complete evidence pack, and an incomplete pack is returned within three with a specific list of what is missing. A gate with no service-level commitment is just a queue, and a queue is what drives teams to route around governance. Security gets rigour; the business gets a date it can plan against.

06 — Readiness

Two dependencies this design would otherwise be quietly assuming.

Everything above assumes people who can build and review this work, and data that can actually be found and joined. Neither assumption is safe, and a strategy that leaves them implicit fails in month four rather than month one.

AI literacy — already a legal obligation in the EU

Article 4 of the EU AI Act requires providers and deployers to take measures supporting AI literacy among their staff and others operating AI systems on their behalf, and it has applied since 2 February 2025. Be precise about its force rather than overstate it: the Digital Omnibus amended Article 4 to remove the "sufficient level" wording, making this a duty of means proportionate to role and context, not a mandated standard, certification or course. But the obligation itself remains, and for deployers of high-risk systems the separate duty to train staff for human oversight is untouched.

The practical consequence is that literacy is not an enablement nicety to be scheduled after the platform works. For any organisation in scope it is a live compliance position that has been running since before the AI programme existed.

All staff

What we do and do not permit, how customer and regulated data differs, and how to declare something under the amnesty. Short, mandatory, recorded: the Article 4 evidence trail.

Builders

Evaluation design, retrieval architecture, prompt-injection and grounding failure modes, and how to assemble a Gate 1 pack. Without this the gate is meaningless and Lane A goes unused.

Reviewers

How to read an evaluation, what a mitigation claim actually rests on, how to tell whether the human in the loop can actually stop anything. Without this, Gate 1 approves on the confidence of the presenter rather than the evidence in the pack.

A gap to raise on day one

In many organisations there may be the skills missing on the review board today to competently assess an evaluation harness or a red-team report. This is not a criticism; it is an emerging skillset and the board may not have needed it before. But it is consequential: a board that is not fully empowered to evaluate the evidence becomes either a rubber stamp, worse than no gate because it manufactures false assurance, or a reflexive blocker, in this case it drives teams on an unscripted detour around the board.

This is answered by staffing, not process: one reviewer with genuine ML evaluation competence, should be hired, seconded from engineering with explicit independence from delivery, or retained externally for the first two or three gate reviews while internal capability is built. It's far better to name the competence dependency at design time than to discover it at the first submission.

Data readiness — and where to push back

The gate's data-lineage requirement and most operational use cases quietly assume discoverable, joinable data. Across several operating companies or acquired business units with separate lineages, there is very likely no canonical entity identity and no shared event schema, and the enterprise data model needed to create them does not exist.

Resist the conclusion that AI should wait for an enterprise data model or ontology. If it's not there already that is a multi-year programme, and making the AI roadmap dependent on its completion will make sure ensure no AI ever ships; the roadmap becomes a dependency on somebody else's roadmap. Instead, the sequencing to defend is:

Stated plainly: the lead use case needs a discrete data product, not an ontology. The group data thesis needs an ontology, and is therefore correctly not in year one.

07 — Portfolio

The two fastest things to build are usually the two safest. That is not a coincidence, it is the sequencing strategy.

Rank use cases on value against evidence and deployability: how strong the prior evidence is that the technique works, and how quickly it can reach production without touching regulated data. Applied honestly, this ranking might well put the highest-heat, biggest-headline use case near the bottom but this doesn't invalidate the process.

Read the table as a worked example, not a menu. The rows below are drawn from fintech, insurance, pharma and asset-heavy engagements, and no organisation will recognise all of them. What transfers is the ranking logic and the shape of the ordering: internal-document cases first, personal-data cases once desensitisation exists, decisioning cases last. Which archetype occupies the lead slot is contingent on the estate and the regulator, not on the technique.

Use case archetype Typical owner Value Evidence Data sensitivity Sequencing call
Internal knowledge retrieval — DDQs and security schedules (fintech), underwriting guidelines and wordings (insurance), SOPs and labelling (pharma)Commercial / 2LODHighStrongInternal documents onlyLead POC in most regulated services firms. It's fast, demoable, clears the security bar on internal-only data, and attacks a real pathology in multi-entity groups where sister companies answer overlapping questionnaires separately. It's also conditional on a permissions audit of the corpus before indexing.
Governance triage assistant — It drafts the Gate 0 assessment against policy, contract clauses and prior decisionsAI functionMediumStrongInternal policy and contractsSecond POC, and the dogfood case. Governance becomes AI's first customer. Advisory only: it drafts, the board decides. Generates evaluation data and reviewer literacy as a by-product, and answers "governance slows us down" by making governance the thing that ships first. It must pass its own Gate 1.
Literature and evidence screening — systematic review triage, competitive and regulatory horizon scanning (pharma)Medical / R&DHighStrongPublished sources onlyEarly, and often the best pharma lead case. Published corpus means no personal or GxP data, the recall target is explicit, and the manual baseline is well documented, so the business case survives scrutiny.
Submission and schedule ingestion — broker submissions, bordereaux and loss runs into structured fields (insurance)Underwriting opsHighModerateCommercial plus some personal dataQuarter 1–2. The value is addressing the unstructured, messy-input problem, not the modelling. Scope this to commercial lines first, where personal data content is absent or thinnest, before touching anything personal-lines.
Engineering code assistance across dev teamsEngineeringMediumStrongSource code and IPWeek one, as a remediation rather than adoption, if Workstream Zero finds it already in use. The decision is then not whether to adopt but whether to sanction what exists, which needs an IP and code-egress position agreed with the CISO, and a rule that nothing touches the regulated-path code without additional review.
Data desensitisation platform — PII detection, redaction and tokenisation over unstructured textData / CISOEnablerModerateProcesses the most sensitive data in the estateEnabler, not a use case. No P&L of its own; it is the dependency under everything below this line. Scope in Quarter 1 so Quarter 2 is not blocked on it. Buy before build. Must clear the highest review bar in the portfolio, not the lowest — see the second callout.
Ticket triage, deflection and FNOL summarisationCustomer service / claimsMediumStrongContains customer personal dataQuarter 2, behind desensitisation. The technique is well proven; the work here is data minimisation and redaction, not modelling.
Pharmacovigilance case intake — ICSR triage, duplicate detection, narrative drafting (pharma)Drug safetyHighModerateSpecial-category health dataQuarter 3, full gate. High-volume and genuinely costly, but safety-critical, inspection-exposed and GxP-validated. Recall on the serious-case class is the only metric that matters; a missed case is a reportable failure, not a quality dip.
AML alert triage and narrative drafting (fintech)Financial crimeHighModerateCustomer personal and transaction dataQuarter 3–4, and advisory only. Assisting drafting an analyst's disposition rationale is a different animal from deciding the disposition. Keep the closure decision human HUMAN_IN_ON_THE_LOOP, keep the model out of the SAR determination, and expect the regulator to ask how you evidence that distinction.
Reconciliation and exception triageFinance / opsMediumModerateRegulated-data adjacentThis arrives later deliberately . It Sits close enough to the regulated data environment that scope, PCI DSS or the sector equivalent, must be settled before design rather than during.
Operational telemetry and frontline diagnostics — anomaly detection over instrumented assets, fault history and manualsTechnology / field opsMediumStrongTelemetry only, no personal dataOnly where the estate exists. A mature technique that clears the security bar almost trivially, and in asset-heavy sectors it leads the whole portfolio. In a services business the P&L case is soft and the owner is not a buyer of AI strategy, so it drops well down the order.
Automated decisioning affecting individuals — eligibility, underwriting decline, pricing, fraud or enforcement scoringRiskHighContestedPersonal data plus adverse decisionsNot in year one, in any of these sectors. Highest regulatory exposure in any portfolio: GDPR Article 22 automated decision-making, unresolved EU AI Act Annex III classification, sector conduct rules on fair outcomes, and severe reputational asymmetry when it is wrong about a real person. (As a n aside consider the use of neurosymbolic reasoning) See §09.

Why the lead case is chosen on properties, not enthusiasm

The first POC should be wherever the strongest business case, the strongest technical evidence and the lowest data sensitivity coincide. In asset-heavy sectors that is operational telemetry; in fintech and insurance it is retrieval over internal documents; in pharma it is often screening over published literature. The point here is not the use case, it's that the first thing the security function reviews should be the easiest thing it will ever have to say yes to. This brings the credibility and discipline to apply it the harder pilots later.

The one caveat on the lead case. Internal-only is not the same as low risk. Document stores might carry historic permissions debt, and the first retrieval POC often surfaces material the requester was never entitled to see. The mitigation for this is a permissions audit of the corpus before indexing, not a post-match filter at query time. If the lead POC is the work that proves the security function's fears correct, the sequencing argument collapses on day one.

The primary enabling use-case - Data Desensitisation - is the exception to the sequencing logic

Every other case in this portfolio is ordered to touch as little regulated data as possible. The desensitisation platform is a building-block ordered to touch all of it, deliberately and continuously. It is simultaneously the privacy control and the largest concentration risk, so we put it through the full gate rather than the light one.

Two things follow from this. A probabilistic privacy redactor makes your compliance boundary a function of model recall, and silent failures scale with volume: ninety-seven percent recall across a million claim notes is thirty thousand leaks. And the residual risk is re-identification rather than missed tokens, because free text defeats entity detection routinely — a sentence naming no identifiers can still describe exactly one person. The evidence a reviewer needs is a RE-IDENIFICATION assessment, not a redaction accuracy score.

08 — The first 90 days

What the executive sees, and when.

Day 14
Gate 0 live · discovery underway
Day 30
Sandbox live · Gate 1 signed
Day 60
First working prototype demoed
Day 90
Two POCs · first gate submission
Days 1–14 · Cheapest things first

Gate 0, the register, and the readiness baseline

Gate 0 is a page and a decision rule. It exists in week two, before there is any platform to govern, because its whole purpose is to stop work that should not start. Open the AI register. Launch Workstream Zero discovery and the amnesty window. Run the readiness baseline: literacy by role, what is already in flight, and whether the data for the lead use case is actually reachable.

Days 1–30 · Build the road

Sandbox account and a signed Gate 1

Stand up the isolated AWS account with SCP boundaries and budget actions. Write the ten-item promotion gate and get it signed by the CISO, the single most important deliverable of the first month, because everything after it moves without further negotiation. Name the reviewer competence gap and agree how it gets filled.

Days 15–60 · First prototype

TBC

A pipeline from a bounded slice, a failure-mode model, and an honest baseline against the current reactive process. It must be demoable at day 60 with real numbers, not a mock-up. No personal or regulated data anywhere in scope, so it moves at engineering velocity rather than approval speed.

Days 30–90 · Second prototype

The proposal and RFP copilot

Retrieval over the organisation's own historical proposals, security schedules and completed RFP responses. High demo value, immediately usable by Sales, and it directly addresses fragmented bidding across entities. Guardrails and grounding checks on from the first commit; the sandbox is where controls are designed and validated, not bolted on later.

Days 75–90 · Prove the gate works

First promotion submission

Put the lead use case through the full ten-item pack. The point is not only to ship it, it is to demonstrate to both the security function and the executive that the gate is passable on a real timeline. A gate nobody has ever passed is indistinguishable from an embargo.

The dependency not to bury

The day-60 demo is contingent on the lead use case's data being reachable at useful granularity and history. Most organisations do not know on day one whether it is. Gate 0's data question establishes that in week two, and there are only two outcomes: it is reachable and the date holds, or it is not and the lead use case switches to one whose data you can actually get, most often the proposal copilot, which depends only on documents the organisation already controls.

Present that switch as a designed contingency up front rather than discovering it in week seven and missing a date already promised. A plan whose first milestone depends on an unverified assumption is not a plan, it is a hope with dates attached.

On cost — stated honestly rather than precisely

Do not put a fabricated number in front of a CFO. What can be committed to is the shape: a 90-day programme of this design is dominated by people cost, not infrastructure. Sandbox compute and inference for two bounded POCs is a rounding error against a single engineer-quarter, and it is hard-capped by budget action so it cannot surprise anyone. The real cost decision arrives at production promotion, where inference volume becomes a function of estate size and call rate. Bring a modelled envelope to the gate submission at day 90, built on measured POC token consumption rather than a vendor's estimate.

09 — Regulatory perimeter

Four regimes are obvious, and one of them moved recently.

A regulated organisation operating across EU and UK jurisdictions, handling personal or payment data, often on behalf of public authorities, sits inside several overlapping regimes at once. The positions below were current as at the date of preparation of this paper and should be re-verified against primary sources before being relied on.

EU AI Act — the high-risk timeline changed in 2026

Regulation (EU) 2024/1689 entered into force on 1 August 2024. Prohibited practices applied from 2 February 2025 and general-purpose AI obligations from 2 August 2025. The date most compliance material still quotes for high-risk obligations, 2 August 2026, is no longer correct. The Digital Omnibus, proposed in November 2025, reached trilogue agreement on 7 May 2026 and entered into force on 27 July 2026, moving stand-alone Annex III high-risk obligations to 2 December 2027 and AI embedded in regulated products to 2 August 2028. The stated rationale was that CEN/CENELEC harmonised standards were not going to be ready in time.

What this means in practice: roughly fifteen additional months before high-risk obligations bite. That is breathing room, not a reprieve, and it is not a reason to defer building the AI register and model-card discipline, because those are the artefacts the obligation will demand, and they are cheap to build now and expensive to retrofit later.

Is your use case high-risk under Annex III? Often nobody knows yet.

Annex III point 2 covers AI used as safety components in the management and operation of critical digital infrastructure, road traffic, and the supply of water, gas, heating or electricity. Most commercial scoring and forecasting models are not safety components, so that limb frequently does not apply.

Point 5, on access to essential public services, is the exam question for a large class of systems, and it is genuinely unresolved. Where a service is arguably essential and an automated score denies or restricts access to it, the classification argument is critical. Against that, Commission guidance illustrates the category with education, employment, law enforcement and migration, and doesn't list every adjacent sector. Where the operative text has not been read in the original, do not assert a classification. The correct action total would be a bounded legal opinion on the specific use case, obtained before that use case is designed, this is one of the reasons adverse-decision systems might run last in the portfolio rather than first.

The AWS finding to raise with your CISO before they raise it with you

Amazon Bedrock's cross-region inference documentation states plainly that "your input prompts and output results might move outside of your source Region during cross-Region inference", and that "to the extent we store data for abuse detection, your input prompts and output results will be stored in the destination region." Geography-scoped profiles keep traffic within the requisite geography, so an EU profile stays in the EU, but global inference profiles can route to any commercial region worldwide.

A team optimising for throughput can enable a global profile without realising it has just created a cross-border transfer. The control to deploy is an SCP prohibiting global inference profiles outright, plus CloudTrail monitoring of additionalEventData.inferenceRegion to prove where inference actually ran. This should be in the design as a named control, on day one.

Payments, data protection, and the UK

Framework anchoring

Anchor the governance layer to NIST AI 100-1 (AI Risk Management Framework 1.0, January 2023, functions GOVERN, MAP, MEASURE, MANAGE) with the generative-AI companion profile NIST AI 600-1 (July 2024), and position ISO/IEC 42001:2023 (Information technology — Artificial intelligence — Management system) as the certifiable target for year two. That last point is commercial, not merely defensive: in markets where buyers score vendors on published security criteria, being early to a recognised AI management-system certification is a differentiator an potentially an UNBLOCKER rather than a compliance cost.

10 — Security posture

The threat model, and the things this design does not cover.

A strategy that only lists build components does not tell the security function about the quality of the judgement exercised . The constraints below should be committed to.

Named controls against named threats

Threat Where it bites in a regulated estate Control
Prompt injectionA proposal copilot ingesting a hostile tender document; a diagnostic assistant reading attacker-influenced machine logsBedrock Guardrails prompt-attack filtering; strict separation of instruction and retrieved content; no tool with write access reachable from a retrieval path
Sensitive information disclosureCustomer, patient or transaction data surfacing through a retrieval index or a logSensitive-information filters with PII detection and masking; classification gate G01 before any index is built; invocation logs to KMS-encrypted S3 with restricted read
Cross-tenant leakageOne customer's data reachable from another's context, usually the single most contract-destroying failure available to a multi-customer businessPer-tenant isolation at the index and key level; tenant identity carried into every retrieval; an explicit cross-tenant test case in the G03 adversarial pack
Excessive agencyAn agent empowered to issue a refund, alter a priced product, or flag an individualRecommendation-only by default. Any write action requires a named human-on-or-in-the-loop to commit, logged with no exceptions in year one
Supply chainThird-party models, embeddings and libraries entering the stack unreviewedAn approved model list. Note that Amazon Bedrock Marketplace is excluded from Bedrock's PCI DSS and SOC scope, so Marketplace models are out of bounds for anything in or adjacent to a regulated data environment
Unbounded consumptionCost blowout, or a deliberate denial-of-wallet attack on a customer-facing featureBudget actions and per-key rate limits; gate item G07; alerts owned by the platform team, not the project team
Silent misconfigurationBedrock model invocation logging is off by default, so a system can run for months with no record of what it was asked or what it saidLogging enabled by AWS Config rule with automatic remediation, not by runbook. Absence of logs treated as an incident

What will never be done

11 — Operating model

Group-level platform, entity-level ownership.

Multiple companies under one parent creates a predictable failure mode: a central team that becomes a bottleneck nobody routes through, or several entities independently buying inconsistent AI stacks and several sets of security debt. The split below is drawn to avoid both.

Decision Owner Rationale
Platform, landing zone, guardrails, approved model listGroup AIBuild once. Four entities negotiating four Bedrock architectures is pure waste and quadruples the audit surface.
Which use cases to pursue, and their business caseEntityThe entity knows its own operation. Central teams that pick use cases pick the wrong ones.
Starting a sandbox projectEntityNo approval required. This is the whole point of the pre-approved lane: registration, not permission.
Promotion through the gateJoint boardGroup AI, Security, Legal/DPO, plus the entity's own accountable owner. Ten working days, committed.
Accepting residual risk on a production systemEntity CEORisk sits with the P&L that benefits. Central functions advise and can block on hard constraints; they do not absorb entity risk.
Customer contractual clearanceEntityThe entity holds the contract and the customer relationship. Group AI supplies the standard clause language.
Hard security constraints and the "will not do" listCISONon-negotiable and non-delegable. The list in §10 is the CISO's, not the AI function's.

Data separation is usually the group's hardest unsolved problem

A vertical or horizontal span across business units is the commercial prize, and pooling that data is the obvious leap. It's also what to target most cautiously. Data held on behalf of a customer is held under that customer's contract; data inside a payments or health perimeter carries its own regulatory scope; combining them can be commercially attractive but contractually impossible. The defensible first-year position is that cross-entity data combination is a dedicated legal and contractual workstream, not an engineering one. Build the platform so that it could support it, but nothing actually crosses an entity boundary until the contracts say it may. Building the capability and asserting the permission are different, and confusing them is a regulatory risk.

12 — Pressure test

The questions this design raises, and direct answers.

CISO"You've implied our engineers are already using AI coding tools. On what basis? We block that at the egress proxy."

Then that is a good finding and it belongs on the record, because it is the answer you can give a customer's risk team when they ask. This is legitimate as a reason to go and look and illegitimate as a conclusion. This is why §02 is written as a question rather than an assertion, and why Workstream Zero is worth running even when the answer is "nothing", because a verified negative is worth more than anyone's assumption. The category still worth checking is embedded vendor AI arriving inside products you already own by update rather than by decision, as an egress control on developer tooling will not necessarily catch it.

Exec"You've just added a gate in front of the fast lane. Isn't that precisely the bureaucracy you claimed to be removing?"

It would be, if Gate 0 were an approval. It is a triage verdict: one page, single owner, requiring asynchronous legal input on the contract question only, and no standing meeting to wait for. Gate 0 must never be the reason something is late; if it acquires a pack, a committee or a calendar slot it has become Gate 1 and the design has failed. It also buys more time than it costs: the data question is what tells you in week two whether the sixty-day prototype is buildable at all, which protects the demo date rather than threatening it.

Exec"Shouldn't we fix the data model across the group before doing any of this?"

No, and this is worth pushing back on firmly. An enterprise data model across several companies with separate lineages is a multi-year programme, and making the AI roadmap depend on its completion is one of the most reliable ways to ensure nothing ever ships; the roadmap becomes a dependency on somebody else's roadmap. What the lead use case needs is one well-modelled data profile package. Combining business units genuinely needs identity resolution and a shared model, which is why w push it to a year-two enabler and not a blocker in the route to value.

CISO"Your gate requires someone to judge an evaluation harness and a red-team report. Who on my board can do that today?"

Maybe nobody, and it is better to say so now than to discover at the first submission. It is not a criticism; the board may not have needed the skill before. But the consequence is severe: a board that cannot assess the evidence becomes either a rubber stamp, worse than no gate because it manufactures assurance, or a reflexive blocker. That is a staffing answer, not a training answer: it can be one reviewer with real ML evaluation competence, seconded from engineering with explicit independence from delivery, or retained externally for the first two or three reviews while the capability is built. It is also a live compliance matter: Article 4 of the EU AI Act requires AI literacy measures proportionate to role since February 2025.

CISO"Your sandbox is a pre-approved path for engineers to do whatever they want. Why is that not just sanctioned shadow AI?"

Because it is addressed from four directions simultaneously: data (synthetic and de-identified only, enforced by account isolation), exposure (no internet-facing endpoint, no real user), time (60 days then automatic teardown), and money (a hard budget cap). Shadow AI is unbound on all four and invisible on top. It's far better to have every experiment in the organisation happening inside a boundary you designed than a fraction of them happening on someone's personal account with customer data pasted in. The register is the point.

CISO"Synthetic data always leaks something. How do you know your sandbox data is actually safe?"

This is the fairest challenge to the whole design, and de-identification is not a solved problem. Two mitigations. First, the lead use case should be chosen so that the re-identification surface is genuinely small; machine telemetry is not behavioural data about people. Second, the sandbox boundary means that even if de-identification is imperfect, the data never leaves an isolated account and is never exposed to a real user, so a residual leak has nowhere to go. Where a use case needs data that cannot be safely synthesised, support triage most often, it does not belong in Lane A and should go straight to a gated design review. Narrow the lane rather than weaken it.

Exec"Ninety days for two prototypes. Competitors are shipping AI features now. Isn't the gate just a slower way to lose?"

The gate applies to production, not to prototypes; you see working software at day 60 and nothing in this design slows that down. On the competitive point, the premise deserves challenge: in regulated markets, an AI feature that mishandles customer data is not a lost quarter, it is a lost framework agreement, a regulatory notification and a security questionnaire you cannot be answered cleanly. This is not slower shipping; it is shipping in a risk-aware order.

CISO"You've committed to a ten-day gate decision. What happens the first time you can't meet it?"

Then the commitment was wrong, because a gate that silently becomes a thirty-day queue is worse than an honest thirty-day gate; teams plan around the published number and lose trust when it moves. If the board cannot support ten days at volume, the correct response is to fix the throughput or change the published number, not to absorb the delay invisibly.

Exec"Where is the revenue? An operational model and an internal copilot are both cost centres."

Agreed, and it is requires commitment. The first sellable capability in most portfolios is a forecasting or insight feature offered to customers, and it drops at quarter three because it needs per-customer contractual clearance that does not exist today. The honest framing of year one is that it buys three things: measurable operational margin, a higher win rate on bids, and, least visible but most durable, the ability to answer a customer's AI security questionnaire with a certifiable management system while competitors are still drafting policies. In regulated procurement, the last point is critical.

CISO"You're betting the whole platform on Bedrock. What is the exit if AWS changes terms or pricing, or a model is withdrawn?"

This is a real risk, and being an AWS shop does not remove it. The mitigation is architectural discipline rather than multi-cloud theatre: model access sits behind an internal abstraction so the model is a swappable dependency, evaluation harnesses are model-agnostic by design so a substitution can be measured rather than guessed at, and no prompt engineering is allowed to be burned in around a single model's quirks. Running a parallel second cloud for insurance is a very expensive hedge, a specific model version must never become unswappable.

Exec"Do you actually need a new platform, or is this an engineering team wanting a project?"

The platform is deliberately thin: an isolated account, a set of guardrails and SCPs, a register, and a gate document. It is closer to a week of platform engineering plus a difficult conversation than to a build programme. If it grows into a large platform project, treat that as evidence the design was flawed,

13 — Sources & verification

Technical and Regulatory claims

Each factual assertion above was verified against a primary source at the date of preparation. Where a source could not be confirmed, this paper says so rather than asserting.

Currency note

Regulatory positions are stated as at September 2026. AWS service behaviour and compliance scope change without notice, and the EU AI Act implementation timeline has already moved once. Re-verify every dated claim against the primary sources below before relying on it in a customer-facing document, a board paper or a regulatory submission. Nothing here is legal advice.

AWS — primary documentation

Regulatory — primary sources

Stated as unverified