LLMs vs. VLAs: Gemini 3.7 Flash vs. MolmoAct 2
August 24, 2026
Gemini 3.7 Flash and MolmoAct 2, a dedicated vision‑language‑action model trained on this bimanual embodiment, were each given control of YAM arms to complete the following prompt: “Place the right answer on the plate.” On the table: wooden blocks spelling 3 + 4 =, candidate blocks numbered 1, 2, 4, and 7, and an empty plate.
Gemini 3.7 Flash scores 100% on this task. MolmoAct 2 scores 0%.
Embodied Reasoning: “Place the right answer on the plate.”
Success rate across five runs per model. A run succeeds only if the block matching the sum ends up on the plate.
The Task
The scene
Overhead camera. The equation reads 3 + 4 =; the answer block must go on the plate.
MolmoAct 2, final frame
Timeout at 1,200 steps. This run dragged the plate across the table; none placed a block.
Gemini 3.7 Flash, final frame
Block 7 on the plate. Every run identified the sum before the first move.
Gemini reasons in text between moves, e.g. “Moving right arm toward block 7 (3+4=7)”, then executes Cartesian end‑effector moves. MolmoAct 2 maps camera frames directly to joint trajectories; it doesn’t understand the task and often proceeds to pick up the plate instead. It didn’t pick up any blocks in any of the 5 runs.
All Runs
| Model | Result | Time (min) | Transcript | Rerun (.rrd) |
|---|---|---|---|---|
| Gemini 3.7 Flash | success | 5.5 | view | download |
| Gemini 3.7 Flash | success | 8.8 | view | download |
| Gemini 3.7 Flash | success | 2.4 | view | download |
| Gemini 3.7 Flash | success | 4.8 | view | download |
| Gemini 3.7 Flash | success | 3.5 | view | download |
| MolmoAct 2 | failure | 2.8 | NA | download |
| MolmoAct 2 | failure | 3.0 | NA | download |
| MolmoAct 2 | failure | 3.0 | NA | download |
| MolmoAct 2 | failure | 2.6 | NA | download |
| MolmoAct 2 | failure | 2.8 | NA | download |
Technical Specifications
| Arms | I2RT YAM bimanual arms (two 6‑DoF arms with parallel grippers), two identical rigs |
| Cameras | fixed overhead Intel RealSense D435 + one Intel RealSense D405 on each wrist, 224×224 RGB |
| Models | Gemini 3.7 Flash on the Interactions API, effort low, 5 runs; allenai/MolmoAct2‑BimanualYAM served locally (bfloat16, RTX 5090), 5 runs |
| Instruction | “Place the right answer on the plate.” (identical for both models) |
| Actions | Gemini: Cartesian end‑effector position moves, one move per LLM call, arm speed capped at 10%; MolmoAct 2: joint‑space chunks (action horizon 30) at 10 Hz |
| Limits | 1,200 control steps per run (both models); Gemini additionally capped at 100 LLM calls per run |
| Harness | inspect‑robots 0.53.1; collision guardrail off, joint‑effort reporting on, rig facts / formulas / advice documents in the system prompt; full wire capture |
| Scoring | binary operator judgement per run: the block equal to the sum is on the plate at the end |