Blog → Governance

Vibes don't comply.

Article 50 is what people are talking about. It is the smallest part of the EU AI Act.

Visible labels for AI-generated content. Watermarks for synthetic media. Disclosures when a person is talking to a chatbot. These are real obligations, they land on 2 August 2026, and they will catch out a lot of organisations that thought "we just use the API" was a defence. We covered them in Your AI governance architecture is your Art.50 strategy.

This piece is about everything else.

The regime is wider than the headline

Most coverage of Regulation (EU) 2024/1689 has collapsed into a single talking point: transparency for generative AI. That talking point is Article 50. The Act itself runs to 113 articles and 13 annexes. The substantive obligations on organisations that build, deploy, or integrate AI sit in Articles 9 through 15 — the high-risk system regime. The enforcement architecture sits in Articles 70 through 84. The post-market monitoring obligations sit in Article 72.

Reading only Article 50 is reading only the disclaimer at the bottom of the contract. The contract is on the previous forty pages.

And here is the part that catches teams flat-footed: even when your system is not formally classified as "high-risk", the high-risk regime describes the discipline regulators consider competent. When enforcement begins and an authority asks how your AI workflow protects a person who has been wrongly summarised, wrongly excluded, or wrongly described, the answer they expect is recognisable from Articles 9 through 15. If you can describe it that way, you are credible. If you can't, you are improvising under deadline.

Vibes-driven AI is the failure mode

Most enterprise AI rollouts in 2026 are vibes-driven. A team picks a tool because it impressed them in a demo. They wire it into a workflow that already worked. They check the output now and again. They cite "saves us hours" as the metric. They do not log what the tool sees, what it produces, or why it produced it. They do not have a documented process for noticing when it is wrong. They do not have a path to fix it without rebuilding from scratch.

This is what a fast loop with stale orientation looks like. It feels decisive. The deck slides go up and to the right. Then a regulator shows up, asks the simple question — show me how you decided this was acceptable — and the answer is a Slack thread.

"We use AI" is a sentence that earns audits. It does not earn relief.

The EU AI Act doesn't reward speed. It rewards orientation. The teams that move fastest into adoption without a governed loop are the ones who will be moving fastest into remediation in September.

What Articles 9–15 actually demand

These six articles describe a continuous discipline, not a checklist. Read them in sequence and a coherent loop emerges.

Article 9 — Risk management as a living process. Not a document filed on the legal team's shared drive. A continuous, iterative system that identifies, evaluates, and mitigates the risks the AI poses across its full lifecycle — including risks that only emerge once the system is in real use. Risk is not a quarterly review. It is a property of the system that changes every time the system changes.

Article 10 — Data quality and bias evaluation. The training, validation, and operational data must be relevant, representative, free of errors, and complete. The team must be able to describe the data's provenance and any known biases. "We bought it from a vendor and don't know what's in it" is the answer Article 10 is designed to flush out.

Article 12 — Automatic record-keeping. The system must log its operations sufficiently for traceability — what was input, what was output, what version of the model produced it, when. These logs are evidence in any subsequent investigation. Without them, every claim about how the system behaves is anecdote.

Article 13 — Transparency to the deployer. Distinct from Article 50 (transparency to the end user), Article 13 obliges the provider to give the deployer enough technical information to understand and operate the system safely. Black-box deployment to enterprise buyers is on borrowed time.

Article 14 — Human oversight by design. Not a button at the top of the screen. Architectural oversight: humans must be able to understand the system's outputs, override them, and stop it. The oversight has to be designed in, not bolted on, and it has to actually work for the people who hold it.

Article 15 — Accuracy, robustness, and cybersecurity. The system must perform consistently across its intended use, resist adversarial inputs, and protect itself from corruption. "It usually works" is not a robustness claim. Article 15 wants a measurable one.

Six articles. One discipline. Read together they describe an organisation that knows what its AI is doing, can show how it decided this was acceptable, and can intervene when it isn't.

The OODA reading of the Act

The discipline these articles describe has a name. It is the OODA loop — Observe, Orient, Decide, Act — adapted from John Boyd's work on fighter combat in the 1960s, generalised to any organisation that has to act faster than its environment changes. The EU AI Act, read structurally, is asking organisations to demonstrate that they are running this loop on their own AI systems.

Observe. Article 12 (logging) and Article 72 (post-market monitoring) are the Observe layer. The Act assumes that without continuous logging and monitoring you cannot know what your system is doing in production, and therefore cannot govern it. Observation is not optional. It is designed in at provision time.

Orient. Article 9 (risk management) and Article 10 (data quality) are the Orient layer. Orientation is the loop's most important phase — it is where you make sense of what you are seeing. The Act demands that orientation be documented, repeatable, and updated as the system and its context change. Yesterday's risk register is not orientation. It is archaeology.

