Dispatch № 51Governed production AI14 min read

From AI Governance to Expertise-as-Interface.

The question is no longer whether AI can do something. It is whether an organisation can safely give AI the authority to do it.

Diagram of the Expertise-as-Interface architecture. On the left, a human figure labelled EXPERTISE, human insight and experience, with strands flowing out through nine knowledge sources: books and research, frameworks, architectural diagrams, regulatory knowledge, decision trees, evidence, data, code and models, and abstract knowledge. Those feed a layered stack labelled GOVERNED AI ARCHITECTURE, policy-aligned, evidence-driven and human-authorized, running from an infrastructure foundation up through data and integration, evidence and provenance, policy and decision, access and permission, a governance control plane and a strategic control plane. Alongside it an always-on GOVERNANCE column carries human authority, policy gates, risk and quality, evidence checks, and audit and logging. To the right, bounded and purpose-aligned AGENTS for research, analytics, planning, execution and monitoring connect through least-privilege agent interfaces. On the far right, DECISION AND OUTPUT lists decision, evidence, provenance, confidence, governance status and human escalation, returned with context for human review and accountability. A loop across the base reads: AI scales expertise, humans retain accountability.
Fig. 1 · Expertise-as-Interface. Human expertise is structured into codified knowledge, exposed through a governed architecture, consumed by bounded agents, and returned as a decision that carries its evidence, provenance and confidence. The authority boundary and the escalation path are load-bearing, not decorative.

AI has a capability problem. Enterprises have an architecture problem.

AI systems have stopped merely generating content and started performing work.

An agent today can retrieve information, call a tool, query a system, chain several steps together and act on the result. The enterprise conversation has moved accordingly. A year ago the arguments were about which model topped which benchmark. Now they are about authorization, runtime controls, evidence and who is accountable when an automated decision turns out to be wrong.

That shift changes the question every enterprise is actually asking.

The question is no longer whether AI can do something. It is whether an organisation can safely give AI the authority to do it.

Those are different problems with different owners. Capability is bought. Authority is designed. And almost every architecture I review is built around the first while treating the second as something to add later, in the form of a policy document and a dashboard.

The old governance model is breaking

The governance model most organisations still run looks like this:

policy → committee → approval → deployment

It was built for software that behaves the same way every time it runs. You describe the system once, a committee assesses that description, and the description stays true.

What it now has to govern looks like this:

agent → reason → retrieve → call a tool → query a system → act → delegate → retain context

Every arrow is a decision point, and none of them appear in the document the committee approved. The agent does not read the policy. It reads its instructions, its context and whatever the retrieval layer hands it.

A policy document cannot govern an individual action. It can only describe the intention behind a class of actions. That gap is where the failures are accumulating, and it does not close by writing a better document.

Which leads to the shift underneath everything else in this piece:

Governance has to become architecture.

Not a binder that describes what should happen, but a system that constrains what can. A binder is defended after the fact by a person under pressure, and every gap in it is a gap they have to explain. Architecture is read out. The answer already exists.

The new problem is authority

If governance becomes architecture, the first thing it has to express is authority.

What is Agent Authority?

Agent Authority is the explicit, bounded permission for an AI agent to reason, access information, invoke tools, make decisions, execute actions and delegate work under defined conditions.

It decomposes into parts that can each be written down, reviewed and enforced:

  • identity , who this agent is, and on whose behalf it acts
  • scope , the boundary of what it may address at all
  • permissions , what it may read, write and change
  • tools , which capabilities it may invoke
  • data , what it may perceive, which is a disclosure decision, not a plumbing one
  • policy , the rules in force at the moment it acts
  • risk tier , how much it may decide alone
  • approvals , what requires a second party
  • escalation , where it stops and hands to a human, with the context attached
  • evidence , what it must leave behind to be defensible later
  • revocation , how the authority is withdrawn, and how fast

Capability answers what an agent can do. Authority answers what it is permitted to decide. Your vendor determines the first. Only you can determine the second, and it is the half that decides what happens on the day the agent is wrong.

