Every regulated publisher I have worked with has the same two artefacts. There is a style and compliance document, usually long, usually good, usually written by someone competent who has since moved on. And there is an incident log: the times something went out that should not have.

The documents are rarely wrong. That is the uncomfortable part. You read the incident, you go back to the guide, and the rule is right there on page eleven, correctly stated. The failure was not one of knowledge. It was that nothing stood between a writer at 4pm on a Friday and the publish button.

So the organisation does the obvious thing and improves the document. Adds a section. Runs a training. Bolds the important part. Six months later there is a new entry in the incident log and the same conversation happens again.

Prose cannot fail a build

A style guide is a description of intent. A control is something that stops the thing from happening. These are not the same object, and in regulated markets the distinction is the whole job.

An auditor does not ask whether your team knows the rule. They ask what happens when someone does not follow it. If the honest answer is "an editor would probably catch it", you do not have a control. You have a hope with a headcount attached.

The test for whether a rule is real: can it fail? If nothing breaks when the rule is broken, the rule is advice.

This is why the compliance burden in content operations scales so badly. Every new market adds rules. Every new rule adds review load. Review load is human attention, human attention is the most expensive and least reliable thing in the system, and it degrades exactly when volume is highest — which is to say, at launch, when the regulator is most likely to be looking.

Move the rule into the pipeline

The alternative is unglamorous. You take each rule that carries legal consequence and you ask one question: can this be checked mechanically? A surprising proportion can.

Jurisdictional restrictions can. If a page is scoped to Ontario, a validator can assert that no bonus or promotional inducement appears anywhere in the body, because AGCO's advertising standards prohibit it and the check is structural rather than interpretive. Disclosure requirements can. Mandatory blocks, age statements, operator licence references, links to support services — all of these are presence checks, and a presence check is trivial to automate and impossible to forget.

Some rules cannot be automated, and pretending otherwise is its own failure. Whether a review is fair, whether a comparison is misleading by omission, whether a piece of copy is technically accurate but practically deceptive — those need an editor. The point of automating the mechanical checks is not to remove the editor. It is to stop spending the editor's attention on things a script does better, so there is attention left for the things only they can do.

What this looks like in practice

A publishing pipeline with gates in it. Content is authored, then it passes through validation before it can reach the CMS. Each gate is a specific, testable assertion, and a failed gate blocks the write rather than logging a warning that nobody reads.

Three properties matter more than the implementation. The gate must run before publication, not as a nightly audit — an audit tells you what you already published wrongly. It must block, because a warning is a style guide with extra steps. And it must be scoped to what changed, or it becomes a tax on unrelated work and someone will eventually be given permission to skip it, which is the moment the control stops existing.

That last point is where most implementations die. A gate that blocks an internal-link fix because of a compliance issue in prose written two years ago is not protecting anything; it is stopping work, and it will be disabled within a month. Scope the rules to the blocks the edit actually touched. Report the pre-existing problems separately, on their own schedule, as their own piece of work.

The AI part, briefly

Everything above predates the current tooling and would be worth doing without it. But AI changes the arithmetic in a specific way: it removes the natural rate limit that used to protect you.

When a team could produce eight pieces a week, editorial review scaled fine. When the same team can produce eighty, the review step becomes the bottleneck, and the pressure to relieve that bottleneck falls on exactly the checks that were keeping you out of trouble. Organisations do not usually decide to lower their standards. They decide to go faster, and the standard is what gives.

Which is why I think the interesting question about AI in regulated publishing is not what it can write. It is what you have built to catch it. A content operation with generation and no gates is not a modern content operation. It is the old one with the brakes off.