AI & Computational Science

AI Agent Helps Robots Complete Complex Scientific Experiments Autonomously

How the science connects

Artificial intelli…RoboticsLaboratory automat…

AI Insight

Researchers have developed AtomBridge, an AI agent system that helps robots successfully complete complex, multi-step scientific experiments by bridging gaps between individual tasks. The system uses language models to generate transitional actions that connect atomic tasks without requiring additional training of the underlying robot control system. In tests with 8-step experimental sequences, AtomBridge improved overall success rates by 10-25% compared to existing approaches.


This technology could significantly accelerate autonomous scientific discovery by enabling robotic laboratories to reliably execute long, complex experimental protocols without human intervention. The plug-and-play design means existing robot systems can be upgraded without expensive retraining, making automated experimentation more accessible to research facilities.


⚠️ Preprint – Noch nicht peer-reviewed

Dieser Artikel wurde noch nicht von unabhängigen Experten begutachtet. Die Ergebnisse sind vorläufig und sollten mit Vorsicht interpretiert werden.

-cross
Abstract: Robotic laboratories play a critical role in autonomous scientific discovery by enabling scalable, continuous experimental execution. Recent vision-language-action (VLA) models offer a promising foundation for robotic laboratories. However, scientific experiments typically involve long-horizon tasks composed of multiple atomic tasks. Existing VLA models may fail to perform composed tasks formed by reordering and composing these known atomic actions. This limitation can arise from a skill-chaining gap caused by robot-state mismatch: the terminal robot state of one skill can fall outside the valid initial-state distribution of the next. To address this challenge, we propose AtomBridge, an Agentic VLA Inference Plugin for Long-Horizon Tasks in Scientific Experiments. AtomBridge attaches at inference time to a VLA policy already fine-tuned on atomic tasks, while keeping its weights fixed. At each task boundary, it uses LLM-based transition reasoning and robotic-action code generation to insert transitional actions between consecutive tasks. This plug-and-play design mitigates the skill-chaining gap caused by robot-state mismatch without additional VLA fine-tuning or demonstrations of composed long-horizon sequences. Across scientific manipulation sequences in simulation and a real-world experimental environment, AtomBridge improves execution continuity and per-step atomic-task success. On 8-step composed tasks, AtomBridge improves full-sequence success by 10%~25%.

Source: AtomBridge: Agentic VLA Inference Plugin for Long-Horizon Tasks in Scientific Experiments