Most teams design capability first, because capability is the part that demos. Authority then gets inferred from whatever credentials the integration happened to need. What that produces is not an agent. It is an unbounded principal with a very good interface.

Governed Production AI

There is a name forming around this problem, and other people are using it too.

What is Governed Production AI?

Governed Production AI is an architectural approach in which capability, authority, policy, evidence, observability and human accountability are designed into production AI systems rather than added afterwards as compliance controls.

I did not invent the phrase and I am not claiming it. Others are describing adjacent versions of the same shift, in control planes, runtime governance and agent authorization. I use Governed Production AI to name the architectural problem I work on: moving past AI governance as policy, toward AI systems whose behaviour, authority and accountability are engineered into production.

The useful test is not whether an organisation has governance. Almost all of them do, on paper. The test is whether the evidence is generated by the system as it runs, or assembled by a person afterwards, and whether anyone could have skipped a control without it being visible.

Governance alone is not enough

Here is where the argument turns, and it is the part I find most interesting.

Suppose an organisation gets all of it right. Policies, controls, a platform, monitoring, assessments, a governance office that produces decision records rather than calendar invitations.

It still faces a question none of that answers.

Where does the specialised knowledge required to make the right decision come from?

A general-purpose model does not contain your methodology, your reading of the regulation that applies to you, your industry's failure modes, your architecture patterns, your risk appetite, your decision criteria, or the institutional knowledge that lives in the handful of people who have seen this go wrong before.

Governance tells the system what it may do. It does not supply the judgment for doing it well.

From human expertise to machine-accessible expertise

What is Machine-Accessible Expertise?

Machine-accessible expertise is specialised human knowledge, methodology, evidence and decision logic, structured so that software and AI systems can retrieve and use it through controlled interfaces, within defined evidence, authority and escalation boundaries.

The distinction is easiest to see against what it is not.

Traditional consulting:

question → expert → answer

Knowledge management:

question → search → document

Retrieval augmented generation:

question → retrieve context → model → answer

Machine-accessible expertise:

question → retrieve relevant knowledge → apply methodology → evaluate evidence → apply decision logic → respect the authority boundary → return answer with provenance and caveats → escalate when it exceeds what it may decide

The middle steps are the whole point. Retrieval finds the passage, which is genuinely hard and genuinely useful. It is not the same as knowing which passage applies, what it fails to cover, and when the honest answer is that a person who has seen this before needs to look.

Retrieval gives you recall. Expertise gives you judgment.

This is not an empty field. Others are working on exposing human expertise to agents, including through emerging protocol work and expert-in-the-loop services. The differentiation worth having is in the architecture and the methodology, not in pretending the territory is unoccupied.

Expertise-as-Interface

I call the direction I am building toward Expertise-as-Interface.

What is Expertise-as-Interface?

Expertise-as-Interface is the architectural pattern of exposing structured expert knowledge, methodology and decision logic through human, software and machine interfaces, so that the expertise can be consumed by people, applications and AI agents without requiring the expert to personally mediate every interaction.

Expertise-as-a-service is an established term with broad usage, and it names a commercial model. Expertise-as-Interface is narrower and more architectural: it is about the interface layer and what has to travel across it for the answer to be defensible.

This is not a chatbot

Worth being blunt, because the obvious misreading is that this means training a model on my writing.

A chatbot trained on my articles is not the goal. Retrieval is not methodology. Context is not authority. An answer is not a decision. And automation is not governance.

The objective is a layered system in which knowledge, methodology, evidence, authority and human escalation remain distinguishable from one another. The moment they collapse into a single opaque response, the thing that made the expertise worth consuming is gone.

The architecture

