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.
Why it matters

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.

the world 1 Sense vision · audio · sensors 2 Perceive detect · recognise 3 Context memory · state · who 4 Reason causal · symbolic · LLM 5 Plan agentic · sequencing 6 Act motion · manipulation context & memory safety envelope checked causal symbolic learned learn

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.

Why it matters

Safety standards for service and personal-care robots expect a documented argument, not a demonstration that it usually behaves.

Neural model proposes an action Rule layer explicit constraints safety & service limits knowledge graph checked before anything runs Execute approved action runs Blocked & logged with the specific rule that caught it

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.

Research and resources

For further information, see the selected references, standards and research resources below.