AGP lets a general-purpose AI agent control a robot without task-specific training

AGP lets a general-purpose AI agent control a robot without task-specific training

Researchers introduce Agent as Policy (AGP), a way of putting a general-purpose AI agent directly in charge of a physical robot's task planning and execution, with no task-specific or environment-specific training beforehand. Given a task and a robot interface, the agent interprets what it sees, writes executable programs, issues motion commands to the robot, and revises its actions as it observes the physical outcomes, folding its reasoning and programming abilities into an ongoing loop with the real world rather than a policy trained for one task or setting.

The authors test AGP on several real-world manipulation tasks: assembly from human videos, block construction from goal images, die reorientation, targeted throwing, and bimanual towel folding. Numbers are reported only for block construction, where AGP reached success rates of 100%, 100% and 80% across three different configurations; the source does not say which configuration produced which rate. No quantitative results are given for the other four task types. The authors describe the work as establishing a path for general-purpose agents to act as robotic policies, extending their autonomy from digital reasoning into physical manipulation through runtime reasoning, programming and interaction.

Key facts

  • AGP places task planning and execution fully under a general-purpose AI agent's control, with no task-specific or environment-specific training.
  • The agent interprets visual evidence, writes executable programs, issues motion commands, and revises its actions based on physical outcomes.
  • Tested tasks include assembly from human videos, block construction from goal images, die reorientation, targeted throwing, and bimanual towel folding.
  • On three block-construction configurations, AGP reached success rates of 100%, 100% and 80%.
  • No quantitative results are given for the other four task types, and the text names no authors, institutions, underlying model, or publication venue.

Why it matters

General-purpose AI agents built for reasoning and coding have mostly stayed in the digital world: writing software, browsing, answering questions. AGP is a demonstration that the same reasoning and programming abilities can be pointed at a physical robot directly, without the usual step of training a dedicated policy for each task and environment. If that holds up, it points at a cheaper route to robotic manipulation: reuse an agent's existing skills at runtime instead of collecting task-specific training data and retraining for every new job.

Who it affects

Robotics researchers and teams building embodied or agentic AI systems are the direct audience: AGP is a candidate architecture for driving a robot arm or manipulator from an existing general-purpose agent rather than a purpose-built controller. It also matters to anyone evaluating how far current agents' reasoning and coding abilities extend beyond screens, since the paper treats physical manipulation as another domain for the same underlying agent.

How to use it

As described, AGP takes a task description and a robot interface as input. From there the agent reads visual evidence of the scene, writes executable code to carry out the task, sends motion commands to the robot, and adjusts its next actions once it sees the physical result, repeating that loop until the task is done. The source gives no further detail on setup, hardware requirements, code release, licensing, or cost.

How solid is it

The only quantitative evidence in the source is the block-construction result: 100%, 100% and 80% success across three configurations, without stating which rate belongs to which configuration or how many trials each figure covers. The four other task types tested, assembly from human videos, die reorientation, targeted throwing, and bimanual towel folding, carry no reported numbers at all. The text also gives no named authors, institutions, underlying agent model, or publication venue, so the claims cannot be cross-checked against a byline or a venue's review process from this source alone.

Risks and caveats

Concrete success rates exist for only one of five tested task categories, so it is not clear from the source how AGP performs on the harder dynamic and deformable-object tasks it was also run on. Block construction with goal images is also a comparatively controlled setting; the source gives no basis for judging how the approach would hold up in less structured, safety-critical, or industrial manipulation settings. With no author names, institutional affiliation, or venue given, independent verification of the results depends entirely on materials outside this source.