AI ethics is everywhere. Execution models are nowhere. So I built one
Hugging Face Forums [Unofficial]
April 16, 2026
This phenomenon is already appearing across smart home systems.
Very different devices — lights, heaters, gas valves, even medical equipment — are still being treated as the same “switch.”
This is not just a UI issue.
When a user says:
→ “Turn off the switches”
the AI doesn’t actually know what it is turning off.
That could mean:
* a light (safe)
* a heater (potentially important)
* a medical device (dangerous)
Right now, the system has no way to tell the difference.
As a result:
* there are no real safety rules
* automation becomes unreliable
* and there are no clear boundaries for AI actions
In other words, actions can happen without real understanding.
I’ve been exploring ways to address this at the system level:
* giving devices clearer meaning (beyond “switch”)
* defining explicit safety limits (time, risk, constraints)
I’ve proposed this across several ecosystems (Matter, Home Assistant, Alexa, Google)
Here is one example:
→ [Feature] Proposal: Clarifying Device Identity and Safety Semantics in Matter Using Existing Labels · Issue #71521 · project-chip/connectedhomeip · GitHub
Currently, much of this burden is pushed onto individual manufacturers, which makes the system harder to scale and not sustainable long term.
I’m curious if this connects to the “missing execution model” problem being discussed here.
Discussion in the ATmosphere