Skip to content
Chimera readability score 64 out of 100, Academic reading level.

Robots walking down the street, surrounded by astounded onlookers, is an increasingly common sight. But these machines aren’t yet the do-it-all assistants you’d want working in a kitchen or factory, and a major bottleneck is data. Much like humans, robots learn best by experience. The challenge is that it’s labor-intensive and time-consuming to physically teach these machines so many actions across different settings.
“One natural idea is to use simulation as a training ground. While there has been significant progress over the last few years in the physics engines that power robotics simulators, one of the remaining challenges has been creating sufficiently rich and diverse simulation content to capture the complexity of the real world,” says Russ Tedrake, the Toyota Professor of Electrical Engineering and Computer Science (EECS), Aeronautics and Astronautics, and Mechanical Engineering at MIT, and a principal investigator at MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL).
It turns out that AI agents, or semi-autonomous programs that “think” and complete well-defined tasks, could help produce the lifelike virtual settings that robots need. The new “SceneSmith” system developed by researchers at MIT CSAIL and Toyota Research Institute uses three agents to piece together the objects, walls, and overall look of a 3D scene. Its recreations of indoor spaces such as restaurants, bedrooms, and hotels are more realistic and detailed than prior systems, helping robots practice skills and try out different ways of doing tasks before they’re powered on. In turn, engineers save time on real-world testing.
The agents have a sense of how everyday places are supposed to look because they each call on a multi-modal system called a vision-language model (VLM), specifically the state-of-the-art VLM GPT-5.2. It’s trained on lots of text and images from the internet to handle more visual prompts. This advanced model gives each agent a sort of spatial knowledge: First, a “designer” agent generates the elements of a scene, then a “critic” advises whether it looks realistic, and finally, an “orchestrator” manages their back-and-forth, deciding when the design is done. Once the three VLMs wrap up their creative collaboration, the scene is ready to load directly into physics simulation software.
“We’ve found that the system can construct 3D scenes the way a human designer would,” says MIT EECS PhD student Nicholas Pfaff, a CSAIL researcher and a lead author on a paper with Tedrake presenting the work. “We made over 1,300 scenes using a leading VLM that has internet-scale priors, and it made insanely creative and diverse arrangements. I hadn’t taught the system to do that in the prompts; it just improvised.”
Talk to my agent
Thanks to VLM agents, you can ask SceneSmith to do things like “generate a garage with a car, a workbench, tires stacked in the corner, and a ladder against the wall,” and get a virtual playground rich with objects a robot can tinker with. These rooms are decorated with up to six times more items per scene than prior methods, making them great for helping robots learn skills such as putting a cup in the sink, placing fruit on plates, and moving a soda can from a shelf to a table.
With so many rich virtual environments handy, you can evaluate whether your robot is ready for deployment without so much trial and error in the physical world. The researchers tested out different action plans (also called “policies”) in SceneSmith’s digital worlds, generating 100 unique spaces in the process. A VLM agent evaluated each attempt, and it found the robot’s plans were faulty, with the machine often failing at its chores. Humans agreed with the model’s verdicts over 99 percent of the time, which could help roboticists weed out flawed approaches in simulation before a robot moves in the real world.
But how realistic are these virtual worlds, really? It can be difficult to prove outright, so the researchers approached the question from several angles. The most telling test: they dropped a pretrained robot policy — an AI controller trained largely on real-world data, which had never seen a SceneSmith scene — into the generated environments. In one test, users told the system to “take the apple from the bowl and place it onto the cutting board,” and the simulated robot did exactly that. If the scenes didn’t closely resemble the real settings the policy had learned from, it simply wouldn’t have worked.
The team also teleoperated robots through the virtual spaces, guiding them to open cabinets, put away bottles, and navigate between rooms. Their experiments revealed that the environments hold up under sustained physical interaction, expanding beyond visual inspection.
Behind the scenes
The agents that SceneSmith uses each have a well-defined role in the generative process, fleshing out scenes in stages. They essentially create a floor plan and bring it to life.
Let’s say you wanted to create a scene similar to the first floor of a house. The “designer” VLM would start with a general layout, which the “critic” reviews, and then the “orchestrator” signs off. The agents repeat this approach for each step: adding furniture, placing objects on walls and then ceilings, and finally, dropping in objects that robots can manipulate. For example, the VLMs can add cabinets that the robots can open and close — an articulated item, which prior baselines didn’t often have.
At each stage, the second VLM ensures the scene is practical, advising that a bathtub is removed from a living room, for example. The third VLM ensures a high-quality scene is generated, even taking the design process a few turns back if the visuals aren’t up to par. Once the three VLMs wrap up their creative collaboration, the mechanics of the physical world are added via simulation software.
With a sound understanding of how rooms should look, where objects should be placed, and real-world physics, SceneSmith has a noticeable edge over prior methods. Compared to scene-generation baselines such as “HSM” and “Holodeck,” SceneSmith made environments with more objects, including a private office, a pottery store, and even a Minecraft-themed gaming room.
SceneSmith was also a favorite among over 200 users. They found the system’s visuals to be more realistic over 90 percent of the time. They also observed that, generally speaking, it followed prompts more closely than other approaches did. In other words, it was the best at generating the virtual playgrounds users actually wanted to see.
A system of many talents
Realism, diversity, and richness are all strong suits for SceneSmith, even when it comes to generating individual 3D objects. You can prompt it to create a rolling serving cart, and it’ll make a 2D image that it then turns into a detailed model with physical properties like mass, friction, and inertia.
Such a detailed process does come with a speed trade-off, though. It can take multiple hours to produce a single scene because the agents are creating and closely scrutinizing each object. With more computing power, the system could see dramatic increases in efficiency. CSAIL engineers are also hoping to expand to deformable objects (like sponges), should extensive 3D libraries become available.
“SceneSmith represents a significant advance in this regard by providing an agentic framework for generating simulation-ready indoor environments just from a simple text prompt,” says Jeremy Binagia, an applied scientist at Amazon Robotics who wasn’t involved in the research. “It advances the state of the art in several ways, including pushing the limits of the density of objects in the simulated environment, ensuring that all of the objects are physically accurate (versus just being visually realistic), and creating assets that are not constrained to a fixed library, since they can be generated via text-to-3D.”
Pfaff and Tedrake wrote the paper with Thomas Cohn SM ’24, an MIT PhD student and CSAIL researcher; and Toyota Research Institute roboticists Sergey Zakharov and Rick Cory SM ’08, PhD ’10. Their work was supported, in part, by Amazon, the U.S. Office of Naval Research, the Toyota Research Institute, and the U.S. National Science Foundation.
The team presented their findings as a spotlight at last week’s International Conference on Machine Learning.

