Intelligence that has to live with the consequences of its actions
Embodied AI extends artificial intelligence beyond software, into agents that perceive, understand and interact with the physical world — and that cannot undo what they have already done.
- Humanoid AI Robotics
- Cognitive Robotic Agents
- Human–Robot Interaction
- Conversational Robotics
- Visual & Audio Perception
- Context Awareness
- Robot Memory
- Multi-Robot Collaboration
- Robot–Cloud–Edge Orchestration
The embodied loop: perception, reasoning and action on the physical world
A software agent that makes a bad call produces a wrong answer. An embodied agent that makes a bad call moves something. That difference shapes the whole architecture: sensing, reasoning and action are one loop, and the world itself is the feedback.
Cameras, microphones and sensors feed perception. Perception feeds context and memory, so the agent knows what has already happened and who it is dealing with. Reasoning combines learned models with causal and symbolic methods to decide what to do. Then it acts, and observes what its action changed.
- Memory and personalisation mean the agent behaves consistently across encounters.
- Proactive interaction means it can initiate, not only respond.
Anything that acts in a shared physical space has to be predictable to the people around it. That is a design requirement, not a feature.
Acting safely: a learned policy is not a safety argument
A model trained on demonstrations will generalise confidently into situations it has never seen, including situations where the correct action is to stop. In a physical system that generalisation is a hazard rather than a feature.
So the same validation layer we use elsewhere sits between intention and motion. Explicit constraints — reach, force, speed, proximity, permitted operating envelope — are checked before an action is committed. What is rejected is logged with the constraint that rejected it.
Safety standards for service and personal-care robots expect a documented argument, not a demonstration that it usually behaves.
Components of the architecture
-
Sensing
Cameras, microphones and environmental sensors as the agent's only access to the world.
-
Perception
Vision, speech and recognition turning raw signal into something reasoning can use.
-
Context & memory
What has happened, who is present, and what was agreed earlier.
-
Reasoning
Language models combined with causal and neuro-symbolic methods.
-
Planning & agentic AI
Turning an objective into a sequence of actions that survive contact with reality.
-
Physical action
Motion and manipulation, bounded by explicit operating constraints.
-
Learning & adaptation
Continual improvement from what actually happened, not only from the training set.
-
Robot–cloud–edge orchestration
Placing each decision where its latency and safety requirements can be met.
Applications: where embodied agents earn their place
Areas where the technology is applicable. Deployment maturity varies, and is stated per project rather than implied here.
- 01 AI teachers and educational robots
- 02 Elderly support and family assistance
- 03 Social interaction and companionship
- 04 Professional training
- 05 Industrial support and assistance
- 06 Autonomous services
Safety standards and references
Robotics that touches people is governed by published safety standards. These are the ones that bound our work.
-
ISO/TC 299 — Robotics
(opens in a new tab)
The main ISO technical committee for robotics standardisation, and the general anchor for everything on this page.
-
ISO 13482:2014 — Personal Care Robots
(opens in a new tab)
The published safety reference for personal-care robots, and the relevant one for assistance and human-facing use cases.
-
ISO/FDIS 13482 — Service Robots
(opens in a new tab)
Forward-looking safety work for service robots in personal and commercial settings, including physical human–robot interaction. Under development
-
ISO 10218-1 — Industrial Robots
(opens in a new tab)
Relevant wherever robotic assistance is deployed in an industrial setting rather than a domestic one.
Research and resources
For further information, see the selected references, standards and research resources below.
-
Embodied AI & robotics
Gemini Robotics 2 (opens in a new tab)
Embodied reasoning, whole-body robotic intelligence and multi-robot collaboration — the current reference point for embodied AI.
Google DeepMind -
Humanoid robotics
Helix 02 — Full-Body Autonomy (opens in a new tab)
An industry reference on whole-body humanoid autonomy, perception-to-action AI and long-horizon autonomous tasks.
Figure