Back to browse
Ariel gives LLMs direct control over live robots

Ariel gives LLMs direct control over live robots

by colinator·Mar 28, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainWizardry

VLCs over VLAs: LLMs write Python code against live robots instead of predicting actions.

Strengths
  • REPL-based control generalizes instantly to new robots without training data
  • MCP server architecture with Docker isolation provides real safety boundaries
  • Low-level API exposes direct motor position control and raw camera frames
Weaknesses
  • Currently demonstrated only on simple pan-tilt camera robot hardware
  • LLM-controlled robotics is heating up — competition from VLA models incoming
Category
Target Audience

Robotics developers, AI researchers

Similar To

Google RT-2 · Physical Intelligence π0

Post Description

Hi all! I created 'Ariel', an MCP-exposed python REPL for LLMs to directly control robots.

The basic idea is: the most impressive ability of contemporary AI is not predicting the next torque, but writing code. So this approach leans into that all the way. Unlike VLAs or diffusion, it requires no additional training data and generalizes instantly to all robots. At least for this trivial robot, it works well!

Pardon the hyperbole. Need some spice.

Similar Projects