Using large language models for embodied planning introduces systematic safety risks
Tao Zhang, Kaixian Qu, Zhibin Li, Jiajun Wu, Marco Hutter, Manling Li, Fan Shi
THE PROBLEM
This paper focuses on Core ConceptsTaskThe job the robot is supposed to complete, such as pick-and-place, navigation, or drawer opening. Control & PlanningPlanningFiguring out what the robot should do before or during movement.. LLM-based Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. planners can produce dangerous plans even when they're good at Control & PlanningPlanningFiguring out what the robot should do before or during movement.—the best model fails only 0.4% of tasks but generates unsafe plans 28.3% of the time. This reveals that scale alone doesn't make LLMs safer planners; you need explicit safety Robot LearningTrainingThe process of fitting a model using data or experience. to deploy them in real robots without causing harm. Read the paper by tracking the Core ConceptsTaskThe job the robot is supposed to complete, such as pick-and-place, navigation, or drawer opening. definition, the Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. or data assumptions, and the evidence that supports the claimed improvement.
HOW IT WORKS
Task framing
Core method
Data and supervision
Evaluation evidence
KEY RESULTS
LLM-based Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. planners can produce dangerous plans even when they're good at Control & PlanningPlanningFiguring out what the robot should do before or during movement.—the best model fails only 0.4% of tasks but generates unsafe plans 28.3% of the time. This reveals that scale alone doesn't make LLMs safer planners; you need explicit safety Robot LearningTrainingThe process of fitting a model using data or experience. to deploy them in real robots without causing harm.
WHY DEVELOPERS SHOULD CARE
LLM-based Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. planners can produce dangerous plans even when they're good at Control & PlanningPlanningFiguring out what the robot should do before or during movement.—the best model fails only 0.4% of tasks but generates unsafe plans 28.3% of the time. This reveals that scale alone doesn't make LLMs safer planners; you need explicit safety Robot LearningTrainingThe process of fitting a model using data or experience. to deploy them in real robots without causing harm.
LIMITATIONS
The main limitation to check is whether the claimed behavior holds outside the paper's reported setup. That means testing across different Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. embodiments, scenes, objects, and data distributions.
WHAT COMES NEXT
The practical next step is independent reproduction with clear baselines, ablations, and stress tests. For a developer, the useful follow-up is to map the paper's Core ConceptsTaskThe job the robot is supposed to complete, such as pick-and-place, navigation, or drawer opening. Control & PlanningPlanningFiguring out what the robot should do before or during movement. assumptions onto a concrete Core ConceptsRobotA physical system with sensors and actuators that can observe the world and take actions. stack, then test the smallest version of the method that could run end to end.