Home · Writing · AI operating models · essay
What I mean by an AI-native operating model
AI-native should describe a redesigned way of turning knowledge and decisions into controlled execution, not an organisation where everyone has a chatbot licence.
“AI-native” is becoming one of those phrases that can mean almost anything.
A company uses a frontier model, so it is AI-native. Employees have copilots, so the operating model is AI-native. A workflow contains an agent, so the product is AI-native.
That definition is too shallow to be useful.
When I use the phrase, I mean something more structural: the organisation has redesigned the path from knowledge and decisions to execution so that AI agents can perform meaningful work inside explicit operating boundaries.
The difference is not the model. It is the system around the model.
Start with work, not access to AI
Giving people access to an AI assistant can improve individual productivity. I use these tools constantly and the gains are real.
But individual productivity is not the same thing as an operating model.
An operating model answers different questions:
- How does work enter the system?
- Which knowledge is authoritative?
- How is priority decided?
- Who or what owns each stage?
- Which tools can be used?
- What can happen autonomously?
- Where does human judgement remain mandatory?
- Who decides what “good enough” means for the customer?
- How is completion verified?
- What happens when execution fails?
- How does the organisation learn from the result?
If those answers are unchanged, adding an AI interface may make employees faster while leaving the organisation fundamentally the same.
An AI-native operating model changes the answers.
The human contribution goes well beyond exception handling. It includes choosing the toolset, deciding which knowledge can be trusted, understanding the customer’s existing process and defining the quality threshold the system is trying to reach. Those are judgement problems before they become automation problems.
Layer one: authoritative organisational context
Agents need context, but a useful operating model cannot depend on each new session reconstructing the company from random documents and chat history.
In FundRobin, the context layer became a federated company-brain model. Knowledge stays close to the system that owns it, while a shared layer supports retrieval across workstreams and preserves provenance back to source.
The important design choice is authority.
The platform repository should be more authoritative about its current implementation than an old project note. A current commercial decision should supersede a historical plan. A shared summary is useful only if the agent can trace it back to the underlying evidence.
For me, organisational memory is the first layer because everything downstream becomes weaker if agents start with stale or ambiguous truth.
Layer two: explicit units of work
A capable model presented with a broad objective can often invent a plausible plan. That is useful for exploration. It is a poor substitute for an operating queue.
I want meaningful work represented explicitly: what is being requested, why it matters, its owner, its state, the evidence required and the authority attached to it.
This is where traditional programme and portfolio disciplines reappear in an AI-native form.
A work queue gives the organisation a shared object around which humans and agents can coordinate. It separates “this is a good idea” from “this is an authorised priority”. It creates a place for status and evidence to persist beyond one model session.
Without durable work state, autonomy becomes difficult to govern because every agent interaction starts from conversational memory rather than an operational contract.
Layer three: specialist agents with roles
I do not find the idea of one universal agent particularly helpful for organisational design.
Different work requires different context, tools and decision rights.
A research agent should be optimised to gather evidence and expose uncertainty. A planning agent should structure decisions and dependencies. An implementation agent needs repository context, tests and a bounded workspace. A reviewer should be able to challenge work without silently broadening scope. A content workflow has different side effects from a production-deployment workflow.
This resembles human organisational design for a reason.
Roles reduce ambiguity.
The key difference is speed. Machine agents can act so quickly that weak role boundaries compound faster than they do in many human teams. “Be helpful” is not an operating contract.
A useful agent role should define at least:
- purpose;
- source of context;
- available tools;
- allowed side effects;
- required outputs/evidence;
- escalation conditions;
- stop conditions.
That is enough structure to make autonomy useful rather than theatrical.
Layer four: deterministic execution around probabilistic reasoning
AI-native does not mean everything should be handled by a model.
Some parts of work are ambiguous: interpreting user intent, synthesising evidence, comparing messy descriptions, drafting, identifying patterns. Probabilistic reasoning is valuable there.
Other parts are rules: permissions, lifecycle transitions, required fields, budgets, retry limits, release gates, eligibility conditions that can be represented explicitly.
I increasingly think of the strongest AI systems as probabilistic reasoning inside a deterministic shell.
The shell is not there to constrain intelligence for its own sake. It gives the system predictable behaviour where predictability creates trust.
It also improves economics. There is no reason to spend model reasoning on a condition the software already knows how to evaluate exactly.
Layer five: tools and integrations with least privilege
Agents become operationally interesting when they can act on systems, not just describe what a person should do next.
That is also where the risk changes.
FundRobin uses MCP and other integrations to expose tools and organisational capabilities to agents. One of the design lessons has been that interoperability should not be solved by flattening permissions. An agent runtime can be connected to a control plane while production SQL, for example, remains policy-denied.
The operating principle is familiar: least privilege.
An agent should receive the tools necessary for the authorised unit of work, not every tool that could conceivably be useful.
This matters because tool access becomes part of organisational authority. A model prompt can say “do not change production”, but a stronger control is not exposing an unrestricted production mutation path to an agent that does not need one.
Layer six: human decision rights
Human-in-the-loop is sometimes treated as a maturity stage that advanced systems should grow out of.
I prefer to start from decision rights.
Which decisions should remain human-owned even if the agent becomes extremely competent?
For FundRobin, final review and consequential release or customer-facing actions are places where I deliberately retain human authority. In grant applications, the system can do substantial research, matching, preparation and drafting, but an organisation should own the claims and the final submission.
I would go further on the application itself: the impact story should remain human-owned. AI can help an organisation organise evidence, challenge a draft, identify gaps and express an argument more clearly. It should not decide what impact the organisation wants to have or quietly turn generated language into the organisation’s own conviction.
Accountability remains part of the operating model even when the AI is highly capable.
A good human gate should show the evidence required to make the decision. If the person is merely clicking approve because the system is too opaque to inspect, the organisation has preserved human latency without preserving human judgement.
Layer seven: validation and evidence
AI-native work needs a definition of done that goes beyond “the agent responded”.
For software delivery, that may include tests, build checks, browser validation, review and environment-specific release evidence. For content, it may include source validation, brand requirements and publishing checks. For a business workflow, it may include lifecycle state, external-system confirmation and audit events.
This is one of the most important pieces of the operating model because agents are very good at producing artifacts that look complete.
Evidence gives the organisation a reason to believe completion actually occurred.
I want each meaningful unit of work to answer:
What changed, what was verified, and what remains uncertain?
That makes review dramatically more useful than asking a human to repeat the work from scratch.
Layer eight: measurement and continuous improvement
The final layer is the one that turns automation into an operating model rather than a collection of workflows.
The system should produce evidence that changes future decisions.
For a product this may be user behaviour, failure rates, human overrides, latency, cost, quality measures and customer outcomes. For an organic-growth workflow, implementation completion is not the same thing as business value; the measurement window may need to stay open for weeks or months. For an agent harness, repeated review failures may reveal that the role contract or context is poorly designed.
The important thing is that learning has somewhere to go.
An AI-native organisation should become better at operating because its systems retain the evidence of what happened.
The layers work as one system
My current mental model looks roughly like this:
authoritative knowledge → prioritised work → specialist agent/human role → tools and execution → validation → human decision where required → measurement → updated knowledge and priority
The loop is more important than any individual component.
You can have excellent models and weak context. Strong agents and weak permissions. Fast implementation and weak prioritisation. Beautiful dashboards and no mechanism for feeding the evidence back into a decision.
Those are all partially AI-enabled organisations. They are not yet the operating model I mean when I say AI-native.
Human attention moves rather than disappears
An AI-native operating model does not have to mean the fewest possible humans.
FundRobin is highly automated because it is an entrepreneurial side venture and that structure creates enormous leverage. The principle I take from it is to move human attention towards the decisions where judgement, accountability, relationships or creativity matter most.
In a larger enterprise, specialists may remain deeply involved while AI changes the coordination and execution around them.
For me, an AI-native operating model is one where knowledge, authority and work are structured well enough that machine intelligence creates leverage without making the organisation less understandable or accountable.