Skip to content

Topic

Responsible AI in practice

Responsible AI is a property of the system, not the slide deck. The controls that matter are written into code: access the model cannot exceed, floors that overrule it, ledgers it cannot edit and claims it cannot fabricate. If a control depends on the model behaving, it is not a control.

What does responsible AI mean in practice?

It means the governance holds even when the model misbehaves. A responsible AI system constrains what the AI can do, not merely what it is asked to do. It keeps a named human as the decision-maker, and it records every decision in a form that cannot be quietly tidied afterwards.

That definition is deliberately unglamorous. It does not turn on the model being clever or the policy being well written. It turns on the system being unable to do the things the organisation has decided AI must not do, and on the record being honest. Each of the controls below comes from a production system we have built for a regulated UK organisation, not from a framework diagram, and each exists because a board, an auditor or a regulator asked a question that a policy document could not answer.

Why is a policy document not enough?

Because a policy describes intent and a regulator asks for evidence. Most AI governance is performance, not protection: it looks like oversight and does not survive a regulator's question. A control that exists only on paper depends entirely on people and models behaving exactly as the paper assumes.

The gap usually opens at the handoff. One firm writes the AI policy, a different team writes the code, and the controls the board needs never make it into the system. The policy says "human oversight"; the system ships with an approve button nobody audits. The policy says "no decisions about individuals"; the model quietly ranks them anyway. Writing the governance and the code in one pass is the only reliable way we know to close that gap, which is why we treat the two as a single job.

Which controls do the most work?

Four, in our builds. Read-only database access the model cannot escape, a confidence floor with reason codes that overrules the model, an append-only ledger of named human decisions, and a substring check that fails any quotation not literally present in the source document.

Each is enforced below the model, so none depends on the model behaving. Read-only by construction means the database itself rejects any write the AI attempts: the analytics layer cannot change what it reads, whatever the prompt says. A confidence floor with reason codes lets deterministic code overrule the model and route the case to a named person whenever certainty drops below a configured threshold. The append-only decision ledger records the model, its input, its output and the human's accept, modify or reject, with a name and a timestamp, in a table that has no update or delete. And the substring check makes every AI quotation a literal substring of the source, or the extraction fails and is never published.

How does a control become evidence?

When the system produces the record itself. An append-only ledger of accept, modify or reject decisions, each with a named person and a timestamp, is an audit trail by construction. A disclosure generated from that record, rather than typed from memory at the end, cannot drift from what actually happened.

This is the move that turns engineering into governance. In a surveying build, the AI disclosure at the foot of each report is assembled from the actual ledger of what the surveyor accepted, modified or rejected, which is precisely the disclosure expectation RICS now sets. The pattern generalises to any regulated profession, as we show in what a RICS AI disclosure teaches every regulated profession. It is also how a board evidences the UK's five principles: accountability becomes a named decision row, transparency becomes a checkable citation, contestability becomes a recorded human review. The duties those controls answer to are listed in the UK AI Regulation Tracker.

Can these controls be retrofitted?

They can, but the boundary is far cheaper to design before deployment than after an incident. Buying capability first and governing it later fails reliably, because the evidence the controls produce is exactly what an after-the-fact review cannot reconstruct.

If a system is already live, the honest sequence is to map what it can currently do, constrain that to what it should do, and instrument the decisions it influences. That is the shape of our governance engineering review. If you are earlier than that, start by testing the claim every vendor and every internal team will make to your board: that a human is in the loop and the data is safe. The Board AI Scorecard is a fast first check on whether your organisation could evidence either, and the articles below show each control in production detail.

Articles in this topic.

Near-white abstract of navy nodes connected through a central violet control frame with one open gate, governed agents routed through explicit control

Responsible AI in practice

AI agents for business operations: what works, what fails

What AI agents can actually run in operations today, what separates a production agent from a chatbot demo, and why so many agent projects get cancelled.

ArticleHamada Mahdi7 min read
Near-white abstract of navy document planes passing through a violet gate with one diverted to a side path, post-or-query invoice decisioning

Responsible AI in practice

AI invoice processing: how it actually works end-to-end

