Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Building Analytics BasicsLesson 6.1

Lesson 6.1 · Analytics & AI

Building Analytics Basics

Turning a flood of building data into insight - and knowing which analytics actually save energy

12 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

A smart building can generate a million data points a day. Without analytics, that is not intelligence - it is just very expensive noise.

Instrument a building and the data arrives whether you are ready or not: temperatures, flows, energy, occupancy, equipment status, every minute, from thousands of points. Data is not insight. A wall of trend charts nobody reads changes nothing.

Analytics is the layer that turns that raw stream into something a person or a system can act on - a number that means something, a fault worth a work order, a forecast worth planning around. This lesson gives you the map of the field: the ladder of analytics from what happened to what to do, the honest line between rules and models, and the short list of analytics that actually earn their keep.

Data is not insight. Every good analytic ends in an action someone actually takes.

The analytics ladder: descriptive, diagnostic, predictive, prescriptive

The clearest way to think about building analytics is as a ladder of four rungs, each harder than the last and each worth more. Descriptive analytics answers what happened: the dashboards, trends and reports that show yesterday's energy, this hour's temperatures, last month's peak demand. Almost every BMS gives you this, and most buildings never climb past it. Diagnostic analytics answers why: it correlates and drills down, so instead of just seeing the energy spike you find it coincided with a chiller short-cycling. Predictive analytics answers what will happen next: forecasting tomorrow's load, this week's occupancy, or when a bearing is likely to fail. Prescriptive analytics answers what to do about it: recommending or automatically taking the action - reset this setpoint, pre-cool now, schedule this repair.

The value rises as you climb, but so does the difficulty and the trust required. A useful discipline is to know which rung a given tool actually sits on. A great many products sold as AI-driven or predictive are, honestly, dressed-up descriptive dashboards. There is nothing wrong with descriptive analytics - a clear, timely chart is genuinely useful - but you should not pay for a crystal ball and receive a rear-view mirror.

The rungs also build on one another, which is why so few buildings reach the top. You cannot sensibly predict a load without first being able to describe it and diagnose why it behaves as it does, and you certainly should not let software prescribe an action it cannot explain. Each rung demands more data, more modelling and more trust than the one below - and, critically, more organisational maturity: someone to own the insight and act on it. Many buildings stall not because the higher analytics is technically out of reach, but because nobody is set up to use a prediction if they had one. A realistic goal is to climb one honest rung at a time, proving value at each before reaching higher.

THE ANALYTICS LADDERDescriptivewhat happenedDiagnosticwhy it happenedPredictivewhat will happenPrescriptivewhat to domore value, more difficultyMost buildings never climb past descriptive. The savings live higher up.
Zoom
The analytics ladder. Descriptive answers what happened, diagnostic why, predictive what will happen, and prescriptive what to do. Value and difficulty rise together, and most buildings never climb past the bottom rung - where a clear chart is useful but the real savings sit higher up.

Descriptive -> diagnostic -> predictive -> prescriptive. Value climbs; so does difficulty.

Rules versus models - and why rules win more often than vendors admit

Under the hood, building analytics runs on two broad engines: rules and models. A rule is logic you write down: if supply-air temperature is above 14 C while the cooling valve is open, flag a fault. A model is a pattern learned from data: feed a few months of history to an algorithm and it learns what normal looks like, then flags departures from it. The industry loves to talk about the second kind - machine learning, AI - because it sounds advanced. But in real buildings, a surprising share of the value comes from the first.

Rules are transparent, cheap and instant. They work on day one with no training data, they name the fault precisely, and when one fires you know exactly why. Their weakness is that they only catch what someone thought to encode. Models shine where a rule cannot express the pattern - a subtle drift across dozens of variables, an occupancy signature, a load curve. Their cost is that they need data, tuning and a degree of faith. The professional stance is not rules good, models bad or the reverse: it is start with rules, and reach for a model only when the pattern genuinely exceeds what a rule can say. Most building faults are caught by a few dozen well-chosen rules, not by deep learning.

RULE (a threshold you write)MODEL (a pattern it learns)IF supply_temp > 14CAND cooling ONTHEN flag: warm supply+ transparent, cheap, instant+ you know exactly why it fired- blind to what you did not foresee+ finds patterns no rule spelled out- needs data, tuning, trust- can be a black boxRule of thumb: start with rules. Reach for a model only when rules cannot express the pattern.Most building faults are caught by a few dozen good rules, not deep learning.
Zoom
Two engines behind building analytics. A rule is logic you write - transparent, instant, and it names the fault - but blind to what nobody encoded. A model learns a pattern from data, catching what no rule spelled out, at the cost of data, tuning and trust. Start with rules; reach for a model only when the pattern demands it.

