NYU Team Releases WetRobo: Coding Agents Autonomously Run Wet-Lab Experiments
A research team led by @YunaOikawa1, in a collaboration between NYU, the University of Tokyo and others (with Lerrel Pinto among the participants), released the WetRobo project (arXiv:2609.18435), targeting the intersection of robot learning and AI for Science: letting coding agents autonomously write programs in a wet lab, control a robot arm to run experimental operations, and adapt to the environment through physical trial and error. Author Sherry Yang believes the project demonstrates the potential of coding agents as an interface between foundation models and scientific instruments — the agent doesn't just reason about experimental design, but can physically execute experiments and adapt along the way.
Confirmed
- The suite consists of a robot arm plus experiment-related components and is reproducible
- Cross-lab generalization test: a VLA policy trained on Lab X demo data achieved 10/10 in Lab X but dropped to zero (0/10) when moved to Lab Y; the coding agent system with on-site adaptation achieved 10/10 in both labs
- Deployment recipe: package the robot hardware, demo data, and an AGENTS.md, hand it to a coding agent to deploy and self-adapt at a new lab — no need to re-collect teleoperation data or train new neural policies at each new site
- During adaptation the agent can call existing tools as needed, e.g., SAM for segmentation
Why it matters
- Cross-lab generalization failure (10/10 dropping to 0/10) is a classic pain point in robot learning; WetRobo sidesteps per-site retraining with a "hardware + demos + docs packaged, code adapts on-site" approach, offering a new paradigm for transferable deployment of robotic systems
- Pushing coding agents from pure software tasks into physical experiment execution and adaptation is a significant step toward connecting foundation models to scientific instruments
2026-09-19 ~ 2026-09-19 · 7 related posts
Primary sources
- [source] WetRobo: A Reproducible Robot Kit Lets Coding Agents Run Real Wet-Lab Experiments — sherryyangML · 2026-09-19
- WetRobo's Deployment Trick: Bundle Hardware, Demos and an AGENTS.md for Coding Agents — sherryyangML · 2026-09-19
- WetRobo ships robot + demos + AGENTS.md, letting a coding agent adapt tools on site — sherryyangML · 2026-09-19
- Coding-agent on-site adaptation lifts new-lab success from 0/10 to 10/10 — sherryyangML · 2026-09-19
- WetRobo: coding agents as the interface between foundation models and lab instruments — sherryyangML · 2026-09-19
- [source] NYU-led WetRobo brings robots into the wet lab for autonomous experiments — sherryyangML · 2026-09-19
1 near-duplicate retellings: sherryyangML