How modern AI invoice processing really works — multi-source extraction, deterministic finance controls, reason-coded post-or-query decisions — and why OCR-plus-RPA fell short.

ArticleHamada Mahdi7 min read
Near-white abstract of scattered grey grid sheets resolving into one solid ink-navy plane bound by a violet spine, many spreadsheets becoming one system

Responsible AI in practice

Replace Excel with custom software: a staged path

How to tell when your business has outgrown its master spreadsheet, why spreadsheets fail as systems of record, and a staged migration to custom software that keeps the sheet running while the system takes over.

ArticleHamada Mahdi7 min read
Abstract navy control grid with a violet approval gate, representing model governance evidence

Responsible AI in practice

AI model governance controls for UK boards

What AI model governance means for UK boards: named ownership, versioning, drift monitoring and evidence mapped to ISO 42001 and NIST AI RMF.

ArticleHamada Mahdi13 min read
Abstract navy and violet citation paths linking AI answer fragments back to verified source panels

Responsible AI in practice

AI source citation controls for board evidence

How boards should require citation controls that prove AI answers trace back to real sources before they reach regulated work.

ArticleHamada Mahdi8 min read
A navy decision path interrupted by a violet control checkpoint on a near-white abstract governance surface

Responsible AI in practice

Human-in-the-loop AI design for boards

A board-level guide to placing named human judgement, evidence and escalation rights around AI-assisted decisions.

ArticleHamada Mahdi8 min read
Near-white AI control architecture with navy audit lines and restrained violet approval gates

Responsible AI in practice

Responsible AI Implementation Controls for Boards

The practical control set a board should require before AI is used in a regulated workflow, with evidence, owners and framework mapping.

ArticleHamada Mahdi8 min read
Navy barrier with violet arrows entering but unable to return, representing read-only database access

Responsible AI in practice

Read-only by construction: AI that cannot change what it reads

How a Postgres read-only transaction, a confidence gate and a cost-approval gate stop an analytics AI from writing to data it should only read.

ArticleHamada Mahdi8 min read
A navy threshold line diverting violet markers below it onto a separate path, representing a confidence floor routing to manual review

Responsible AI in practice

Confidence floors and reason codes: when code overrules the model

How a configurable confidence floor and enumerated query codes keep an AI out of the ERP — and why deterministic code, not the model, decides to post.

ArticleHamada Mahdi9 min read
A violet fragment fitting an exact navy slot while mismatched fragments are rejected, representing a substring match check

Responsible AI in practice

Make every AI claim quote a real source, or fail

How we force every AI quotation to be a literal substring of the source, and block a denied vocabulary in code, in our insolvency build.

ArticleHamada Mahdi8 min read
An upward-growing stack of navy bars with the newest in violet, representing an append-only ledger

Responsible AI in practice

The append-only decision ledger AI governance needs

How an append-only, no-update-no-delete ledger of named human accept/modify/reject decisions becomes the audit trail and RICS K5 disclosure regulated AI work requires.

ArticleHamada Mahdi7 min read

Questions directors ask.

What is a confidence floor?
A configured threshold below which deterministic code overrules the model and routes the case to a named person. The decision that takes effect is the human's, and the code, not the model, decides when that handover happens. It is how an AI stays out of systems it should never write to on its own authority.
What is an append-only decision ledger?
A record of every AI suggestion and the named human decision on it: the model used, the input, the output, and whether the person accepted, modified or rejected it, with a timestamp. The table is append-only by construction, with no update or delete, so the record cannot be quietly tidied after the fact.
What does read-only by construction mean?
The database itself rejects any write the AI attempts, typically through a read-only transaction enforced by the database rather than by the application. The control does not depend on the model behaving or the prompt being obeyed, which is what makes it defensible in front of a regulator.
Does human-in-the-loop count if the person just clicks approve?
No. Review has to be meaningful to discharge the duties it exists for: a named person with the standing to reject or modify the output, a record of what they decided, and a workload that allows real scrutiny. A rubber stamp produces the appearance of oversight and none of the evidence.

Find out where your AI exposure sits.

We'll tell you plainly what's worth doing, what isn't, and what a board or regulator will expect to see. No pitch deck.

No obligation · no pitch.