KPIs: turning raw points into numbers that mean something

Raw data points are not KPIs. A key performance indicator is a small, stable number that tracks something you care about and can act on - and choosing good ones is half the craft. For energy: energy use intensity (annual energy per unit floor area), peak demand, load factor, and cost per square metre. For comfort and health: hours outside the comfort band, CO2 exceedances, and complaint rates. For plant: equipment runtime, cycles per hour (short-cycling is a killer), and coefficient of performance. For the analytics itself: how many faults were found, how many were real, and how much energy each avoidable one wasted.

A good KPI is normalised so comparisons are fair - energy per degree-day and per operating hour, not just kWh, because a hot month or a longer schedule is not a failure. It is leading where possible, warning you before the bill arrives rather than after. And it is few: a dashboard of two hundred gauges is a descriptive-analytics trap that no one reads. Pick the handful of numbers that would actually change a decision, normalise them honestly, and put them where the people who act on them will see them.

A KPI you cannot act on is decoration. Normalise, keep few, make it leading.

The analytics that actually save energy and catch problems

Strip away the hype and a short list of analytics reliably pays for itself. Fault detection and diagnostics (FDD) - the subject of the next lesson - catches equipment running wrong: simultaneous heating and cooling, stuck dampers, valves leaking by, sensors drifting. Energy benchmarking and load analysis finds the wasteful building, the wasteful hour, and the plant that never switches off at night. Anomaly detection flags the meter reading, the runtime or the temperature that does not fit the pattern - often the first sign of a fault or a leak. Setpoint and schedule analytics find the overrides left in place and the zones conditioned when the building is empty, which is astonishingly common and astonishingly cheap to fix.

What unites the winners is that each one serves a decision and closes a loop: it produces a specific, actionable output - a work order, a schedule change, a setpoint reset - and someone (or something) acts on it, and you can measure the result. Analytics that only produces a prettier chart, or an alert nobody triages, is a cost, not a saving. That test - what decision does this serve, and does anyone act on it - is the one to carry through the whole module.

RULE (a threshold you write)MODEL (a pattern it learns)IF supply_temp > 14CAND cooling ONTHEN flag: warm supply+ transparent, cheap, instant+ you know exactly why it fired- blind to what you did not foresee+ finds patterns no rule spelled out- needs data, tuning, trust- can be a black boxRule of thumb: start with rules. Reach for a model only when rules cannot express the pattern.Most building faults are caught by a few dozen good rules, not deep learning.
Zoom
Two engines behind building analytics. A rule is logic you write - transparent, instant, and it names the fault - but blind to what nobody encoded. A model learns a pattern from data, catching what no rule spelled out, at the cost of data, tuning and trust. Start with rules; reach for a model only when the pattern demands it.

The unglamorous foundation: analytics is only as good as its data

Every technique above rests on a foundation nobody puts in the brochure: data quality and context. An analytic fed bad data produces bad conclusions with total confidence - a temperature sensor drifting three degrees, a meter with gaps, a point mislabelled at commissioning, and your clever rule or model is now wrong in ways that are hard to spot. Practitioners will tell you that the majority of any real analytics project is not the maths at all; it is getting the data clean, complete and correctly named. That is the price of admission.

Two pieces make the foundation solid. First, storage built for the job: building data is overwhelmingly time-series - a value, a timestamp, a point - and it lives in time-series databases and historians tuned to ingest millions of readings and serve fast trends and queries. Sampling rate matters too: fifteen-minute data hides the short-cycling that one-minute data reveals. Second, and more often the bottleneck, is context. A raw point named AHU3-VLV2 means nothing to an analytic asked to run across a whole portfolio. This is exactly why metadata schemas like Brick Schema and Project Haystack exist: they tag every point with a consistent, machine-readable description of what it is and what it relates to, so a rule or KPI can be written once and applied to thousands of points across many buildings. A digital twin's structured model is the richest version of the same idea. The lesson is unglamorous but decisive: before you reach for a clever analytic, earn the right to trust its answer by getting the data foundation right. Garbage in, confident garbage out.

Most of analytics is data cleaning and tagging, not maths. Brick / Haystack give points meaning.

Tools & terms you will meet in this lesson

Descriptive / diagnostic / predictive / prescriptive analytics

The four-rung analytics maturity ladder

A simple map of where any tool really sits. Most buildings never climb past descriptive; the value is higher up.

KPI (key performance indicator)

A small, actionable, normalised number

Energy use intensity, comfort hours, short-cycling, avoidable faults. Few and leading beats many and lagging.

Rules vs models

Written logic versus learned patterns

Rules are transparent and instant; models catch what rules cannot express. Start with rules.

FDD (fault detection and diagnostics)

Analytics that catches equipment faults

