MODULE 6 OF 6 · APPLIED

AI-era Digitalisation

45 min 3 outcomes Interactive quiz

By the end of this module you will be able to:

  • Explain foundation models, prompting, retrieval and fine-tuning in plain English, and choose between them on the failure you are trying to avoid
  • Distinguish a copilot from an agent, name the control points an agentic system requires, and explain what the Model Context Protocol does and does not settle
  • State the AI Act risk levels and the duty attached to each, contrast the UK approach, and choose management-system anchors for AI governance

Ten principles for AI in government, and the centre of gravity is not the model.

On 10 February 2025 the Government Digital Service published the Artificial Intelligence Playbook for the UK Government: guidance on using AI safely, effectively and securely for civil servants and people working in government organisations. It was an expanded version of the Generative AI Framework for HMG released in January 2024, widened from generative AI to a broader range of AI technologies.

The playbook sets out ten principles, in this order. You know what AI is and what its limitations are. You use AI lawfully, ethically and responsibly. You know how to use AI securely. You have meaningful human control at the right stages. You understand how to manage the full AI life cycle. You use the right tool for the job. You are open and collaborative. You work with commercial colleagues from the start. You have the skills and expertise needed to implement and use AI solutions. You use these principles alongside your organisation's policies and have the right assurance in place. Alongside them the playbook states that AI should not be used on its own in high-risk areas which could cause harm to someone's health, safety, fundamental rights or the environment.

Put that list beside a typical AI business case and the mismatch is obvious. The business case describes a capability. The principles describe an operating model: which person reviews which output, at which life cycle stage, against which record, and who sees the evidence afterwards. Programmes that cannot answer those questions before procurement do not answer them afterwards either. They simply discover, later and more expensively, that they bought a capability their process could not absorb.

What has to be true about your process, your data and your review record before an AI system is worth pointing at them?

Every argument about AI governance eventually turns on a technical distinction that most of the argument never makes explicit: which part of the system you are actually changing when you try to make it behave.

12.1 Foundation models, and the four ways to change what one does

A produces language by repeatedly predicting the next token. Its fluency comes from approximating the statistical distribution of the text it was trained on, and so does its capacity for confident error. The NIST Generative AI Profile, AI 600-1, names that failure mode confabulation, defined there as the production of confidently stated but erroneous or false content, known colloquially as or fabrication. The renaming earns its keep: the danger is not that the model is sometimes wrong, it is that wrong output arrives in exactly the same register as right output. The same profile notes that outputs may include confabulated logic or citations that purport to justify the answer, which is what makes a confident error harder to catch than a blank one.

A foundation model is one trained on broad data that can then be adapted to many downstream tasks. Adaptation is where practitioners get confused, because four different techniques are described with the same loose verb. Prompting changes the instruction and nothing else. pairs the model with a separate retrieval system so the material the answer is built from is fetched at answer time rather than recalled from weights. continues training from an existing checkpoint, so it changes the weights themselves. Pretraining builds a new model from random weights.

Sorting them by cost is the wrong first move. Sorting them by the failure you want to avoid is the right one. If the failure is that the system does not know something, fine-tuning is the wrong instrument, because retraining is a slow and expensive way to load a fact that a retrieval step could have supplied in milliseconds. If the failure is that the output arrives in the wrong shape, tone or format, retrieval will not help, because the material was never the problem. If the failure is that retrieval returns the wrong document, no amount of prompt engineering repairs it, because the model is answering faithfully from what it was handed.

Two further terms belong in the same conversation. An is one whose trained parameters are published for download, which changes where the model runs and what you may do with it, though open weights are not the same as an open training process. A is post-trained to work through a problem in steps before answering, which earns its extra tokens and latency on hard problems with a checkable answer and rarely on routine text. Neither is a governance answer. Both are choices about where cost and control sit.

Four ways to change what a model does

Each of the four options is drawn with what it will not fix beside what it changes, prompting cannot add missing knowledge and fine-tuning cannot keep facts current, so the failure a team is trying to remove decides the option rather than the ambition of the technique.

Prompting changes the instruction, retrieval changes what the model is shown, fine-tuning changes the weights, and pretraining builds a new model. Pick the cheapest one that meets the need: the UK government AI Playbook makes that its sixth principle.

Four ways to change what a model does, and what each one fails at A four-row comparison table. The columns are Approach, What it changes, Reach for it when, and What it will not fix. The rows are Prompting, Retrieval, Fine-tuning and Pretraining. Prompting changes the instruction only and cannot add knowledge the model was never trained on. Retrieval changes what the model is shown at answer time and still returns confident answers from the wrong document when retrieval is weak. Fine-tuning changes the weights from a pretrained checkpoint and is the wrong instrument for keeping facts current. Pretraining builds a whole model and is beyond most programmes on cost and data scale. A closing band states the rule: pick the cheapest option that meets the need, which is principle six of the UK government AI Playbook. FOUR OPTIONS, FOUR DIFFERENT FAILURES Prompting, retrieval, fine-tuning and pretraining change different things, so the wrong choice failswhere the right one never would. ApproachWhat it changesReach for it whenWhat it will not fix Prompting The instruction only.Weights and stored data areuntouched.The task can be described inwords and the facts are alreadyin the prompt.It cannot add knowledge themodel was never trained on. Retrieval What the model is shown atanswer time, not theweights.Answers must track a corpusthat changes faster than anytraining run.Weak retrieval still returns aconfident answer from the wrongdocument. Fine-tuning The weights, continued froma pretrained checkpoint.Format, tone or a narrow taskthe base model keeps gettingwrong.It is the wrong instrument forkeeping facts current. Pretraining A whole model, trained fromrandom weights on your owncorpus.Rarely outside a lab with thedata, compute and evaluation tojustify it.Cost and data scale put itbeyond most programmes. THE RULE Pick the cheapest option that meets the need. The UK government AI Playbook makes that its sixthprinciple: you use the right tool for the job.

Adaptation decides what a system knows and how it speaks. It says nothing about who decides what happens next, which is the distinction that changes the control design.

12.2 Copilots, agents, and where control has to sit

A copilot drafts, summarises or suggests inside a tool somebody is already using, and a person commits the result. An chooses the order of its own steps and calls tools to carry them out, so the path is settled while the run happens rather than written in advance. Anthropic's engineering guidance, published in December 2024, draws the line in the same place and adds a useful middle term: workflows are systems where models and tools are orchestrated through predefined code paths, while agents dynamically direct their own processes and tool usage. Most systems that ship are workflows wearing the word agent.

The distinction matters because it moves the blast radius. A copilot's worst case is one bad suggestion, and a person is standing between that suggestion and any consequence. An agent's worst case is everything its tools can reach, and there may be no person in the loop at the moment the damage happens. That is whycannot be governed by reviewing the plan: there is no fixed plan to review. It has to be governed at the boundary.

Five control points do that work. A tool allowlist names every tool a run may call, so anything unlisted fails closed. A human checkpoint is a named step where a person approves before an action lands. A stopping condition caps turns, spend and elapsed time, so a loop ends without a person noticing it. Least privilege means task-scoped credentials in a sandbox rather than standing administrative rights. An action log keeps every call and every result, so a run can be replayed and explained after the fact. Anthropic's guidance recommends checkpoints where an agent pauses for human feedback and stopping conditions such as a maximum number of iterations. The NCSC guidelines for secure AI system development, published on 27 November 2023, cover the surrounding discipline across four areas: secure design, secure development, secure deployment, and secure operation and maintenance, with logging and monitoring sitting in the last of these.

None of these five is exotic. Four of them are ordinary production engineering controls that a well-run service already has for its batch jobs. What changes is that an agent will use whatever it is given, in combinations nobody enumerated, which makes the width of the allowlist the single most consequential design decision in the system.

Common misconception

An agent is safe if a person reviews its output.

Reviewing output governs a copilot, because the output is the action. An agent acts as it goes: it has already called the payment API, sent the email or deleted the record by the time any output reaches a reviewer. The control has to sit in front of the tool call, not behind the summary. That is what a tool allowlist, a human checkpoint before privileged actions and a stopping condition are for. Output review is still worth having; it is simply not the control that protects you.

Copilot, agent, and the five control points

One panel puts the decision with the person and the other with the model, and the connector running down to the rail reads agent shape forces these, so the five control points answer a blast radius of everything the tools can reach rather than one suggestion.

