Intuitiv/Field Notes/AI in home automation
Field Notes · 20 May 2026 · By Intuitiv

AI in home automation — what the term actually covers.

The phrase “AI in home automation” gets used to describe at least four different technologies, three of which have been in the field for over a decade and one of which is genuinely new. The trade press tends to bundle them together; the consumer marketing collapses them further. This piece sorts them apart — what each one is, when each one is genuinely useful in a residence, and where the actually new layer of intelligence shows up in the work today.

A search for “AI in home automation” returns several thousand articles claiming that artificial intelligence is transforming the smart home. Read a dozen of them and the shape of the conversation becomes clear: most of the capabilities being described have been shipping since around 2014, under different names, on rule-based architectures that don’t involve modern machine learning at all. A smaller subset describes something genuinely new — a layer above the control systems that reads what they do and writes about it in plain language. The two get conflated because they share the wrapper.

For an architect, a principal, or a senior integrator trying to make a real decision about what to specify on a current project, the conflation is unhelpful. This piece walks through the four things the phrase tends to cover, what each one does, and where the boundary between marketing language and a meaningfully new capability sits.

The four things bundled under one phrase.

When the consumer trade press writes about AI in home automation, the article is almost always describing one of four things, sometimes a mixture. Each has its own technical lineage and its own genuine value.

Voice surfaces. Alexa, Google Assistant, Apple Home over Siri, and the residential voice surfaces built into Crestron and Control4 systems. These are pattern-matching engines with speech-to-text on the front and command lookup on the back. Modern voice surfaces use neural-network speech models — that part is recent — but what they do once a sentence has been transcribed is mostly old-fashioned: match the utterance to a registered intent, fire the registered intent.

Adaptive scenes. Lighting controllers that learn the household’s evening rhythm; thermostats that learn occupied vs. unoccupied patterns; shading systems that adapt to solar load by season. These have been in the field since around 2012 in commercial buildings and since around 2015 in residential. Most are statistical rather than truly machine-learned — they keep a rolling average of when the household tends to do a thing and bias the schedule toward it. Useful; not, in any rigorous sense, intelligent.

Predictive automation. Setpoint pre-conditioning before the household arrives; pre-cooling a primary suite based on the next morning’s forecast; anticipatory shading. These overlap with adaptive scenes but lean more on forecast inputs (weather, calendar, geofencing) and less on rolling statistics. The math is well-understood and the capability is genuinely valuable in residences where mechanical plant has long thermal time-constants — geothermal, radiant slabs, large air-handlers.

Property intelligence. A layer above the home-automation system that reads everything the system produces — state changes, error codes, cycle counts, firmware versions, network behaviour — and translates the raw telemetry into a paragraph an integrator or principal can act on. This is the part of “AI in home automation” that genuinely uses large language models, and it’s also the part that isn’t in most residences yet. It is the only one of the four that materially changes how a residence is operated over its life.

Voice surfaces — the oldest claim.

Voice has been the headline AI-in-the-home story since 2014, when Amazon Echo shipped. Twelve years on, the residential value of a voice surface is well-mapped: small, specific, often overstated. It is excellent at three tasks — setting timers, dispatching media to a target room, and firing a named scene by phrase — and indifferent at the rest. Households at the top of the market tend to use voice surfaces sparingly; the wall panel, the keypad, and the muscle-memory scenes are faster for everything the household uses every day.

The newer voice surfaces — the ones built on large language models rather than command lookup — are a generational improvement on the parsing side. They handle conversational intent (“something a bit warmer in here”) where the older surfaces only handle named commands (“set living room to seventy-two”). In the field, this matters less than the demo videos suggest. The household’s actual vocabulary settles quickly into a small set of phrases, and any modern surface handles those equally well. The principal value of an LLM-backed voice surface is forgiveness on the long tail — a guest who doesn’t know the residence’s vocabulary can still get a reasonable result.

