
The lead architect of the UK’s AI policy framework resigned this week after disclosures surfaced about an undeclared relationship with an AI vendor bidding into government work. The fallout landed on suppliers within days, not months. Every UK AI policy conflict of interest rule governing advisory panels, procurement scoring, and vendor disclosure is now under emergency review, which means the paperwork you filed six months ago may not clear your next contract. If you sell AI products or services into councils, NHS trusts, universities, or central government departments, your commercial risk just changed shape. This is a procurement story with a deadline attached.
What’s new: the UK AI policy conflict of interest resignation
The resignation is the smaller half of the story. The larger half is the response from the Cabinet Office and the departments downstream of it: an immediate review of conflict-of-interest declarations across AI advisory bodies, and a signal to commercial teams that vendor disclosure will face harder scrutiny at gate reviews. When a policy architect steps down over a vendor relationship, the institutional reflex is never to defend the individual. It is to tighten the form everybody else fills in. That form is yours.
Three pressure points have emerged. First, advisory-body membership is being re-audited, which matters to any vendor whose executives, advisors, or investors sit on AI standards groups, sector working parties, or innovation panels. Second, procurement teams operating under the Procurement Act 2023 already hold discretionary exclusion grounds for conflicts of interest, and they will now exercise those grounds rather than wave them through. Third, the UK AI Safety Institute rules and the broader UK AI regulation 2026 posture, which had drifted toward a light-touch, regulator-led model, now carry a governance-credibility problem that officials will fix with process. Process means disclosure. Disclosure means you.
Nothing here requires new primary legislation. Everything that changes your life as a supplier — declaration templates, bid pack questions, gate review checklists, framework agreement terms on Crown Commercial Service vehicles — can be changed by an official issuing updated guidance. That is why the timeline is weeks rather than the usual parliamentary years. Vendors who wait for a statute will be answering the new questions before they notice the rules moved.
Why it matters
- Your bid can be excluded on a technicality you didn’t create. If an advisor, non-executive director, or seed investor in your company also holds a public advisory role, that link needs declaring proactively. An undeclared connection discovered mid-evaluation damages you far more than one you disclosed on page one.
- Retrospective review is on the table. Contracts awarded while the resigned official had influence over the framework may attract scrutiny. If you won public sector AI contracts UK in the last 18–24 months, assume someone will reconstruct the decision trail.
- Disclosure obligations flow down your supply chain. If you resell a foundation model, use a subcontracted annotation vendor, or white-label another company’s product, buyers will ask about the whole stack, not just your legal entity.
- Speed becomes a differentiator. A vendor who produces a clean, current conflicts register on request wins evaluator confidence. A vendor who needs three weeks to assemble one looks like a risk regardless of product quality.
- Marketing claims tied to government endorsement get riskier. “Trusted by UK government” and “aligned with the AI Safety Institute” claims will attract questions about the nature of the relationship. Soft claims invite hard scrutiny.
- Private sector buyers copy public sector forms. Enterprise procurement teams routinely lift government AI vendor procurement disclosure language into their own supplier questionnaires. Expect these questions in commercial deals within a couple of quarters.
How to use it today: build your disclosure pack before you’re asked
The goal is a single, versioned, exportable artifact you can attach to any bid within an hour. Here is the build order.
-
Create a machine-readable conflicts register. Do not keep this in an email thread. A flat file in version control gives you dates, authorship, and an audit trail for free.
mkdir -p governance/disclosures cd governance/disclosures git init touch conflicts-register.yaml git add . && git commit -m "chore(governance): initialise conflicts register" -
Populate it with every public-sector-adjacent relationship. Directors, advisors, investors, employees on secondment, spouses in relevant roles, unpaid panel seats, and speaking fees. Unpaid roles are the ones people forget and the ones that cause resignations.
version: "2026-09-07" entity: "Example AI Ltd" company_number: "12345678" relationships: - person: "A. Director" role_internal: "Non-executive Director" role_external: "Member, sector AI standards working group" body: "Public advisory body" remunerated: false start_date: "2025-02-11" end_date: null mitigation: "Recused from all bid pricing and evaluation discussions" - person: "B. Founder" role_internal: "CEO" role_external: "Occasional paid speaker, government innovation events" remunerated: true value_gbp_last_12m: 4500 mitigation: "Declared in bid response section 4.2" subcontractors: - name: "Model Provider Inc." function: "Foundation model inference" uk_public_sector_relationships: "None declared as of 2026-09-07" review_cadence_days: 90 next_review: "2026-12-06" -
Add a pre-bid gate to your sales process. Before any UK public body proposal goes out, check the register against the buying organisation and the named evaluators where known. Automate the reminder rather than trusting memory.
# Pre-bid conflict check — run before every UK public sector submission python3 - <<'PY' import yaml, datetime reg = yaml.safe_load(open('governance/disclosures/conflicts-register.yaml')) due = datetime.date.fromisoformat(reg['next_review']) stale = due < datetime.date.today() print("REGISTER VERSION:", reg['version']) print("STATUS:", "STALE — refresh before bidding" if stale else "current") for r in reg['relationships']: if r.get('end_date') is None: print(f"ACTIVE: {r['person']} — {r['role_external']} — mitigation: {r['mitigation']}") PY -
Write the disclosure narrative once, reuse it everywhere. Evaluators are not looking for zero conflicts. They are looking for identified conflicts with credible mitigations. Draft a two-paragraph standard response and keep it with the register. Use this prompt to generate a first draft you then edit for accuracy, and never submit unedited model output in a bid.
You are drafting a conflict-of-interest disclosure for a UK public sector procurement response. Using only the facts in the YAML below, write two paragraphs: (1) a factual statement of each relationship, dates, and whether remunerated; (2) the specific mitigations applied, including recusals and information barriers. Do not minimise, do not add facts, do not use promotional language. If a fact is missing, insert [FACT NEEDED] rather than inferring it. FACTS: <paste conflicts-register.yaml here> -
Check the public registers yourself. Companies House and the published registers of interests for advisory bodies are free and searchable. Run the check on your own people before a buyer does.
curl -s -u "$CH_API_KEY:" \ "https://api.company-information.service.gov.uk/search/officers?q=A.%20Director" \ | python3 -m json.tool | head -50 -
Set a 90-day refresh and a change trigger. Run a quarterly review plus an immediate update whenever someone joins a panel, takes a board seat, or accepts a speaking fee. Put the trigger in your onboarding and your contractor agreements, not just in a policy document nobody opens.
How it compares
The UK is not moving in isolation, and knowing where each regime sits helps you build one disclosure pack that serves several markets.
| Regime | Primary mechanism | Vendor disclosure burden | Enforcement route | Practical impact on bids |
|---|---|---|---|---|
| UK (post-resignation, 2026) | Guidance + Procurement Act 2023 exclusion grounds | Rising fast; advisory-body links now central | Contracting authority discretion, gate reviews | Immediate — new questions in live bids |
| EU AI Act | Statutory, risk-tiered obligations | Heavy on technical documentation, lighter on advisor conflicts | National market surveillance authorities, fines | Slower but deeper; conformity work dominates |
| US federal (OMB-directed agency policy) | Agency memoranda and FAR-based rules | Mature conflict rules, agency-by-agency variation | Contracting officer, suspension and debarment | Established; expect detailed reps and certs |
| Private enterprise (UK/EU) | Supplier questionnaires and MSA terms | Copies public sector language with a lag | Contractual, audit rights | Growing; a good pack shortens security review |
What’s next for UK AI regulation 2026 and vendor conflict of interest policy
Watch for three concrete artifacts over the coming weeks. The first is revised declaration guidance for AI advisory bodies. When that lands, read the definitions section rather than the summary, because the definition of “relevant interest” determines whether your investors and unpaid advisors fall in scope. The second is updated bid pack language on Crown Commercial Service frameworks; changes there propagate to thousands of buyers at once without any announcement you will notice. The third is any statement clarifying the AI Safety Institute’s engagement terms with commercial labs, which will set the tone for how close a vendor can sit to a government body while still bidding for its work.
The medium-term direction is predictable. Governments that suffer a governance embarrassment do not loosen rules. They add a form, add a register, and add a sign-off. Expect a standardised AI vendor conflict declaration to emerge, probably as a schedule appended to existing procurement templates rather than a standalone regime. Vendors who have already built a structured register will experience this as a copy-paste exercise. Vendors who haven’t will spend two panicked weeks interviewing their own board.
Governance is becoming a sales asset rather than a cost centre. In a market where buyers cannot easily distinguish between competing model wrappers, a supplier who arrives with a current conflicts register, a documented mitigation approach, and a clear subcontractor map is materially easier to buy from. Build the AI governance compliance checklist now, while it is a differentiator, rather than in six months when it is table stakes and you are working under evaluation pressure.
Frequently Asked Questions
Does this affect us if we only sell to private companies in the UK?
Indirectly, and sooner than you’d expect. Enterprise procurement and vendor risk teams routinely adopt public sector questionnaire language, particularly in regulated sectors like financial services and healthcare. Building the register now costs a day; retrofitting it during a large enterprise security review costs you the deal timeline.
We have no conflicts at all. Do we still need a register?
Yes, and a “nil return” register is a genuinely strong document. It demonstrates that you looked, that you knew what to look for, and that you have a review cadence. An assertion of “no conflicts” with no process behind it reads as an untested claim to any experienced evaluator.
Does an unpaid advisory seat really count as a conflict of interest?
It can, and unpaid roles disproportionately cause problems precisely because people assume they don’t count. The test used in practice is whether a reasonable observer would think the relationship could influence a decision. Payment is evidence of a relationship, not a precondition for one. Declare it and describe the mitigation.
Should we withdraw from AI standards bodies and government panels to be safe?
Generally no. Participation in standards work is legitimate and often valuable to the sector, and mass withdrawal would leave policy to people with no operating experience. The fix is disclosure plus recusal: participate, declare it, and stay out of any discussion touching procurement decisions where you are a potential supplier.
What happens to contracts we’ve already won?
Most will be unaffected. The realistic risk is a review of the award process where the resigned official had documented influence over the framework or evaluation criteria. Preserve your bid records, evaluation correspondence, and any declarations you made at the time. The vendors who struggle in these reviews are the ones who cannot reconstruct what they disclosed and when.
How often should we refresh the disclosure pack?
Quarterly as a baseline, plus an event trigger: any new board appointment, investor, advisory seat, secondment, or paid speaking engagement involving a public body updates the register within five working days. Tie the trigger to onboarding and contractor agreements so it happens without anyone remembering a policy.
Go deeper than this article
This article covers the essentials. Our AI Essentials eguide collection gives you the full step-by-step playbooks — prompts, workflows, and copy-paste recipes built for exactly this work.