A copilot proposes and a person commits, so the blast radius is one suggestion. An agent settles its own path while it runs, so the blast radius is whatever its tools can reach, and the control moves to the boundary: allowlist, checkpoint, stopping condition, least privilege, action log.

Copilot and agent compared, with the five control points an agentic run needs Two panels side by side. The left panel, Copilot, has the decision sitting with the person: the model drafts, summarises or suggests inside a tool somebody already uses, and every output passes a human before it becomes an action, so the blast radius is one suggestion. The right panel, Agent, has the decision sitting with the model: it chooses the order of steps and calls tools, with the path settled while the run happens, so the blast radius is everything its tools can reach. A connector labelled same model joins the two. Beneath them a rail of five control points: tool allowlist, human checkpoint, stopping condition, least privilege, and action log. A closing band attributes checkpoints and stopping conditions to Anthropic's agent guidance and logging and monitoring to NCSC secure AI guidance. WHERE THE DECISION SITS A copilot proposes and a person commits. An agent picks its own next step, so control moves to theboundary around it. DECISION SITS WITH THE PERSON Copilot The model drafts, summarises or suggests inside a toolsomebody is already using. Every output passes a humanbefore it becomes an action. Blast radius: one suggestion a person canreject. DECISION SITS WITH THE MODEL Agent The model chooses the order of steps and calls toolsto carry them out. The path is settled while the runhappens rather than written in advance. Blast radius: everything its tools can reach. agent shape forces these FIVE CONTROL POINTS AN AGENTIC RUN NEEDS Tool allowlist Name the tools a runmay call. Anythingelse fails closed. Human checkpoint A named point wherea person approvesbefore a step lands. Stopping condition A cap on turns,spend and elapsedtime, so a loopends. Least privilege Task-scopedcredentials in asandbox, notstanding admin. Action log Every call andresult kept, so arun can be replayed. WHERE THESE COME FROM Anthropic's agent guidance recommends checkpoints where an agent pauses for human feedback and stoppingconditions such as a maximum number of iterations. NCSC secure AI guidance covers logging and monitoringafter deployment.

Once an agent needs tools, somebody has to decide how those tools are described, discovered and connected. That is an integration problem before it is an AI problem.

12.3 What the Model Context Protocol settles

The is an open protocol for connecting AI applications to external data sources and tools. Its specification is built on a TypeScript schema and uses JSON-RPC 2.0 messages over stateful connections with capability negotiation at the start. It names three roles: hosts, which are the applications that initiate connections; clients, which are the connectors inside a host; and servers, which are the services that supply context and capabilities. Servers offer resources, which are context and data, prompts, which are templated messages and workflows, and tools, which are functions the model can execute. Clients may offer sampling, roots and elicitation back to the server.

The reason architects care is the arithmetic. Without a shared protocol, connecting a set of AI applications to a set of internal systems is a bespoke connector per pairing, and the count grows as the product of the two sets. With one, each system needs a single server and each application a single client, and the count grows as the sum. That is the same argument that made the Language Server Protocol worth having in developer tooling. The specification claims the parallel modestly: MCP takes some inspiration from the Language Server Protocol, which standardises how support for programming languages is added across an ecosystem of development tools, and MCP standardises the equivalent step for context and tools.

What the protocol does not settle is trust. The specification is explicit that it cannot enforce its security principles at the protocol level, and it puts the obligations on implementors: users must explicitly consent to and understand data access and operations, hosts must obtain explicit user consent before invoking any tool, and descriptions of tool behaviour such as annotations should be considered untrusted unless they come from a trusted server. That last clause carries the most weight. A tool description is text that an agent reads and acts on, which makes a server you do not control an input channel into your own decision-making.

Common misconception

Adopting MCP is a security improvement, because it standardises how tools are connected.

It standardises the interface, which is a maintainability improvement and a real one. Security depends on what you then connect. A standard connector makes it faster to attach a server nobody has reviewed, and the specification itself warns that tool descriptions from an untrusted server should not be believed. The protocol reduces integration cost. Deciding which servers are permitted, what credentials they receive and what is logged remains entirely yours.