One of the highest-value analytics; the subject of the next lesson.

Hands-on workshop

Workshop — place a real dashboard on the analytics ladder

You do not need a live building - a demo BMS, a home-energy app, or a screenshot of any building dashboard will do. The skill is diagnosing which rung of the ladder a tool really occupies and what it is missing to climb.

Any building or energy dashboard (a real BMS, a demo, a home-energy app, or even a screenshot) and a notebook. No coding required.

Given & goal
Goal: learn to read analytics for what it actually does, not what it is branded
Inputs: any building or energy dashboard (real, demo, or screenshot) and a notebook
Time: ~30 minutes
  1. 1List every panel on the dashboard. For each, decide which rung it sits on: is it showing what happened (descriptive), why (diagnostic), what will happen (predictive), or what to do (prescriptive)?
  2. 2Count the rungs. Most dashboards are almost entirely descriptive. Note honestly how much of the tool actually predicts or prescribes anything.
  3. 3Pick the three most useful numbers on the screen and ask of each: is it normalised (per area, per degree-day, per hour)? Is it leading or lagging? Could you act on it today?
  4. 4Find one insight the dashboard almost gives but does not close: an alert with no recommended action, a trend with no diagnosis. Write the rule or the next rung that would finish it.
  5. 5Sketch one KPI the dashboard is missing that would actually change a decision in that building, and where you would place it so the right person sees it.

You’ll walk away with
A one-page audit of a dashboard: each panel tagged to a ladder rung, three KPIs assessed for normalisation and actionability, one unfinished insight completed with a rule, and one missing KPI proposed.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectBuildings that sense & adapt

Analytics is where a building proves whether your design performs. The gap between modelled and measured energy - the notorious performance gap - only closes when someone analyses operating data against intent. Designing generous, well-placed metering and clean equipment naming is what makes that analysis possible later; a building you cannot measure is a building you cannot defend.

For the interior designerSmart comfort, wellbeing & experience

The comfort and air-quality analytics live in your domain. Hours outside the comfort band, CO2 exceedances in a packed meeting room, daylight-versus-lighting balance - these are KPIs about how the interior actually feels, not just how much energy it burns. Knowing they exist lets you argue for spaces judged on lived experience, with data to back the argument.

For the studentSkills, portfolio & proptech jobs

Building analytics is a fast-hiring, thin-supplied skill. You do not need a data-science PhD - you need to read a trend, write a sound rule, choose an honest KPI and tell insight from noise. Learn the ladder and the rules-versus-models judgement here, and you can walk into an analytics or energy-management team already speaking the language.

Misconception check

More sensors and a fancier AI dashboard automatically mean a smarter, more efficient building.

Data and dashboards are inputs, not outcomes. Plenty of heavily instrumented buildings with slick analytics portals save nothing, because no decision ever changes as a result - alerts pile up unread, KPIs are vanity numbers nobody acts on, and the AI badge hides what is really a descriptive chart. A building gets smarter only when analytics produces a specific action that someone or something takes, and the result is measured. Judge an analytics investment not by the number of sensors or the sophistication of the maths, but by the decisions it changes and the savings you can verify. A single well-aimed rule that gets a fault fixed beats a neural network whose output no one trusts or triages.
Try it

Do it yourself

Reason it through - no tools needed.

  1. 1Name the four rungs of the analytics ladder, from lowest to highest value.
  2. 2Give one honest advantage of a rule over a machine-learning model.
  3. 3What makes a KPI good rather than just a number on a screen?
  4. 4Why is a slick AI dashboard not proof that a building is saving energy?
  5. 5Name two analytics from the short list that reliably pay for themselves.
Take this with you

The one line to carry out

Analytics turns building data into decisions by climbing a ladder from what happened to what to do - and its worth is measured not in sensors or sophistication but in the actions it changes and the savings you can verify. Start with clear KPIs and good rules; reach for models only when the pattern demands it.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Predictive analyticsWikipedia, 2026.
  2. 02Digital twinWikipedia, 2026.
  3. 03Building automationWikipedia, 2026.
  4. 04Fault detection and isolationWikipedia, 2026.
Related lessons
Recap
Building analytics converts a flood of raw data into insight along a four-rung ladder - descriptive, diagnostic, predictive, prescriptive - with value and difficulty rising together. Under the hood it runs on rules (transparent, instant, best started with) and models (for patterns rules cannot express). Good KPIs are few, normalised and actionable, and the analytics that pays off is the kind that serves a decision and closes a loop.
Carry forward →

The single highest-value analytic for most buildings is catching equipment that is running wrong. Next we go deep on fault detection and diagnostics - the rules and models that spot a stuck damper or a leaking valve before the energy bill does.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →