Ask a building manager whether they trust an AI system and you rarely get a yes or a no. You get a question back. Not how accurate is it, but something closer to what does it do when it is wrong, and how long before I find out. That instinct is correct, and most of the industry's trust discourse does not engage with it. A system that is right 97% of the time and unbounded in the remaining 3% is not 97% trustworthy. It is untrustworthy in a way that averages well.
Earlier articles in this series built a chain: resolve what each thing is, validate whether what we claim about it could be true, store the result as a graph a machine can traverse, and draw a hard boundary between the components allowed to be creative and the components required to be correct. That chain produces a system that is correct more often. This article is about the layer above it, and it asks a different question. What makes a system safe to give a role in how a building actually runs, and what does it take to earn that role rather than assert it?
The problem
Buildings became critical infrastructure without anyone reclassifying them. In healthcare settings, ventilation is an infection-control system before it is a comfort system: reviews of hospital indoor environments link inadequate ventilation to the accumulation and spread of airborne pathogens, particulates, volatile organic compounds and anaesthetic gases, with secondary infection identified as a consequence.1 Design defects in hospital HVAC translate directly into maintenance problems, service disruption and cost overruns, with air-handling units and ductwork singled out as critical to maintaining healthy conditions.2
The relationship is not simply more-is-better, which is itself instructive. A controlled reduction in operating-theatre air changes from a median of 32.8 to 20.7 per hour saved roughly 500,158 kWh annually with no significant change in surgical-site infection rates.3 The building was being run at a setting nobody had tested, in the safe direction, at measurable cost. Getting critical-facility ventilation right is a live engineering question in both directions, which is exactly the sort of question an optimisation system is now being pointed at.
Worth stating plainly at the outset: direct empirical measurement of what happens when HVAC fails in a data centre does not appear in the published record, and evidence for the consequences of ventilation failure in hospitals is largely indirect or modelled rather than observed.14 The premise of this article, that these are critical systems, is well supported in mechanism and thinly supported in incident data. That gap is part of the problem, because a risk nobody has measured is a risk nobody is pricing.
AI in these buildings has been climbing a ladder, and the assurance has not climbed with it.
It began by describing, then diagnosing, then recommending. It now increasingly acts. A model-free reinforcement learning system ran autonomously for 138 winter days across 13 real buildings, cutting heating energy by 29.7% against a multi-year historical baseline while maintaining comfort.5 Supervisory deep reinforcement learning in a large university building reported 36% lower energy cost than a comparable historical day, over a one-week experiment.6 Supervisory control against a calibrated model reported 6.5 to 7.6% annual HVAC savings, rising to 9.7% with supply-air ramp-up.7 These are real results and they are why the direction of travel is not in dispute.
They are also thin on the ground. One review found reinforcement learning present in only 23% of HVAC control studies,8 and a survey of real-world machine learning in building energy management systems identified 73 deployments in total, not all of them HVAC and not all of them supervisory.9 A field of a few dozen deployments producing double-digit savings figures is a field at the beginning of its evidence base, not the end.
What has not kept pace is the assurance offered alongside. The evidence presented for an AI system's fitness is almost always accuracy on a held-out set, which answers a question nobody in operations asked.
Accuracy is a claim about a distribution
40 wrong
decisions
per day
98% accurate × 2,000 decisions per day
Which forty is not in the figure.
The benchmark-to-practice gap
Medical language models, same class of system.10
But not always
One deployed pathology model that did not degrade in the field.11
The gap is real, large and variable. It is not a constant you can subtract.
The most quantified version of that gap comes from clinical AI, where medical language models scored 84 to 90% on knowledge-based examinations and 45 to 69% on practice-based benchmarks, a shortfall of roughly 15 to 45 percentage points, with safety-focused performance lower still at 40 to 50%.10 The honest counterweight matters as much: a deployed pathology model showed no prospective decline at all, reaching an AUC of 0.890 prospectively against 0.847 internally and 0.870 externally.11 Across predictive clinical decision-support studies, pooled real-world AUC came in at 0.652.12 The gap is not a law. It is a range wide enough that no benchmark figure tells you where in it a given system will land.
Three properties of building operations make this worse than it sounds.
The world moves underneath the model. Data and concept drift are identified as a principal deployment challenge for machine learning in buildings.13 In model predictive control, forecasting models reused without refitting, and models trained on only three months of data, showed roughly 10% higher error than the baseline, while more than two years of training data delivered no significant further gain.14 The most useful finding comes from outside buildings: across four clinical AI systems tracked longitudinally after deployment, validation-era performance did not hold, calibration drift emerged consistently, and workflow-related changes in data availability and timing were more strongly associated with degradation than population-level shift.15 Translated to a building, the retrofit is not the main threat. The BMS integrator changing an export schedule is.
The counter-evidence deserves equal billing. Controllers deployed for six weeks with continuous online learning showed no meaningful deterioration.16 Nobody has published a decay curve for building AI across buildings and seasons, which means the correct claim is that drift is a documented mechanism with an unmeasured rate, not that performance reliably falls off a cliff.
The human safeguard degrades under the conditions it exists for. Every AI building deployment names a human in the loop as its answer to risk. The evidence says that arrangement is fragile in two directions at once, which is the part usually missed. Operators over-rely on capable automation, and the framing of the interface measurably moves that reliance.1718 They also override correct recommendations, to the point that human-automation teams can underperform the automation working alone, a problem that gets worse rather than better as the automation becomes more reliable.19 Adding transparency improved accurate use of automation and simultaneously increased agreement bias.18 There is no interface setting that solves both.
Alarm volume erodes response, measurably. Across 396,011 alarms in three Swedish emergency departments, each increase of 128 alarms per hour was associated with a one-second longer response to high-severity alarms and a 4.8-second longer response to low-severity ones, against medians of 11 and 132 seconds.21 In 118 hours of ICU observation, nurses did not respond to 53.3% of 460 alarms.22 Building operations already runs close to alarm saturation before AI adds to it. An oversight arrangement premised on an alert, sceptical operator at 03:00 on the four-hundredth uneventful night has not been tested against its own assumption.
Underneath all three sits an accountability question the industry has not answered. When an AI-influenced control decision contributes to an equipment failure or a compliance breach, the chain from the decision back to the evidence behind it is usually not reconstructable, because nobody built it to be.
Why current approaches fall short
Accuracy benchmarks measure the model on data resembling what it was fitted to. They say nothing about the edges, which is where critical infrastructure fails, and nothing about behaviour on input outside anything the model has seen. The benchmark-to-practice gap is large and highly variable,1012 and it is not reliably present,11 which is worse than a consistent penalty: it means the benchmark cannot be corrected, only distrusted.
Explainable AI is offered as the answer to opacity and is a partial one. Post-hoc methods differ in the features they select, the rankings they produce and even the signs of their attributions,23 partly because they operationalise "importance" in incompatible ways.24 Fidelity is not uniform: SHAP outperformed LIME on faithfulness, consistency, monotonicity and sensitivity in one security application,25 and TreeSHAP reconstructed random-forest scores exactly while LIME proved simpler, less faithful and more variable across instances in healthcare tabular models.26 Under adversarial perturbation the picture splits again, with SHAP retaining stronger feature alignment while LIME held better top-k rank stability but produced more spurious attributions.27 No universal fidelity ranking is available. The practical conclusion for building operations is not that explanation is worthless but that an explanation of a model's internals is a weaker artefact than a traceable path through data an engineer can verify against the building itself.
Human in the loop, as a checkbox. Naming an approver satisfies a governance requirement and, unmodified, does not deliver oversight. A four-condition framework developed for medical AI sets the bar clearly: the person must understand the system and its errors, have sufficient time and cognitive capacity, hold real authority to override, and be able to intervene effectively.28 Related work adds reliable error detection, calibrated trust, uncertainty communication, complementary task allocation, preserved human skill and clear accountability.2930 A review of 84 studies identified enabling design strategies for genuine collaboration rather than approval,31 and interview work emphasises the contextual and ethical judgment the human actually contributes.32 Over-reliance is a named risk in healthcare AI, though reported without a measured effect size.20 Two findings should worry anyone designing an approval screen: incorrect AI advice reduces human accuracy, and does so most when the advice is presented before the person forms an independent judgment,34 and fixed approval gates impose cognitive and latency costs of their own.35 Where systems are opaque, complex and autonomous, they can simply exceed the comprehension of the person nominally supervising them.36
Pilot projects. One building, one season, one attentive engineering team present throughout. Pilots demonstrate capability on a good day and generate almost no evidence about a bad day, which is the entire question for critical infrastructure. The sample-size problem is visible in the field's own results: the strongest deployment evidence available runs to 13 buildings over one heating season,5 and one of the most-cited savings figures rests on a one-week comparison against a single historical day.6
Responsible AI principles. Published principles are necessary and do not constrain a running system. ISO/IEC 42001 and the NIST AI Risk Management Framework are explicitly management-system and process instruments,5960 which is valuable, and is not the same as a technical limit on what a system may do at 03:00 on a Sunday.
Functional safety, transplanted directly. The instinct to apply IEC 61508 and its descendants is sound, and the transplant does not take cleanly. Classical functional safety assumes specifiable behaviour and verification against that specification. Assurance for machine-learned components has had to move from proving fully specifiable behaviour to constructing a lifecycle-based, evidence-rich argument over bounded properties, data quality, robustness, operational context, runtime safeguards and continual monitoring.3738 Formal approaches including reachability analysis, model checking, runtime verification, shielding and barrier functions can supply real guarantees, with acknowledged limits in scalability and real-world validation.39 Where this has been tested against actual failures, crash investigations of automated systems found gaps in design-domain controls, redundancy, independent oversight, and in the reporting of machine-learning-specific evidence.40
Cybersecurity as a separate workstream. An AI system with write access to building controls is an attack surface as well as a control system. Operational technology faces documented denial-of-service, data manipulation, device hijacking and physical tampering risks,53 and attacks on energy infrastructure are a matter of record rather than speculation, as with the 2015 and 2016 attacks on the Ukrainian grid.54 Machine-learned components add their own exposure: gradient-based evasion attacks have been demonstrated against power-system neural models, alongside poisoning, model extraction, reconstruction and membership inference in connected settings.555657 Building-specific incident data is largely absent from the literature; work on machine learning in building management systems addresses deployment constraints rather than documented breaches.58 Assurance that stops at model quality has secured half the system.
What these approaches share is that they evaluate the model. Trustworthiness is a property of the system around it.
The core concept: earned, bounded, revocable authority
Trust here is not a sentiment and should not be managed as one. It is a decision about authority: what a system is permitted to do, under what conditions, on what evidence, and how the permission is withdrawn.
Three questions define it, and they are asked per decision rather than per system.
What is the blast radius?
How much of the building, and which parts, are exposed if this is wrong. A setpoint in an open-plan office and a setpoint in an operating theatre are not the same decision even when they are the same action.13
Is it reversible?
A schedule change reverses in minutes. A deferred maintenance intervention does not reverse at all, because by the time anyone knows it was wrong the failure it would have prevented has happened.
How long until it is detected?
An error that surfaces in seconds is an inconvenience. The same error surfacing in six weeks is a liability, and detection latency rather than error rate determines which one you have.15
Answering those three produces a ladder rather than a switch. A system does not become trusted; it occupies a level, and it moves up by producing the evidence that level requires.
The authority ladder · action above, evidence requirement below
Describes what happened
Provenance on every figure.
Diagnoses a probable cause
A traceable path from evidence to conclusion.
Recommends an action with an expected effect
Measured precision and recall on that recommendation class, and a basis a person can inspect.
Acts with explicit approval
The above, plus an interface where disagreement is realistic and the recommendation does not arrive before the operator's own judgment.
Acts within a bounded envelope, reviewed after the fact
Envelope enforced outside the model, a defined safe state, drift monitoring on inputs rather than outcomes.
Acts autonomously
Sustained shadow-mode performance, a verified fallback, and a revocation trigger written before deployment.
Rungs 4 and 5 are drawn dashed because no building deployment in the cited literature has earned them. The rung is a property of the decision, not of the product: one system occupies different rungs for different actions in the same building.
Two structural points carry most of the weight.
The envelope belongs outside the model
Whatever limits the system operates within, a temperature band, a rate of change, an off-limits piece of plant, a permitted time window, must be enforced by verified code the model cannot alter or talk its way around. This is the runtime-enforcement pattern from safety-critical machine learning, and it is the best-evidenced idea in this article. Safety shields monitor an untrusted controller and override any action that would violate a formally specified safe envelope, with guarantees that follow from the underlying safety model.44 Adaptive shielding updates that envelope as runtime knowledge changes while retaining probabilistic guarantees.45 Constrained reinforcement learning takes a related route, applying safety filters that minimally modify the policy's output through control-barrier conditions and quadratic programming so that hard state limits hold while learning continues.4647
It has been demonstrated on buildings. Runtime shielding reduced HVAC temperature violations,48 and neural barrier certificates improved comfort compliance while explicitly not providing absolute guarantees, because the certificate is itself an approximation.49 That caveat is the useful part: enforcement backed by a formal safety model is strong, enforcement backed by a learned approximation of one is better than nothing and is not a guarantee. A model instructed in a prompt to stay within limits is neither. It is being asked.
The system must have a defined safe state
Every critical-infrastructure discipline requires an answer to what does this do when it stops working, and AI in buildings usually has none. The answer should be boring: revert to the previous known-good control strategy, hold the last validated setpoint, hand back to the BMS sequence, and raise an alarm that says exactly that. Quantitative reliability and resilience modelling exists for tracking degradation and recovery over time,41 and system-level safeguards including design-domain controls, redundancy and independent oversight remain essential regardless of how good the learned component is.40 Degrading to conventional control is not a failure of the AI system. Failing without noticing is.
Earning authority, then, does not mean the model got better. It means the consequences of it being wrong were bounded, made detectable and made reversible before it was allowed to act.
How it works
Seven steps, in order, because each supplies what the next assumes.
Classify decisions by consequence, not by capability
Inventory every action the system can take and score each on blast radius, reversibility and detection latency. This is the operational design domain concept applied to a building: an explicit statement of the conditions the system is designed to operate within and, by exclusion, the conditions where it must hand back.3740 The output is an engineering artefact rather than a slide, it determines which rung each decision class is eligible for, and it is the first thing an auditor should ask to see.
Define the envelope, and enforce it deterministically
Physical limits, comfort and regulatory constraints, rate-of-change limits, forbidden plant and permitted windows, all expressed as machine-checkable rules executed outside the learned component.444546 Structural constraints of this kind are formally expressible and checkable on the data side, which is what SHACL exists for;64 the control side needs its equivalent, and in HVAC it has one.48 A proposal that violates the envelope is not softened. It is rejected, and logged as an exception with a reason attached.
Establish the safe state and test the path to it
Specify what the building does when the AI system is unavailable, uncertain or wrong, then exercise that path deliberately rather than discovering it during an incident. Redundancy and independent oversight belong here, and their absence is what post-incident investigations of automated systems keep finding.4041
Run in shadow mode before granting authority
The system produces decisions, the decisions are recorded, nothing is executed. What is measured is not accuracy against a labelled set but agreement with expert judgment on this building, this season, on the decisions this system will actually make.
Be precise about the evidence here, because it is thinner than the practice deserves. No published study directly evaluates shadow deployment as a mechanism for granting authority. What the literature supports is the rationale: prospective evaluation in real workflows assesses feasibility and outcomes that retrospective accuracy does not predict,5051 and human-AI interaction effects only appear when a human is in the loop, with one study finding that AI recommendations improved or degraded nurses' performance depending on whether the recommendation was correct or misleading.52 A silent live-workflow phase is where operational fragility and interaction effects become visible. That it is the obvious next step does not make it a measured one.
Monitor drift on inputs, not only on outcomes
Deployment-time validation is a snapshot of a system whose environment moves.1314 The design lesson from longitudinal post-deployment monitoring is specific and easy to miss: label-independent signals such as input missingness and data latency gave earlier warning than outcome monitoring, which was delayed by the time it takes for outcomes to be known and recorded.15 In a building, waiting for the energy bill to reveal drift is waiting a month. Watching for a point that stopped reporting, an export that arrives four hours late, or an input distribution that no longer resembles the validated range costs nothing and fires immediately.
The same instrumentation has to separate change from fault. A commissioned setpoint revision is not an anomaly, and a monitor that treats every operational change as one spends its alarm budget teaching operators to ignore it.21
Design oversight that can actually be exercised
Four requirements, each with evidence behind it. The reviewer needs to understand the system and its errors, have the time and cognitive capacity to engage, hold real authority to override, and be able to intervene effectively.28 The recommendation must not arrive before the operator's own judgment, because advice presented first anchors, and incorrect advice presented first measurably degrades human accuracy.34 Alerts must consume a budget rather than an unlimited channel, since response degrades with volume in a measurable and roughly linear way.2122 And approval gates should sit only where the decision class warrants them, because a gate on every action buys latency and cognitive load rather than safety.35
The uncomfortable finding to design against: human-automation teams can perform worse than the automation alone when operators override correct recommendations, and this gets worse as the system improves.1933 Oversight is not free, and treating it as a costless safety net is how it fails.
Log for reconstruction, and define revocation in advance
Every consequential decision records its inputs, the model and version behind it, the computed confidence, the envelope checks it passed, the approver if there was one, and what the building did next. This is what the EU AI Act's record-keeping and traceability obligations require of high-risk systems,61 and it is what makes an incident reconstructable rather than a contest of recollections. Alongside it, write down before deployment the conditions under which authority is withdrawn: drift beyond a threshold, an incident of a defined class, a plant change that invalidates the operating domain. Authority that cannot be revoked on a stated trigger was never conditional.
Why it matters
Refusal by experienced engineers is rational, and it is the actual adoption bottleneck. The obstacle is not capability. A competent operator will not act on an output they cannot check, and they are right not to. Systems that surface their basis get used. Systems that assert get overridden and then ignored, and the override behaviour is itself a measured performance cost.19
Errors stay local instead of synchronising across a portfolio. A single engineer's bad judgment affects one building. A model deployed across forty buildings makes the same bad judgment in forty buildings on the same morning. Portfolio scale is sold as the upside of AI and is symmetrically the downside, which appears almost nowhere in vendor material. Per-building envelopes and bounded authority are what keep a wrong model a local problem.
Detection latency, not error rate, is what you are actually buying. Input-level monitoring turns a six-week discovery into a same-day one.15 That single change moves a whole class of decisions from unacceptable to acceptable without touching the model.
Liability follows the audit trail. A decision chain with provenance, versioning and approval records is defensible. A decision whose basis cannot be reconstructed is a loss whether or not the decision was right.
Regulation is converging on exactly these properties. The EU AI Act imposes risk management, data governance, automatic logging, transparency, human oversight and accuracy-robustness-cybersecurity duties on high-risk systems.61 NIS2 brings a wide set of essential and important entities into scope for security and incident-reporting obligations that reach the operational technology in their buildings.62 The recast EPBD pushes on the data side through the digital building logbook and building systems data access.63 Whatever one concludes about which building applications fall inside the high-risk classification, a system built this way satisfies the requirements as a side effect rather than as a retrofit.
Trust becomes gradable rather than binary. The alternative to trusting an AI system with a building is not refusing it. It is granting the authority the evidence supports, and moving that level when the evidence moves.
heating energy reduction from autonomous reinforcement learning control across 13 real buildings over 138 winter days, comfort maintained.5
knowledge-benchmark accuracy against practice-based accuracy for the same class of models, with safety-focused evaluation lower still at 40–50%.10
longer response to low-severity alarms, measured across 396,011 alarms in three emergency departments.21
Industry perspective
Three currents are pushing the same way.
Assurance practice is migrating from adjacent industries. Automotive, aerospace and clinical AI hit this problem earlier and converged on similar answers: an explicit operational design domain, a structured safety case rather than a performance claim, assurance extended across the whole machine learning pipeline rather than the model alone, runtime enforcement independent of the learned component, and continual post-deployment monitoring.3738394243 None of this is novel engineering. It is unfamiliar in buildings, which is a different problem and a more tractable one.
Regulation is turning properties into obligations. Logging, traceability, oversight and robustness move from admirable to required for systems in scope of the AI Act,61 with security and incident duties arriving in parallel through NIS2 for critical entities.62 Management-system standards are maturing alongside them,5960 and they complement rather than replace a technical envelope.
Procurement is changing what it asks. The questions moving into tenders are shifting from what the model achieves to what happens when it is wrong: what the fallback is, what is logged, who can override, how drift is detected, and whether the semantic model is portable if the vendor is replaced. Standardisation gives that last question a real answer, as Brick, Project Haystack and the proposed ASHRAE Standard 223P converge rather than compete.6566 This is the healthiest of the three currents, because it prices assurance rather than legislating it.
What the evidence does not yet support
Almost every component of this argument is well evidenced somewhere and largely unmeasured in buildings, and the case is stronger stated that way.
There are no published incident statistics for AI-driven building control, and no controlled comparison of governed against ungoverned deployments on outcomes that matter. The consequences of HVAC failure in critical facilities are argued mostly from mechanism and modelling rather than observed failures,14 and direct empirical evidence for data centre thermal failure does not appear in the literature at all. The automation bias, override and alarm-response findings are strong but drawn from aviation, clinical and laboratory settings,17192122 and their transfer to building operations is a reasonable inference rather than a demonstrated result. Drift is a documented mechanism with an unmeasured rate: no study quantifies long-term degradation across buildings, and at least one deployment showed none over six weeks.16 Shadow-mode evaluation as an authority-granting mechanism has a rationale and no direct study behind it. Building-specific cyber incident prevalence is not established, though the attack classes are demonstrated.535558
The best-evidenced claim in this article is the narrowest one: runtime enforcement outside the learned component works, has formal guarantees when built on a formal safety model, and has been demonstrated on HVAC.44464849 The rest is a defensible architecture rather than a proven one.
How Struxiva applies these principles
Struxiva's position on the ladder is deliberate, and it is not the top rung. The platform describes, diagnoses and recommends. It does not write setpoints into plant. The reason is the argument above: the evidence base that would justify autonomous actuation in a critical building does not yet exist, in this industry or in our own results, and claiming otherwise would be a marketing decision rather than an engineering one.
What the platform does instead is make every rung below that one checkable.
The gate is the widest box in the diagram for a reason. Everything upstream of it is a proposal; nothing becomes an action, a report or an alert without passing a check written in code somebody can read.
Every figure carries its provenance. Source document, page, extraction method, validation status and date travel with the number, which is what makes rungs 0 and 1 defensible rather than asserted. An answer arrives with the path the system walked to reach it.
Confidence is computed from evidence, not requested from a model. It derives from extraction quality, source authority and cross-source agreement, and it routes. What reaches a person is what the system could not settle on its own, rather than a sample of everything, which is the alarm-budget principle applied at the source.21
Deterministic code owns everything that must be right. Ontology constraints, dimensional validation, unit conversion, reconciliation rules, graph traversal and every metric that reaches a report execute as inspectable code.64 Generative components sit at the interpretation boundary, propose candidates with a source and a confidence, and write nothing directly.
Recommendations carry their basis, and they do not arrive first. A flagged fault comes with the evidence that produced it and the affected chain from the graph, so an engineer can disagree on grounds rather than on instinct. The interface is built so the recommendation supports a judgment rather than pre-empting one, which is the design implication of the anchoring evidence.34
Monitoring watches the inputs. Points that stop reporting, exports that arrive late, distributions that leave the validated range and recommendation agreement rates are tracked continuously, because those signals move before any outcome does.15
The semantic model belongs to the customer. Built on open ontologies rather than a proprietary schema,6566 so the building's account of itself stays legible to any tool that speaks the same standard. Assurance includes being able to leave.
Key takeaways
- Accuracy is a property of a model. Trustworthiness is a property of the system around it, and only the second answers what an operator is asking.
- The gap between benchmark and practice is large, variable and not reliably present, which makes a benchmark figure something to distrust rather than something to discount by a fixed amount.
- Three questions set how much authority a system should hold, and they are asked per decision rather than per system: blast radius, reversibility and detection latency.
- Authority is a ladder from describing to acting autonomously, and each rung carries an evidence requirement rather than a promise.
- The operating envelope must be enforced by verified code outside the learned component. Shielding and constrained control provide this, with real guarantees when built on a formal safety model and weaker ones when built on a learned approximation.
- Every AI system with an operational role needs a defined safe state and a tested path to it. Degrading to conventional control is not a failure; failing without noticing is.
- Monitor drift on inputs rather than outcomes. Missing points and late exports give earlier warning than any result, and workflow changes degrade deployed models more than population shift does.
- Human oversight fails in two directions at once: operators over-rely on capable automation and also override correct recommendations, and teams can underperform the automation alone. Oversight has to be designed, budgeted and sequenced so the recommendation does not arrive before the judgment.
- Portfolio scale amplifies errors as efficiently as it amplifies value, and correlated failure across an estate is the risk vendor material consistently omits.
- Revocation criteria written before deployment are what make authority conditional. Without them, a trial is a permanent installation with an optimistic name.
- Runtime enforcement is the best-evidenced element of this design and has been demonstrated on HVAC. Most of the rest is evidenced in adjacent safety-critical domains and unmeasured in buildings, and the case is stronger stated that way.
Evidence & references
Buildings as critical infrastructure
- Gupta, N., et al. (2024). Ventilation and indoor air quality in healthcare settings: accumulation and spread of airborne pathogens, particulates, volatile organic compounds and anaesthetic gases under inadequate ventilation, with secondary infection identified as a consequence. Heliyon. doi.org/10.1016/j.heliyon.2024.e38874
- Alassafi, H., et al. (2024). Design-related HVAC defects in healthcare facilities producing maintenance problems, service disruption and cost overruns; air-handling units and ductwork identified as critical to healthy conditions. Facilities. doi.org/10.1108/F-09-2022-0121
- Lehane, A. J., et al. (2025). Reduction of operating-room air changes from a median of 32.8 to 20.7 per hour, saving approximately 500,158 kWh annually with no significant change in surgical-site infection rates. Journal of Pediatric Surgery, Article 162717. doi.org/10.1016/j.jpedsurg.2025.162717
- Kim, B. (2025). Simulated control-room retrofit reducing fire-hazard metrics by approximately 48% relative to HVAC shutdown. Case Studies in Thermal Engineering, Article 107330. doi.org/10.1016/j.csite.2025.107330
AI moving from advising to acting in real buildings
- Moshari, A., et al. (2026). Autonomous model-free reinforcement learning control operating for 138 winter days across 13 real buildings, reducing heating energy by 29.7% against a multi-year historical baseline while maintaining comfort. Applied Energy, Article 126997. doi.org/10.1016/j.apenergy.2025.126997
- Heidari, A., et al. (2025). Supervisory deep reinforcement learning applied experimentally in a large university building for one week, reporting 36% lower energy cost than a comparable historical day. Applied Energy, Article 124815. doi.org/10.1016/j.apenergy.2024.124815
- Park, M., & Kim, S. H. (2024). 6.5–7.6% annual HVAC savings, rising to 9.7% with supply-air ramp-up, validated against a calibrated TRNSYS baseline. Case Studies in Thermal Engineering, Article 105055. doi.org/10.1016/j.csite.2024.105055
- Al Sayed, K., et al. (2024). Review finding reinforcement learning present in only 23% of HVAC control studies. Journal of Building Engineering, Article 110085. doi.org/10.1016/j.jobe.2024.110085
- Michailidis, P., et al. (2025). Survey identifying 73 real-world machine learning deployments in building energy management systems. Energies, 19(1), Article 219. doi.org/10.3390/en19010219
The benchmark-to-deployment gap
- Gong, E. J., et al. (2025). Medical language models at 84–90% on knowledge-based examinations versus 45–69% on practice-based benchmarks, with safety-focused performance at 40–50%. JMIR. doi.org/10.2196/84120
- Campanella, G., et al. (2025). Deployed pathology model showing no prospective decline: prospective AUC 0.890 against retrospective internal 0.847 and external 0.870. Nature Medicine. doi.org/10.1038/s41591-025-03780-x
- Waldock, W. J., et al. (2026). Pooled real-world AUC of 0.652 across predictive clinical decision-support studies. PLOS Digital Health, Article e0001310. doi.org/10.1371/journal.pdig.0001310
Drift and degradation after deployment
- Li, Y., et al. (2025). Data and concept drift identified as a principal deployment challenge for machine learning in buildings, with online and transfer learning proposed as remedies. Journal of Building Engineering, Article 114612. doi.org/10.1016/j.jobe.2025.114612
- Langtry, M., et al. (2024). Reused forecasting models and models trained on three months of data showing approximately 10% higher error than baseline; more than two years of training data providing no significant further gain. Energy and Buildings, Article 113895. doi.org/10.1016/j.enbuild.2024.113895
- Kopanitsa, G. (2026). Longitudinal monitoring of four deployed clinical AI systems: validation-era performance not sustained, calibration drift consistently emerging, workflow-related changes in data availability and timing more strongly associated with degradation than population-level shift, and label-independent signals such as input missingness and data latency providing earlier warning than outcome monitoring. PLOS Digital Health, Article e0001534. doi.org/10.1371/journal.pdig.0001534
- Stoffel, P., et al. (2024). Controllers deployed for six weeks with continuous online learning showing no meaningful performance deterioration. Energy and Buildings, Article 114851. doi.org/10.1016/j.enbuild.2024.114851
Automation bias, override and alarm response
- Guyton, Z., et al. (2024). Automation etiquette manipulation increasing automation bias and reliance, improving performance with capable 80%-reliable automation while increasing subjective workload and reducing self-confidence. Applied Ergonomics, Article 104430. doi.org/10.1016/j.apergo.2024.104430
- Tatasciore, M., et al. (2024). Transparency improving accurate automation use while simultaneously increasing agreement bias. Cognitive Research: Principles and Implications. doi.org/10.1186/s41235-024-00599-x
- Rieger, T., et al. (2025). Human-automation teams underperforming the automation alone because operators override correct recommendations, with the effect expected to grow as automation reliability rises. IEEE Transactions on Human-Machine Systems. doi.org/10.1109/THMS.2025.3584662
- Abdelwanis, M., et al. (2024). Operator over-reliance identified as a major risk in healthcare AI, reported without a measured effect size. Journal of Safety Science and Resilience. doi.org/10.1016/j.jnlssr.2024.06.001
- Johansson, S., et al. (2025). Across 396,011 alarms in three Swedish emergency departments, each increase of 128 alarms per hour associated with a 1-second longer high-severity response and a 4.8-second longer low-severity response, against medians of 11 and 132 seconds. JACEP Open, Article 100077. doi.org/10.1016/j.acepjo.2025.100077
- Aykut, Z., & Yavuz van Giersbergen, M. (2025). In 118 hours of ICU observation, nurses not responding to 53.3% of 460 alarms while controlling 73.7%. Journal of Clinical Nursing. doi.org/10.1111/jocn.70036
Limits of post-hoc explainability
- Roy, S., et al. (2026). Explainers differing in selected features, rankings and attribution signs on the same prediction. Information and Software Technology, Article 108234. doi.org/10.1016/j.infsof.2026.108234
- Chowdhury, P., et al. (2025). Explanation methods disagreeing on complex data because they operationalise feature importance differently. Geophysics. doi.org/10.1190/geo2024-0020.1
- Kalakoti, R., et al. (2024). SHAP outperforming LIME on faithfulness, consistency, complexity, monotonicity and sensitivity for an XGBoost model in IoT botnet detection. IEEE Internet of Things Journal. doi.org/10.1109/JIOT.2024.3360626
- Qureshi, M. A., et al. (2026). TreeSHAP exactly reconstructing random-forest scores while LIME proved simpler, less faithful and more variable across instances in healthcare tabular models. PLOS ONE, Article e0351473. doi.org/10.1371/journal.pone.0351473
- Munilla, J., & Khammas, R. M. (2026). Under DeepFool attack, SHAP retaining stronger feature alignment and completeness while LIME held greater top-k rank stability with more spurious attributions. Sensors, 26(10), Article 2924. doi.org/10.3390/s26102924
Designing oversight that works
- van de Sande, D., et al. (2026). Four conditions for effective human oversight of medical AI: understanding the system and its errors, sufficient time and cognitive capacity, real authority to override, and the ability to intervene effectively, spanning procurement through decommissioning. npj Digital Medicine. doi.org/10.1038/s41746-026-02971-1
- Langer, M., et al. (2024). Requirements for effective oversight including reliable error detection, calibrated trust, uncertainty communication and clear accountability. Minds and Machines. doi.org/10.1007/s11023-024-09701-0
- Wagner, B., et al. (2025). Accountability and control requirements for automated decision systems. Frontiers in Political Science. doi.org/10.3389/fpos.2025.1611563
- Xu, G., et al. (2025). Review of 84 studies identifying four enabling design strategies for human-AI collaboration rather than simple approval, and noting that human-AI teams often fail to outperform the best individual agent. Informatics, 12(4), Article 135. doi.org/10.3390/informatics12040135
- Hao, X., et al. (2025). Twenty-eight interviews emphasising human contextual and ethical judgment in AI-supported decision-making. Sustainable Futures, Article 101152. doi.org/10.1016/j.sftr.2025.101152
- Hemmer, P., et al. (2025). Human-AI teams frequently failing to outperform the stronger individual agent. European Journal of Information Systems. doi.org/10.1080/0960085X.2025.2475962
- Agudo, U., et al. (2024). Incorrect AI advice reducing human accuracy, particularly when presented before the person forms an independent judgment. Cognitive Research: Principles and Implications. doi.org/10.1186/s41235-023-00529-3
- Kumar, M., & Singh, D. (2026). Fixed approval gates imposing cognitive and latency burdens on human supervisors. Discover Artificial Intelligence. doi.org/10.1007/s44163-026-01373-2
- Holzinger, A., et al. (2024). Opaque, complex and autonomous systems exceeding human comprehension in oversight roles. New Biotechnology. doi.org/10.1016/j.nbt.2024.12.003
Safety assurance for machine-learned components
- Gyllenhammar, M., et al. (2025). Safety assurance for machine learning shifting from proving fully specifiable behaviour to a lifecycle-based, evidence-rich argument over bounded properties, data, robustness, operational context, runtime safeguards and continual monitoring. IEEE Transactions on Intelligent Transportation Systems. doi.org/10.1109/TITS.2025.3532684
- Jia, Y., et al. (2025). Safety cases required to address deployment-specific hazards and support continual monitoring, illustrated through workflow-based clinical hazard analysis. Computers in Biology and Medicine, Article 110237. doi.org/10.1016/j.compbiomed.2025.110237
- Newcomb, A., & Ochoa, O. (2026). Review of formal approaches to machine learning assurance including reachability, model checking, runtime verification, shielding, barrier functions and risk verification, with unresolved scalability and real-world validation limits. Frontiers in Artificial Intelligence, Article 1749956. doi.org/10.3389/frai.2026.1749956
- Ballingall, S., et al. (2025). Crash investigations of automated systems finding gaps in design-domain controls, redundancy, independent oversight and the reporting of machine-learning-specific evidence. Journal of Safety Research. doi.org/10.1016/j.jsr.2024.11.008
- Faddi, Z., et al. (2024). Quantitative reliability and resilience modelling for tracking degradation and recovery over time. Risk Analysis. doi.org/10.1111/risa.14666
- Ogrizović, M., et al. (2024). Assurance extended to machine learning pipeline quality: data quality, robustness, explainability, latency and failure handling rather than prediction accuracy alone. Journal of Big Data. doi.org/10.1186/s40537-024-01028-y
- Tamascelli, N., et al. (2024). Machine learning assurance in process safety extending beyond model accuracy to pipeline and failure-handling properties. Journal of Loss Prevention in the Process Industries, Article 105343. doi.org/10.1016/j.jlp.2024.105343
Runtime enforcement outside the learned component
- Könighofer, B., et al. (2025). Safety shields monitoring an untrusted controller and overriding actions that would violate a formally specified safe envelope, with provable guarantees dependent on the underlying safety model and shield computation. ACM Computing Surveys. doi.org/10.1145/3715958
- Feng, Y., et al. (2025). Adaptive shielding updating the safety envelope as runtime knowledge changes while retaining probabilistic safety guarantees. doi.org/10.5281/zenodo.14916164
- Zhang, F., & Yang, G. (2025). Constrained reinforcement learning safety filters minimally modifying policy outputs through control-barrier-function conditions and quadratic programming so that hard state limits remain enforced during learning. IEEE Internet of Things Journal. doi.org/10.1109/JIOT.2025.3554521
- Bhatti, U., et al. (2026). Forward-invariance-based safety filtering for learned controllers. IEEE Transactions on Consumer Electronics. doi.org/10.1109/TCE.2025.3642238
- Xu, S., et al. (2025). Runtime shielding reducing HVAC temperature violations. Scientific Reports. doi.org/10.1038/s41598-025-91326-z
- Esmaeili, M., et al. (2025). Neural barrier certificates improving comfort compliance in building control while explicitly lacking absolute guarantees owing to approximation. Energies, 18(19), Article 5313. doi.org/10.3390/en18195313
Prospective evaluation before live authority
- Yuan, H. (2024). Prospective evaluation placing AI in real clinical workflows and assessing feasibility and outcomes beyond retrospective accuracy. Health Care Science. doi.org/10.1002/hcs2.114
- Macheka, S., et al. (2024). Retrospective validation not reliably predicting real-world benefit. npj Digital Medicine. doi.org/10.1038/s41746-024-01197-3
- Morey, D. A., et al. (2025). AI recommendations improving or degrading nurse performance depending on whether the recommendation was correct or misleading, across 450 students, 12 licensed nurses and 10 historical cases. npj Digital Medicine. doi.org/10.1038/s41746-025-01784-y
Security of building operational technology and machine-learned components
- Karacayılmaz, G., & Artuner, H. (2024). Industrial IoT attack classification covering denial of service, data manipulation, device hijacking and physical tampering, evaluated on a PLC, Modbus and MQTT testbed. Cluster Computing. doi.org/10.1007/s10586-024-04529-w
- Presekal, A., et al. (2024). Documented cyberattacks against the Ukrainian power grid in 2015 and 2016, with an attack-localisation method exceeding 96% accuracy across substations, control centres and wide-area networks. IEEE PES General Meeting. doi.org/10.1109/PESGM51994.2024.10688566
- Nicolas, D., et al. (2025). FGSM, DeepFool and JSMA attacks demonstrated against power-system CNN and LSTM models. Energies, 18(10), Article 2611. doi.org/10.3390/en18102611
- Liu, C., et al. (2024). Adversarial evasion, poisoning, model extraction, reconstruction, membership inference and property inference against machine learning in IoT settings. IEEE Internet of Things Journal. doi.org/10.1109/JIOT.2024.3377730
- Harbi, Y., et al. (2024). Survey of privacy and security attacks on machine learning in connected environments. Sensors, 24(16), Article 5150. doi.org/10.3390/s24165150
- Mshragi, M., & Petri, I. (2025). Machine learning deployment constraints in building management systems covering resource limitation, latency, pruning and quantisation. Artificial Intelligence Review. doi.org/10.1007/s10462-025-11226-6
Standards, ontologies and regulation
- ISO/IEC 42001:2023. Information technology, artificial intelligence, management system. iso.org: ISO/IEC 42001
- NIST. AI Risk Management Framework (AI RMF 1.0). NIST AI 100-1, January 2023. nist.gov: AI RMF
- European Union. Regulation (EU) 2024/1689 (Artificial Intelligence Act): risk management (Article 9), data and data governance (Article 10), record-keeping and automatic logging (Article 12), transparency for deployers (Article 13), human oversight (Article 14), accuracy, robustness and cybersecurity (Article 15). eur-lex.europa.eu: AI Act
- European Union. Directive (EU) 2022/2555 (NIS2), scope for essential and important entities, security risk-management measures and incident reporting. eur-lex.europa.eu: NIS2
- European Union. Directive (EU) 2024/1275 (EPBD recast), digital building logbook (Article 2(41)) and building systems data access provisions. eur-lex.europa.eu: EPBD
- W3C. Shapes Constraint Language (SHACL). W3C Recommendation, 20 July 2017. w3.org/TR/shacl
- Balaji, B., et al. (2016). Brick: Towards a Unified Metadata Schema for Buildings. BuildSys '16. doi.org/10.1145/2993422.2993577
- ASHRAE. Proposed Standard 223P: Semantic Data Model for Analytics and Automation Applications in Buildings. docs.open223.info
Bounded authority tells a building what its AI is allowed to do. It does not tell the building what will happen next. Every mechanism in this article is defensive: an envelope, a safe state, a monitor, a revocation trigger, each one a way of limiting the damage from a decision that turns out to be wrong. What none of them supply is a reason to believe the decision is right before it is made. That requires knowing how the building behaves, not just how it is connected, and behaviour is where the semantic model stops and physics, simulation and learned dynamics begin. The same discipline carries over, because a simulation that cannot say which of its inputs were assumed is no more trustworthy than a model that cannot say where its facts came from.
In future articles, we'll explore how continuous digital twins, fault detection, and predictive maintenance build on resolved identity, validated data, a semantic knowledge graph, a disciplined hybrid architecture, and bounded operational authority to create truly intelligent buildings.
Ready to see this in practice?
Talk to us about your building's data.