Integration decides what a system can reach. Regulation decides what it is allowed to be pointed at, and the two regimes closest to a UK practitioner answer that question in opposite ways.

12.4 Risk levels in the AI Act, and the UK's different bet

The sorts systems by risk into four levels. Unacceptable risk covers practices judged a clear threat to the safety, livelihoods and rights of people, and those are banned. High risk covers systems that can pose serious risks to health, safety or fundamental rights, including applications in employment, education, critical infrastructure and law enforcement, and those carry strict obligations. Transparency risk covers situations where people should be told they are dealing with a machine, and carries disclosure duties. For minimal or no risk, which the Commission says is the vast majority of current EU applications, the Act introduces no rules.

The classification follows the use, not the model. The same base model can sit in two different levels depending on what it is pointed at, which makes tiering a deployment question rather than a procurement one, and makes the register of deployments the artefact that actually carries your compliance position. models are handled separately again, with duties that fall on the model provider rather than only on whoever deploys the model.

On dates, take them from the Commission rather than from commentary, because the Act has one general date and several exceptions, and a summary tends to quote whichever it saw first. The Commission states that the Act entered into force on 1 August 2024 and will be fully applicable two years later on 2 August 2026, with some exceptions. The exceptions it lists are these: prohibited practices and AI literacy obligations entered into application from 2 February 2025, governance rules and obligations for general-purpose AI models became applicable on 2 August 2025, rules for systems used in certain high-risk areas will apply from 2 December 2027, and for systems integrated into products such as lifts or toys the rules will apply from 2 August 2028. Plan the transparency disclosure duties against the general date, because they are not among the exceptions the Commission carves out, which makes 2 August 2026 the deadline nearest to hand for most deployments.

The UK made a different bet. The 2023 white paper on AI regulation set five cross-cutting principles for existing regulators to apply: safety, security and robustness; appropriate transparency and explainability; fairness; accountability and governance; and contestability and redress. It stated plainly that the government would “not put these principles on a statutory footing initially”, and anticipated a duty on regulators to have due regard to them when parliamentary time allowed. Thedescribes itself as a research organisation within the Department for Science, Innovation and Technology. It evaluates and publishes, and it does not describe itself as a regulator or claim any regulatory power. Read it alongside the white paper and the position is consistent: the duties that bind a UK deployment still come from the existing regulators and from data protection law, and the institute supplies evidence into that system rather than sitting above it.

AI Act risk levels beside the UK approach

The four tiers are defined by the use a system is put to, and only when a deployment is chosen is the tier settled, because the same model can sit in two of them depending on what it is pointed at rather than on what was bought.

The AI Act sorts systems by what they are used for, into unacceptable, high, transparency and minimal risk, and attaches a different duty to each. The UK white paper instead set five cross-cutting principles for existing regulators and said they would not go on a statutory footing initially.

The AI Act's four risk levels beside the UK principles-based approach A stack of four rows on the left under the heading European Union, four risk levels. Unacceptable risk is banned, covering practices judged a clear threat to the safety, livelihoods and rights of people. High risk is allowed under strict obligations in areas such as employment, education, critical infrastructure and law enforcement. Transparency risk is allowed with disclosure duties so people are told when they are dealing with a machine. Minimal risk carries no rules under the Act and holds most current EU applications. A panel on the right sets out the United Kingdom approach: the 2023 white paper set five cross-cutting principles for existing regulators, said they would not be put on a statutory footing initially, and the AI Security Institute researches and evaluates rather than regulating. Beneath, four date chips state the application dates given by the European Commission: 2 February 2025 for prohibitions, 2 August 2025 for governance and general-purpose AI obligations, 2 December 2027 for certain high-risk uses, and 2 August 2028 for systems integrated into products. TIER FOLLOWS THE USE, NOT THE MODEL The same model can sit in two different tiers depending on what you point it at, which makesclassification a deployment question rather than a procurement one. EUROPEAN UNION: FOUR RISK LEVELS Unacceptable Banned. Practices judged a clear threat to thesafety, livelihoods and rights of people. High risk Allowed under strict obligations in areas suchas employment, education, criticalinfrastructure and law enforcement. Transparency Allowed with disclosure duties, so people aretold when they are dealing with a machine. Minimal risk The Act introduces no rules. Most current EUapplications sit here. UNITED KINGDOM Principles, not one statute The 2023 white paper set fivecross-cutting principles for existingregulators to apply: safety, securityand robustness; appropriatetransparency and explainability;fairness; accountability andgovernance; contestability andredress.It stated that the principles wouldnot be put on a statutory footinginitially.The AI Security Institute researchesand evaluates. It is not a regulator. APPLIES FROM, AS STATED BY THE EUROPEAN COMMISSION 2 February 2025 Prohibitions onunacceptable practicestook effect. 2 August 2025 Governance rules andgeneral-purpose AIobligations becameapplicable. 2 December 2027 Rules for systems used incertain high-risk areaswill apply. 2 August 2028 Rules for systemsintegrated into productswill apply. SOURCES ON THE FIGURE Tiers and dates: European Commission, AI Act regulatory framework. UK column: AI regulation, apro-innovation approach (2023) and the AI Security Institute.

