Skip to content

Blog

Notes from the field

5 min read

ISO 42001 Clause 10 explained: improvement

Clause 10 is what makes the AI management system a living thing rather than a snapshot. It commits you to continual improvement and gives you a disciplined way to handle things that go wrong: nonconformity and corrective action. Here is what Clause 10 requires, and why it closes the loop.

ISO 42001 Governance AIMS
Read story
6 min read

ISO 42001 Clause 5 explained: leadership

Clause 5 is where AI governance either gets real or stays a slide deck. It puts three duties on top management: lead and commit, set an AI policy, and assign clear roles and authority. Here is what Clause 5 actually requires, and why auditors treat weak leadership as a fail.

ISO 42001 Governance AIMS
Read story
6 min read

ISO 42001 Clause 6 explained: planning and AI risk

Clause 6 is the engine room of ISO 42001. It is where you assess AI risk, treat it, produce a Statement of Applicability against Annex A, assess system impact, and set measurable objectives. This is the clause auditors spend the most time on. Here is what it actually requires.

ISO 42001 Governance AIMS
Read story
6 min read

ISO 42001 Clause 7 explained: support

Clause 7 is what makes the plan runnable. It covers the resources, competence, awareness, communication and documented information the AI management system needs to actually function. Neglect it and a well-designed system quietly stops working. Here is what Clause 7 requires.

ISO 42001 Governance AIMS
Read story
5 min read

ISO 42001 Clause 8 explained: operation

Clause 8 is where the plan meets reality. It requires you to run the processes you designed, and to actually perform your AI risk assessment, risk treatment and impact assessment, not just once at build time, but on a schedule and whenever things change. Here is what Clause 8 requires.

ISO 42001 Governance AIMS
Read story
5 min read

ISO 42001 Clause 9 explained: performance evaluation

Clause 9 is how you find out whether the AI management system actually works. It requires you to monitor and measure it, audit it internally, and have leadership review it. This is where governance stops taking its own word for it. Here is what Clause 9 requires.

ISO 42001 Governance AIMS
Read story
8 min read

Eval metrics that actually matter (beyond accuracy)

Accuracy is the metric everyone reaches for and the one that hides the most. If you want to know whether an AI system is safe to ship, these are the metrics that predict how it behaves in the real world: faithfulness, relevance, safety, calibration, task success, and the operational numbers underneath them.

Evaluation Production Governance
Read story
7 min read

ISO 42001 Clause 4 explained: context of the organization

Clause 4 is where an AI management system starts. It asks you to define your context, your interested parties, your role in the AI value chain, and the scope of the system. Get it wrong and everything built on top inherits the mistake. Here is what Clause 4 actually requires, in plain terms.

ISO 42001 Governance AIMS
Read story
5 min read

ISO 42001 checklist: what you actually need in place

A practical ISO 42001 checklist, grouped the way the standard is: scope and leadership, your AI inventory, risk and impact assessment, the Annex A controls, competence, monitoring and audit. Use it as a gap analysis to see what you have and what is missing before you certify.

ISO 42001 Governance AIMS
Read story
8 min read

Human oversight in practice (EU AI Act Article 14)

Human oversight is the most-claimed and least-delivered AI control. The EU AI Act (Article 14) makes it a legal requirement for high-risk AI, but a human who rubber-stamps the output is not oversight. Here is what the Act actually asks, and what meaningful oversight looks like in practice.

EU AI Act Governance Human oversight
Read story
7 min read

Agents vs workflows: when you actually need an agent

"Build an agent" is the default answer to every AI problem right now. It is usually the wrong one. Most tasks are better served by a workflow, cheaper, more predictable, easier to trust. Here is the real distinction, and how to tell when a task genuinely needs an agent.

AI agents Automation Production
Read story
7 min read

Why AI pilots fail (and how to be the exception)

Most AI pilots never reach production. An MIT study in 2025 found 95% of enterprise generative-AI pilots delivered no measurable impact on the bottom line. The reasons are boringly predictable, and fixable. Here is why pilots die, and how to be the 5% that ships.

Production AI adoption Strategy
Read story
11 min read

AI assurance: what it is, and how to get assurance-ready

AI assurance is how you prove your AI is trustworthy: measuring, evaluating and communicating it so a customer, regulator or board can place justified trust in it. It is fast becoming a condition of selling AI. Here is what it is, the techniques involved, and how to get assurance-ready.

Governance AI assurance ISO 42001
Read story
9 min read

GPAI: what general-purpose AI obligations mean for you

The EU AI Act puts a whole set of obligations on general-purpose AI (GPAI) models like GPT, Claude and Gemini. The good news for most businesses: those duties fall on the model makers, not on you. Here is what the GPAI rules actually are, and the one trap, fine-tuning, that can put them on your plate.

EU AI Act Governance GPAI
Read story
12 min read

How to run an AI impact assessment (ISO 42005 and the EU AI Act FRIA)

An AI impact assessment asks who your AI could harm, and how badly, before it goes live. It is required by ISO 42001, detailed by ISO 42005, and, for some organisations, made law by the EU AI Act as a FRIA. Here is what it is, how it differs from a DPIA, and how to actually run one.