Voice is not, in our experience, the place where “AI in home automation” produces the most value. It produces the most visible value — the demo video reads well — but the lived value compounds elsewhere.

Adaptive scenes — statistics, mostly.

Lutron has shipped occupancy-learning algorithms for over a decade. Crestron Home includes scene-pattern learning that biases the home’s defaults toward the household’s actual rhythm. Most modern thermostats — ecobee, Honeywell, the Nest line — build occupancy models from sensor data and adjust schedules accordingly. The trade press calls all of these AI; in practice, the underlying math is closer to a rolling average with thresholds than to anything that would be recognised as machine learning in a current technical paper.

This is not an argument that the capability is unimportant. Adaptive scene behaviour is genuinely useful in a residence and tends to be invisible when it’s working: the morning lighting comes up at the right time without the principal having reprogrammed it twice a year; the shading drops at the right hour without anyone touching the scene editor. The household reads this as the residence having “learned them,” which is roughly true even if the technology behind it is older and simpler than the marketing suggests.

The failure mode of adaptive scenes is more interesting than the success mode. When a household’s rhythm changes — a new child, a different work schedule, a guest staying for a season — the rolling-average behaviour lags by weeks. The senior engineer’s job is to know which rooms’ scenes should be adaptive and which should be locked to specification, and to refine that calibration over the life of the residence. Adaptive everywhere is rarely the right answer; adaptive in the right places is.

Predictive automation — narrow but real.

Predictive automation overlaps with adaptive scenes but is technically a different beast: it conditions the residence ahead of an expected event rather than reacting to a pattern observed in the past. A geofence triggers a pre-conditioning routine an hour before the household arrives; the forecast says cold front overnight and the radiant slab pre-heats accordingly; the calendar shows a dinner at eight and the audio system is staged ten minutes early. The math is conventional control theory plus a forecast input, applied to systems with thermal or mechanical inertia.

In residences with serious mechanical plant — geothermal loops, radiant floors, large hydronic distribution — predictive automation is the difference between a comfortable arrival and a residence that’s still catching up two hours after the family lands. It is the only one of the four where the integrator’s job is largely model-tuning rather than scene composition. The model has to know the residence’s thermal time-constants per zone, the actual mechanical capacity, and the realistic forecast horizon. Generic predictive automation tends to disappoint; predictive automation tuned to the residence’s specific plant is reliably useful.

This part of the “AI in home automation” conversation gets undersold because it’s narrow. It is also — on residences where it applies — the one most worth investing in. The capability is mature, the value is real, and most luxury residences don’t yet have it.

Property intelligence — the actually new layer.

The first three categories — voice, adaptive scenes, predictive automation — share a property: they all live inside the control plane. They make the residence behave differently. The fourth category is structurally different. Property intelligence doesn’t modify the residence at all; it sits above the control plane, reads what the residence does, and translates the raw telemetry into language a human can act on.

A typical luxury residence today produces thousands of events a day — every relay state change, every error code, every cycle count, every firmware version. Without an intelligence layer above it, those events sit in the Crestron processor’s logs and the manufacturer dashboards, surfaced only when an integrator goes looking for them after a household complaint. With an intelligence layer, the same events get ranked, summarised, and surfaced as a paragraph the next morning: “The boiler in the east mechanical room cycled forty-seven times overnight, twice the rolling average. Likely a damper modulation issue on Zone 6. Worth a service visit.”

This is the part of the “AI in home automation” conversation that uses large language models in a load-bearing way. The model isn’t controlling the residence; it’s reading the residence and writing about it. The job is summarisation, ranking, and translation — the things LLMs are genuinely good at — not closed-loop control, which is the thing they are not good at and should not be doing in a residence.

Intuitiv AI is the property-intelligence platform this firm operates; it is one of several in a young category, and the category is real. The deeper read on what the layer does and does not do is in the companion piece on property intelligence vs. home automation. The point worth making here is structural: this is the part of the “AI in home automation” story that meaningfully changes how a residence is operated over its life. The other three are useful; this one is new.