The absence of a single UK AI statute does not mean an absence of enforceable duties. The binding constraint on most UK deployments sits in data protection law and has nothing to do with how the model was built.

12.5 Automated decisions and meaningful human involvement

Section 80 of the replaces Article 22 of the UK GDPR with new Articles 22A to 22D, and Schedule 6 carries the consequential amendments through the UK GDPR and the Data Protection Act 2018. The section came into force at Royal Assent for specified purposes, and for the remaining purposes on 5 February 2026 by commencement regulations. That is the date to check when somebody tells you the rules on automated decision-making have not changed.

The operative test is not whether a model was involved. It is whether a person was. The Act defines a decision as based solely on automated processing where there is no meaningful human involvement in the taking of it, and directs that when considering whether there is meaningful human involvement, a person must consider, among other things, the extent to which the decision is reached by means of profiling. A rubber stamp is not involvement. A caseworker who cannot see the inputs, cannot reach a different answer and has no time budget to try is closer to a stamp than to a decision-maker.

Where a qualifying automated decision is permitted, safeguards attach. They must provide the data subject with information about the decisions taken in relation to them, enable them to make representations about those decisions, enable them to obtain human intervention on the part of the controller, and enable them to contest the decision. Read as a design brief rather than as a legal footnote, that is a specification for four product features: a notification, a representations channel, an escalation route to a human with authority, and a contest path. None of them appear by accident, and none of them can be added convincingly after launch.

The question sits underneath all of this and is often answered last, which is the wrong order. A model trained or prompted on personal data inherits the basis on which that data was collected, and a purpose the original notice did not describe is a new purpose whatever the technology.

a decision is based solely on automated processing if there is no meaningful human involvement in the taking of the decision

Data (Use and Access) Act 2025, section 80 - new UK GDPR Article 22A, legislation.gov.uk

This is the sentence that decides whether the safeguards apply to your service, and it is a test about your process rather than about your model. Two teams can deploy the same model and land on opposite sides of it: one routes the score to a caseworker who sees the inputs and has authority to disagree, the other routes it to a queue where the score is the decision and the human is a formality. Design the review before you tune the model, because the review is what the law is measuring.

Duties describe outcomes. An organisation still needs a repeatable way to show it reaches them, which is what the management-system standards exist to provide.

12.6 Management-system anchors for AI governance

Two anchors do most of the work, and they are not alternatives.:2023, first edition, published on 18 December 2023, is the management system standard for artificial intelligence. It specifies requirements and guidance for establishing, implementing, maintaining and continually improving an AI management system within an organisation, and it applies to any organisation that provides or uses products or services using AI systems, whatever its size or type. AI risk is then handled through documented policy, accountability and review rather than case by case. Third-party certification against it is now accredited in the UK: UKAS granted BSI the first accreditation for certifying AI management systems to ISO/IEC 42001:2023 on 15 January 2026. That is what changes an auditor's question and what a customer's assurance questionnaire will demand.

The does something different. Released as version 1.0 on 26 January 2023, it is voluntary, organised around four functions, govern, map, measure and manage, and applied through profiles written for a particular setting. NIST released the Generative AI Profile on 26 July 2024 to help organisations identify the risks posed uniquely by generative AI. Because nobody can be found in breach of it, its value is as a shared vocabulary for arguing about AI risk inside an organisation, which is a more useful thing than it sounds when the argument is between a product team and a risk committee who do not otherwise share a word.