Decide. Article 14 (human oversight) is the Decide layer. The Act is explicit that decision authority over AI outputs must remain with humans who can actually exercise it. A "human in the loop" who cannot, in practice, override the system is not oversight. It is decoration.

Act. Article 13 (transparency to the deployer) and Article 50 (transparency to the user) are the Act layer. Once you have observed, oriented, and decided, what you ship into the world has to be marked, traceable, and accountable. The transparency obligations are not the regime — they are the regime's exhaust.

"The Act doesn't ask whether you have a policy. It asks whether your loop is closed. The organisations that can answer yes — with logs, with documented orientation, with overridable decisions, with marked outputs — are already substantially compliant. They just haven't framed it that way yet."

Governed orientation is the antidote

Vibes-driven AI is a fast loop with stale orientation. Governed orientation is the opposite — it slows the Orient phase enough to make decisions defensible, then runs the rest of the loop tight enough that the slowdown isn't fatal.

The shape of it, in practice:

An idea isn't real until it is documented. Not a Slack thread. A spec, a brain entry, a piece of architecture that other people can challenge. Adversarial review — formal challenge of the orientation before it becomes a decision — is the first move.

Nothing built until it can be driven from a system of record. Backlogs in heads are not backlogs. Decisions live in a queryable place. Source documents and work-tracking are bidirectionally linked. The lineage chain runs from source-doc to deployed code to runtime metric — and back.

Nothing shipped until it can be monitored. If the change cannot be observed in production, the change does not exist. Monitoring is a provision-time concern, not a thing you add when something breaks.

Reversibility before commit. Every change has a documented rollback. Every infrastructure change has a what-if output captured. The default assumption is that you will be wrong about something, and the system has to make being wrong recoverable.

None of these are "AI safety" practices in the sense that the term is usually used. They are operating practices. They happen to be exactly what an EU AI Act enforcement officer is looking for, because the Act was written by people who watched what competent operations look like and codified them. If your engineering culture is already governed, your AI compliance posture is already most of the way there.

What this looks like in code, not policy

Governed orientation is not a slogan or a poster on the wall. It is enforced in the systems people actually use. ORCA's brain architecture exists because we needed somewhere for AI-assisted work to land that wasn't just a chat history — somewhere that could carry attribution, confidence, and human review through every step. The brain has a write gate that cannot be bypassed. The gate enforces five checks: schema, confidence, freshness, classification, PII screening. Five checks. All five must pass. No exceptions.

That is Article 9 (risk management as process), Article 10 (data quality), Article 12 (logged automatically), Article 14 (human oversight as a write gate, not a request), and Article 50 (every output classified) — running as code, on every entry, every time. It runs the same way at 2am on a Saturday as it does during a Tuesday board presentation. It does not depend on training, memory, or the goodwill of a team that is already overloaded.

This is the difference between an organisation that has written down what it intends to do, and an organisation whose architecture cannot do anything else. Regulators, investors, and enterprise buyers are increasingly able to tell the difference.

What this piece doesn't claim

Governed orientation is not a substitute for legal advice on the Act. It is not a guarantee of compliance — that depends on facts about your specific system that we cannot see from here. And it is not a finished framework: the Code of Practice that sits underneath the Act is still in draft as of mid-2026, and the supervisory authorities will spend the second half of the year setting precedent that will shape how Articles 9 through 15 are read in practice.

What we are claiming is narrower. If your organisation is already running a governed loop — observe, orient, decide, act, with the orientation phase taken seriously — you will recognise most of the Act when you read it, and the parts you don't recognise will be paperwork rather than rebuilds. If your organisation is running a vibes-driven loop, the next four months are the cheapest time you will ever have to fix that.

The four-month window

Enforcement begins on 2 August 2026. There is no provisional period. There is no transitional softening. The Code of Practice will firm up between June and August and will set the bar for what "competent" looks like in front of an authority. The organisations that will land cleanly on the other side are the ones who treat the next sixteen weeks as a standing invitation to close the loop on their AI operations — not as a deadline to bolt on disclosures.

The teams that pass enforcement aren't the fastest. They're the governed.

If any of this raises questions — about how Articles 9 through 15 might apply to a workflow you are building, about what governed orientation looks like when a team is already mid-rollout, or about the distance between where you are and where the Act expects you to be in August — ask. We would rather think this through with you in May than read about you in September.

EU AI Act · 2 August 2026

The teams that pass enforcement aren't the fastest. They're the governed.

A governed loop — observe, orient, decide, act — with provenance and human oversight built in from day one. Not a compliance bolt-on. Operating discipline that happens to satisfy the Act.