Facts Only

* Robots require experience to learn actions across different settings.
* Training robots physically is labor-intensive and time-consuming.
* The SceneSmith system uses three agents to piece together 3D scenes of objects, walls, and overall look.
* Agents use a vision-language model (VLM), specifically GPT-5.2, for spatial knowledge.
* A "designer" agent generates scene elements, a "critic" reviews realism, and an "orchestrator" manages collaboration.
* The system reconstructs indoor spaces like restaurants and bedrooms more realistically than prior systems.
* Agents use VLMs trained on internet data to handle visual prompts.
* The system allows prompting for complex arrangements, such as generating a garage with specific objects.
* Robot policies tested in SceneSmith were evaluated by a VLM agent against real-world expectations, resulting in a 99 percent agreement rate between humans and the model regarding faulty plans.
* The system enables adding articulated items, like cabinets, to scenes that robots can manipulate.

Executive Summary

Robots require training in diverse settings, which is currently labor-intensive for physical demonstration. Researchers at MIT CSAIL and Toyota developed the SceneSmith system to address this by using AI agents to generate realistic virtual environments for robot practice. The system employs three agents—a designer, a critic, and an orchestrator—each utilizing a vision-language model (VLM) like GPT-5.2 to collaboratively construct 3D scenes based on text prompts. This process generates richly detailed indoor spaces, allowing robots to practice tasks before physical deployment. Furthermore, the system allows users to test robot policies within these virtual worlds, where an agent evaluates plans against real-world expectations learned from internet data, which helps filter out flawed approaches. The resulting environments support complex object arrangements and facilitate testing skills like placing items in kitchens or sorting objects on shelves.

Full Take

The development of SceneSmith demonstrates a significant shift from relying solely on physical, trial-and-error learning for robotics toward agentic, synthetic experience generation. The power lies in the VLM's ability to internalize multi-modal spatial priors from the internet, allowing agents to act as human designers, critics, and managers simultaneously. This pattern suggests that achieving generalist physical skills in robots may be bottlenecked not by motor control alone, but by the creation of rich, contextually accurate simulation environments. The mechanism of using AI agents to iterate on scene generation—designer setting, critic assessing reality, orchestrator managing flow—mirrors complex human design processes, suggesting a pathway for scaling robot skill acquisition through high-fidelity digital scaffolding. However, the reliance on models like GPT-5.2 and internet priors introduces an unavoidable tension: the realism of the simulation becomes entirely dependent on the breadth and accuracy of the pre-trained data, raising questions about embodied knowledge versus learned representation when deploying these systems in real-world physical constraints. What is the cost of outsourcing the world-modeling to a massive text-image model? What downstream implications does this shift in where skills are learned have for the development of truly adaptable and physically grounded AI agents?
AI agents create virtual playgrounds to help robots get crucial training data — Arc Codex