Layer them onto the accountability structure you already have rather than beside it. Under , the product team that builds and operates the system owns the first line, the risk or compliance function that sets the AI policy and reviews the deployment register owns the second, and internal audit tests both. Standing up a separate AI ethics board that sits outside all three is the most common way to produce a governance artefact nobody is accountable for.

A management system certificate is evidence of a process, not evidence that any particular model is safe. The two are routinely confused in procurement, where a certificate on a supplier's wall is treated as an answer to a question about a specific deployment that the certificate never examined.

Every control described so far assumes something the organisation may not have: a process definite enough to insert a checkpoint into, and data reliable enough to be worth retrieving.

12.7 Why AI adoption punishes weak foundations

AI is unusually unforgiving of the conditions it arrives into, and the reason is structural rather than technical. Conventional automation fails loudly. A batch job against a malformed file throws an exception, and somebody is paged. A generative system given the same file produces a fluent, plausible, wrong answer and nobody is paged at all. Poor data quality stops being an operational nuisance and becomes an invisible correctness problem, which is a far more expensive category.

The same asymmetry applies to process. Retrieval only helps if there is a defined corpus with an owner, a refresh cadence and a rule for what leaves it. A that names the schema, the owner and the expectations is what turns a shared folder into something an AI system can be pointed at responsibly. Where an organisation has already built the layered pipeline discipline of the, the retrieval corpus has an obvious home. Where it has not, the corpus becomes whatever a team could get read access to, which is how a model ends up quoting a superseded policy with total confidence.

Undocumented process is the third weakness, and the one most often mistaken for a reason to adopt AI rather than a reason to wait. You cannot place a human checkpoint in a process nobody has written down, because there is no agreed step to place it at. You cannot evaluate an assistant against a task whose correct answer the organisation has never articulated. Programmes in this position usually discover it during evaluation design, at the point where somebody asks what a good answer looks like and three experts give three different ones.

Read that way, an AI pilot is a diagnostic instrument. It measures data ownership, process definition and review capacity, and it reports its findings as in the surrounding system. Organisations that treat a disappointing pilot as a model problem buy a different model and get the same result. Organisations that read the same pilot as a foundations problem fix the corpus, name the owner, write the process down, and find that the second attempt works with the model they already had.

Loading interactive component...
Loading interactive component...
12.8 Check your understanding

A local authority deploys an assistant that drafts eligibility decisions for a discretionary grant. The draft, including a recommended outcome, is placed in a queue where an officer clicks Accept or Reject. Officers handle 90 cases a day, cannot see the underlying evidence from the queue screen, and accept 99.6% of drafts. Under the automated decision-making rules introduced by section 80 of the Data (Use and Access) Act 2025, what is the most defensible reading?

A team has built an assistant that answers staff questions about internal policy. It is accurate on last year's policies and wrong on the three that changed in April, always confidently and always in the correct house style. Which change addresses the failure, and which would waste the budget?

A supplier proposes an agent that can read a customer record, issue a refund and email the customer, and offers its ISO/IEC 42001 certificate as assurance. Which response is the most accurate about what that certificate does and does not establish?

Core distinctions

  • Prompting changes the instruction, retrieval changes what the model is shown, fine-tuning changes the weights, and pretraining builds a new model. Choose on the failure you are trying to avoid, then on cost.
  • A copilot's blast radius is one suggestion a person can reject. An agent's is everything its tools can reach, so the control moves in front of the tool call: allowlist, human checkpoint, stopping condition, least privilege, retained action log.
  • The Model Context Protocol standardises hosts, clients and servers over JSON-RPC and turns a connector per pairing into a server per system. Its own specification says it cannot enforce security at the protocol level and that tool descriptions from an untrusted server should not be believed.
  • The AI Act sorts systems by the use they are put to, into unacceptable, high, transparency and minimal risk, with general-purpose AI models handled separately. It is fully applicable from 2 August 2026, and every other date the Commission gives is an exception to that one: 2 February 2025, 2 August 2025, 2 December 2027, 2 August 2028.
  • The UK route is different in kind: five cross-cutting principles for existing regulators, stated in 2023 as not being put on a statutory footing initially, with the AI Security Institute describing itself as a research organisation that evaluates and publishes rather than as a regulator.
  • Section 80 of the Data (Use and Access) Act 2025 makes meaningful human involvement the operative test for automated decisions, and attaches safeguards that read as a product specification: information, representations, human intervention and a contest path.
  • ISO/IEC 42001 certifies a management system and the NIST AI Risk Management Framework supplies a voluntary vocabulary across govern, map, measure and manage. Neither is evidence that a specific deployment is safe.
  • AI fails quietly where conventional automation fails loudly, so weak data ownership and undocumented process show up as invisible correctness problems. A disappointing pilot is usually a foundations diagnosis, not a model verdict.

