Governance work stalls at the point where a policy has to become a control. This reference skips the argument and lists what to build: twenty-six controls across seven families, each with the artefact that proves it exists, the place it already lives in a normal engineering stack, and the way it usually fails. Nothing here needs a governance platform. The controls that survive contact with a real audit are the ones whose evidence is generated by the pipeline rather than written by a person before a review.
The register usually exists, the model card usually exists, and the logs usually exist. These three turn up absent, in that order of frequency, and all three cost a little at build time and a great deal to retrofit.
Teams log the prompt and the answer, and rarely the corpus version, document ID and chunk behind it. A question about a March decision then cannot be answered in October, because the index has been rebuilt twice and the document edited since. GOV-2.2 costs a few trace fields at build time and cannot be added afterwards.
Deletion is implemented against the primary store and stops there. The embedding survives, and so do the cache, the eval snapshot, the fine-tuning extract and the backup, which means the record is gone from the place you look and still answering questions. Run GOV-2.4 on one real record and count the stores it touches: usually five or six, two of them with no delete API.
Oversight is asserted in documentation and almost never measured. Two numbers settle it, and the review interface already emits both: override rate and median time-on-decision. Route 220,000 decisions a month to four reviewers with 600 hours between them and each decision gets 9.8 seconds, which is the arithmetic that fails GOV-4.3 whatever the policy claims.
Every other family attaches to a row in it. One entry per system, a named individual who can suspend it, and a model registry entry written by the pipeline rather than by hand.
Corpus version, document ID and chunk ID belong in the trace from the first retrieval commit. Add them later and you are re-instrumenting a live system to answer a question already asked.
Pick one subject, delete it, and count every store the delete had to reach. The drill is the artefact, and the stores with no delete API are the finding worth escalating.
Model, prompt, retrieval configuration and tools versioned together, with the build failing when any of the four is unpinned. Rollback then restores all four instead of three and a console edit.
Twenty-six, across seven families: inventory and ownership, data governance, documentation artefacts, human oversight, logging and traceability, evaluation and monitoring, and change control. The first four are build-time controls you put in while the system is being made. The last three have to be running before anybody asks, which is why they are the ones that fail.
No. Every control in the catalogue attaches to something you already run: the service catalogue, the model registry, CI, the observability stack, object storage and your existing incident process. A platform can hold the register, but it cannot generate the artefacts, and the generated artefact is the whole point.
GOV-1.1 and GOV-1.3, the register and the named owner, since nothing else has anywhere to attach. Then GOV-2.1 provenance at ingestion and GOV-5.1 the event record, both of which are cheap on the day you turn them on and cannot be reconstructed for the months you ran without them.
Six months is the working minimum, and the clock starts at write rather than at export. Keep the full record on a stable schema that is queryable by subject, use hashes in place of raw personal data, and make the storage append-only so a broken hash chain raises an alert.
Two numbers the review interface can emit: override rate and median time-on-decision, reported monthly on the same dashboard as everything else. Divide reviewer hours by queue volume first. If the seconds available per decision are in single figures, GOV-4.3 fails on arithmetic before anybody looks at the interface.
This one is the build list. AI Governance Under Regulation covers which regime makes each control mandatory and by when, Benchmarking AI Governance scores how far you have got, and AI Governance: What Buyers Should Ask turns the same controls into questions for a vendor. Read this one with a repository open.
Platform and application security engineers who have been handed a policy and asked to make it true. It assumes you can read a CI config and would rather see the artefact and the pipeline step than the argument for why governance matters.
Drop your details and we'll send AI Governance: An Engineering Reference straight to your inbox - no spam, unsubscribe anytime.
A two-week gap assessment against this catalogue on one live system, with working code closing the cheapest gap we find. Our engineering leads do it, and everything produced stays with you. SECTION 7 - FAQ - 5 to 8 questions
Book a control gap review