What current AI in home automation does not do.

A short list, because it is the part of the conversation that gets most distorted by marketing copy and is most worth being candid about with a principal.

It does not run the residence autonomously. No current AI layer in residential is taking unsupervised action across a household’s lighting, climate, shades, and security. The technology can rank a finding and recommend a course; the action remains a human decision, made by the integrator with the household’s knowledge. Anyone selling autonomous-residence is selling either a demo that doesn’t survive contact with a real household or a future they can’t yet deliver.

It does not see or hear the household. The well-designed property-intelligence platforms read device telemetry, system events, network behaviour, and firmware versions. Cameras and microphones are out of scope by design. A platform that pulls camera feeds into a “property AI” story is in a different category — surveillance — with different ethical, legal, and household-trust implications. The two should not be conflated.

It does not replace the integrator. Property intelligence is a tool the integrator uses to look after more residences more thoughtfully. It is not, in any current deployment, a substitute for the engineer-of-record relationship. The platform makes the integrator faster and more accurate; the household’s relationship with their integrator is the relationship the residence is built on.

It does not eliminate site visits. A senior engineer on a residence still walks the mechanical room, listens to the boilers, checks the rack room cooling, and reviews the network diagram. The intelligence layer ranks the visits and surfaces the right diagnostic questions in advance; the visits themselves remain part of how the residence is properly looked after.

How a household notices the difference.

A residence with the first three layers — voice, adaptive scenes, predictive automation — running well feels responsive. The lights come up at the right hour, the climate is right when the family arrives, the panel hears a guest’s informal request and produces the right outcome. The household reads this as the residence being competent. Most well-built luxury residences in this decade ship with all three; the household doesn’t notice the layers separately, only the cumulative effect.

A residence that additionally has property intelligence running feels different in a way that is harder to describe. The principal stops being the first to notice problems. A humidifier filter is changed before the household complains the air feels dry; a boiler is serviced before it cycles loud enough to be heard from upstairs; a network glitch in the master suite gets resolved before the household’s evening film stutters. The residence is not running differently — the same Crestron programme is firing the same scenes — but the upkeep around it is happening on a different rhythm. The household reads this as their integrator being unusually attentive. Which is, in a way, accurate; the platform is what makes that attentiveness sustainable.

Across our experience with multi-residence households — those keeping three to seven properties — the intelligence layer matters more, not less, than at single-residence scale. A principal who is physically present in a property six weeks a year cannot notice slow drift in the systems; the integrator with intelligence above the systems can. Over a multi-year arc the residence is in better shape, and the household’s relationship with the technology stays calm.

Closing.

“AI in home automation” is a useful phrase only if it’s unpacked. Three of the four things the term tends to cover are mature, often valuable, and not particularly new. The fourth — the intelligence layer above the control plane — is genuinely new, materially useful, and likely to move from optional to standard in luxury residences over the next several years. The way home automation itself did between the early 1990s and the late 2000s.

If you’re composing a residence and weighing where to invest in “AI,” the candid answer is that voice surfaces and adaptive scenes are already in most luxury kit and don’t need to be a separate budget line; that predictive automation is worth model-tuning if the mechanical plant warrants it; and that the property-intelligence layer is the one that materially changes how the residence is operated over its life. The first three are features. The fourth is closer to a new layer in the residential technology stack.

We’re glad to read a project brief and write a candid recommendation on where each layer is genuinely worth specifying. Intuitiv AI is the property-intelligence platform we operate; the broader work — designing, programming, and overseeing the technology of a residence over its life — is what this firm primarily does.

Related writing and pages.

Property intelligence vs. home automation

The deeper read on the fourth layer above — what it is, where it sits, what it specifically does and does not do, and why the two categories coexist rather than compete.

Intuitiv AI

Our property-intelligence platform. Reads telemetry across Crestron Home and the IoT layer; translates it into plain English for the integrator and the household.

Request a consultation

← All Field Notes