The Expertise-as-Interface architecture: human expertise flows through nine knowledge sources into a layered governed AI architecture, past an always-on governance column of human authority, policy gates, risk and quality, evidence checks and audit logging, out to bounded research, analytics, planning, execution and monitoring agents, and finally to a decision and output panel listing decision, evidence, provenance, confidence, governance status and human escalation, returned with context for human review and accountability.
Fig. 1 · The full architecture. Human expertise is structured into codified IP, exposed through a governed stack whose policy gates, evidence checks and audit run always-on, consumed by bounded agents through least-privilege interfaces, and returned as a decision carrying its evidence, provenance, confidence and governance status. The escalation path back to a human is part of the architecture, not a fallback.

The layers, from the expertise down to the machine and back up to the human:

human expertise → research, frameworks, cases → codified IP → assessments, software, structured knowledge → API and protocol interfaces → AI systems and agents → decision logic → evidence and provenance → authority boundary → human escalation

Read top to bottom that is a supply chain for judgment. Read bottom to top it is an accountability chain, and the two have to line up. Evidence that cannot be traced back to a methodology is an assertion. A methodology with no escalation path is an unbounded principal again, one layer up.

The business model changes with it

consulting → experience → framework → IP → assessment → software → machine interface → machine consumption

The objective is not to eliminate consulting. Consulting remains the highest-value layer, and I still take engagements. The objective is to stop it being the only delivery mechanism, because an hour is not a scalable unit of judgment.

The expert does not disappear

The honest version of this future is not that AI replaces the expert.

The division that actually works looks like this. The machine handles retrieval, classification, repeatable reasoning, workflow, monitoring and evidence collection. The human handles judgment, exceptions, accountability, ambiguity, high-impact decisions and strategic interpretation.

The human becomes the highest-authority layer rather than the only interface.

Global architecture, regional intelligence

One more dimension, because it is where a lot of the hard problems actually live.

Enterprise AI architecture is global. Regulation is not. A model risk framework that satisfies one supervisor is a starting document for another, and the institutional context differs even where the text of the rule converges.

The work spans North America, Europe and the Gulf, and the combination that matters is enterprise architecture plus AI governance plus model risk plus regional regulatory intelligence, including Sharia governance considerations where they apply. Regional depth is a moat rather than a limit: it is the part that cannot be reproduced by reading a framework, and it is precisely what a general-purpose model does not carry.

What nabeelkhan.com is becoming

The site is being rebuilt as a demonstration of this architecture rather than a description of it.

  • The knowledge layer , research, articles, books
  • The IP layer , named frameworks and methodologies
  • The assessment layer , diagnostics that produce a structured result
  • The architecture layer , reference architectures and implementation patterns
  • The product layer , software
  • The machine layer , documented interfaces that AI systems can call directly
  • The expert layer , architecture, governance and advisory work

The machine layer is live. An AI system can query the published corpus and receive structured answers with resolvable identifiers, without a human mediating the request. That is the smallest honest version of Expertise-as-Interface, and it exists rather than being promised.

What I will measure

Category claims are cheap, so the site will label what things actually are: live, published, experimental, research, or planned.

I will not call an experiment a product, a framework a moat, or a prototype a production capability. If something is an idea I am testing, it will say so.

The next interface for expertise

I am not going to claim to lead a category. The defensible statement is narrower and, I think, more useful.

I am developing a body of work at the intersection of enterprise AI architecture, governed production AI, agent authority and machine-accessible expertise. nabeelkhan.com is the public knowledge base and the working laboratory for it.

The first interface for my expertise was a conversation. Then it became a document. Then a framework. Then software. The next interface is increasingly a machine.

But a machine should not inherit unlimited authority simply because it can reach the knowledge. It needs evidence. It needs boundaries. And when a decision exceeds those boundaries, it needs a human.

That is the problem I am working on, and what the new nabeelkhan.com is built to demonstrate.

From expertise to interface. From AI capability to governed production. From human knowledge to machine-accessible expertise, without removing human accountability.

© 2026 Nabeel Khan. From AI Governance to Expertise-as-Interface: Building the Architecture for Governed Production AI is published under CC BY-NC-ND 4.0. Quote it, cite it, do not repackage it.

Keep readingMore dispatches2026
Fin · № 51