04 · Integrated operations

AI as a governed coordination layer

The end-to-end architecture connects specialised AI services through explicit events, policies, shared context, simulation and human decision rights.

event.buspolicy.ruledecision.logtwin.state
04 · Integrated operations

The unit of analysis becomes the governed decision architecture.

An end-to-end AI strategy does not imply one central super-model. It requires a modular architecture in which models publish and consume data objects, explicit policies govern action, digital twins support scenario testing, and humans retain defined decision rights.

01Modularity

Separate data services, models, policies and execution systems.

02Explicit contracts

Every AI output has a schema, timestamp, provenance and confidence.

03Event orientation

Changes propagate through typed events rather than ad-hoc messages.

04Human authority

Risk determines whether AI recommends, requests approval or executes.

05Observability

Log decisions, model versions, drift and realised outcomes.

06Simulation first

High-impact changes are tested in a digital twin before execution.

07Evidence

LLM outputs retain retrieved evidence and source lineage.

08Feedback

Operational outcomes update models, rules and organisational routines.

Architecture

A simple event-driven end-to-end pattern.

Decision service pseudocode

on(event): context = knowledge_graph.enrich(event) prediction = model_service.predict(context) scenario = digital_twin.test(prediction.action) decision = policy_engine.evaluate( prediction, scenario, risk, authority ) if decision.requires_human: workflow.escalate(decision) else: execution.publish(decision) decision_log.store(event, prediction, decision)

Teaching progression

StageStudent task
ProblemDefine the operational decision and value-chain boundary
RepresentationSelect table, graph, vector, text, image or event schema
ModelTrain/evaluate AI with uncertainty and baseline
DecisionAdd optimisation, policy and human authority
IntegrationConnect model output to a simulated workflow
LearningEvaluate performance, drift and organisational consequences

Research position

The team studies AI not only as an analytical technology but as an operational architecture: how data is represented, how models are programmed into workflows, how decisions cross organisational boundaries, and how industrial systems learn end-to-end.