Governance ISO 42001 EU AI Act
Read story
13 min read

How to stop AI hallucinations in production (guardrails that actually work)

You cannot fully eliminate LLM hallucinations, but you can engineer them down to a rate you can live with. The trick is to stop treating it as a prompt problem and build a layered system: ground the model, make it cite, verify the answer, and gate what ships. Here is what actually works in production.

Production RAG Evaluation
Read story
14 min read

How to write an AI policy (with a template)

An AI policy is the top-level document that sets how your organisation uses AI. Under ISO 42001 it is the anchor of your AI Management System, not a standalone PDF. Here is what to put in one, a template you can adapt, and how to make it stick.

Governance ISO 42001 AIMS
Read story
6 min read

RAG in production: why retrieval is where it breaks

When a RAG system gives wrong or vague answers in production, the model is almost never the problem. It is retrieval: the system fetched the wrong context, too little, or none at all. Here is where retrieval breaks and how to make it reliable.

RAG Production AI agents
Read story
6 min read

AI literacy: the EU AI Act's Article 4 duty, in practice

Article 4 of the EU AI Act requires providers and deployers to ensure a sufficient level of AI literacy among the people using AI on their behalf. It has applied since February 2025, it is not limited to high-risk AI, and it is one of the easiest duties to meet, and to overlook.

EU AI Act AI literacy Governance
Read story
5 min read

How to evaluate an AI vendor

Most AI risk now comes from tools you buy, not models you build. Evaluating a vendor well is how you avoid buying a liability: what happens to your data, how it is secured, whether it locks you in, and whether it helps or hinders your own compliance. Here is a practical way to do it.

AI vendors Procurement Governance
Read story
5 min read

AI agents, explained: what they are and what they can do

An AI agent is a system that takes a goal and pursues it: reasoning, using tools, and taking multi-step actions in your systems, not just answering a question. Here is what that means, how they work, and where they earn their place in a business.

AI agents Automation Production
Read story
6 min read

The AI system register: what to actually track

An AI system register is the single, maintained inventory of every AI tool, model and feature your organisation uses. It is the foundation the rest of AI governance sits on. Here are the fields that actually earn their place, and how to keep it from rotting.

Governance AIMS ISO 42001
Read story
7 min read

How to classify your AI systems by risk

Risk classification is how you decide which AI systems need heavy controls and which need almost none. It is the step that turns an AI inventory into a governed one, and both ISO 42001 and the EU AI Act depend on it. Here is a practical method.

Governance Risk ISO 42001
Read story
5 min read

ISO 42001 vs the EU AI Act: how they fit together

The EU AI Act is law that tells you what you must do with AI. ISO 42001 is a voluntary standard that tells you how to organise to do it. They are complementary, not alternatives, and a well-run ISO 42001 system gives you most of the machinery the Act expects.

ISO 42001 EU AI Act Governance
Read story
5 min read

Shadow AI: finding the tools you don't know you're using

Shadow AI is the AI tools your staff use for work without approval or oversight. It is now the norm: staff at over 90% of companies use personal AI tools, while only 40% have sanctioned ones. Finding it is the first step to governing it.

Shadow AI Governance ISO 42001
Read story
6 min read

What an AI Management System (AIMS) actually contains

An AIMS is the running set of policies, roles, processes and records you use to govern AI, defined by ISO 42001. It is not one document; it is a system you operate: an AI policy, an inventory, risk classification, controls, accountability, oversight, monitoring and an evidence trail.

ISO 42001 Governance AIMS
Read story
5 min read

Do you need ISO 42001? An honest answer

ISO 42001 is the international standard for managing AI responsibly. You need it if customers demand it or you sell AI and must prove governance. Most other organisations need the governance it describes, but not the certificate yet.

ISO 42001 Governance AIMS
Read story
5 min read

What the Model Context Protocol (MCP) is for

MCP is an open standard that lets AI assistants connect to your tools and data through one common interface. Build the connection once, and any MCP-compatible AI can use it.

MCP AI agents Production
Read story
5 min read

AI agent vs automation: do you need an agent, or just automation?

If the task follows the same rules every time, you need automation. If it needs judgement on inputs that vary, you need an agent. Most business processes need automation more often than teams expect.

AI agents Automation Production
Read story
3 min read

EU AI Act deadlines, in plain English

The EU AI Act phases in over several years. AI literacy and banned practices are in force now; the core duties for high-risk AI land on 2 August 2026, with some pieces in 2027.

EU AI Act Governance
Read story
4 min read

The EU AI Act for deployers: what you actually have to do

If you use AI rather than build it, you are a deployer, and the EU AI Act still gives you real duties: AI literacy and banned-practice rules now, and high-risk obligations from August 2026.

EU AI Act Governance
Read story
2 min read

Build the evaluation harness before you ship

You can't improve what you can't measure, and you can't ship AI safely without a way to catch regressions. Here is why the eval harness comes first.

Evaluation Production Governance
Read story
2 min read

What "governed agentic AI" actually means

Agentic systems take actions, not just produce text. Governance is what makes those actions safe to ship. Here is the working definition we build against.

Governance Agentic AI Production
Read story