Standards and sources cited in this module

  1. European Commission, AI Act regulatory framework

    digital-strategy.ec.europa.eu

    Primary source for the four risk levels, for the general application date of 2 August 2026, and for every exception date quoted in Section 12.4 and printed on the risk-level figure.

  2. Data (Use and Access) Act 2025, section 80

    legislation.gov.uk, new UK GDPR Articles 22A to 22D

    The automated decision-making provisions quoted in Section 12.5, including the meaningful human involvement test and the four safeguards, with the commencement note for 5 February 2026.

  3. AI regulation: a pro-innovation approach, white paper

    gov.uk, published 29 March 2023

    Source for the five cross-cutting principles and for the statement that they would not be put on a statutory footing initially, used in Section 12.4.

  4. Artificial Intelligence Playbook for the UK Government

    Government Digital Service, published 10 February 2025

    All ten principles as listed in the opening story, in the order the playbook gives them, and the statement that AI should not be used on its own in high-risk areas.

  5. NCSC, Guidelines for secure AI system development

    ncsc.gov.uk, published 27 November 2023

    The four areas of secure design, development, deployment, and operation and maintenance referenced in Section 12.2, including logging and monitoring after deployment.

  6. NIST, AI Risk Management Framework

    nist.gov, AI RMF 1.0 released 26 January 2023

    The govern, map, measure and manage functions and the Generative AI Profile date used in Section 12.6.

  7. NIST AI 600-1, Generative Artificial Intelligence Profile

    nist.gov, published July 2024

    The definition of confabulation used in Section 12.1, including the colloquial names hallucination and fabrication, and the observation that outputs may carry confabulated logic or citations.

  8. ISO/IEC 42001:2023, Information technology, Artificial intelligence, Management system

    IEC webstore, first edition published 18 December 2023

    The designation, edition, publication date and scope of the AI management system standard described in Section 12.6 and used by the third quiz question.

  9. UKAS grants first accreditation for ISO/IEC 42001

    ukas.com, 15 January 2026

    Evidence that certification against ISO/IEC 42001:2023 is accredited in the UK, which is what the certifiability claim in Section 12.6 rests on.

  10. Model Context Protocol specification

    modelcontextprotocol.io

    Hosts, clients and servers, the resources, prompts and tools features, and the security principles quoted in Section 12.3, including the treatment of tool descriptions as untrusted.

  11. Anthropic engineering, Building effective agents

    published 19 December 2024

    The workflow and agent distinction and the guardrail recommendations, including checkpoints for human feedback and stopping conditions, used in Section 12.2.

  12. AI Security Institute

    aisi.gov.uk

    The institute's own description of itself as a research organisation within the Department for Science, Innovation and Technology, used in Section 12.4. The page uses no regulatory language about itself, which is the basis for the reading given there.

Applied digitalisation ends here. The stage summary pulls the pipeline, measurement, integration, architecture, operations and AI threads back into one spine before the scenario practice tests the judgements they turn on.

The corpus owner, the written-down process and the reviewer with authority to disagree are operating model questions before they are AI questions, which is why the promotion gate blocked on the two artefacts no choice of model could have supplied. Those artefacts acquire their owners in strategy, roadmaps and target operating models, where the operational backbone has to be reliable before anything built on it is worth funding, and the governance dimension of a target operating model is the one that settles who is accountable for a decision rather than which system produced it.

Module 14 of 28 · Applied systems and AI