Tencent's WorldClaw Builds Editable 3D Open Worlds From a Single Text Prompt
Tencent's WorldClaw uses an LLM agent pipeline to turn a text prompt into a fully editable, game-ready 3D open world — no video, no Gaussian splatting.
- WorldClaw is Tencent Hunyuan's agentic framework that generates large-scale, freely explorable 3D open worlds from a single text prompt.
- Every output is composed of independent, editable textured meshes — not video, not Gaussian splats — making scenes game-engine ready.
- The pipeline has three stages: intent analysis, global terrain generation, and regional object placement, all orchestrated by Claude Opus 4.8 as the agent backbone.
- It uses GPT-Image-2, SAM3D, and Hunyuan3D as specialist tools, running inside Blender 5.1.1 on 4 NVIDIA H20 GPUs.
- Key limitations: quality is tightly coupled to frontier model access, and LLM-generated code for terrain construction can produce scale/placement errors.
- The
WorldClaw is Tencent Hunyuan's latest push into AI-generated 3D content, and it takes a fundamentally different approach from everything that came before it. The team introduces WorldClaw as an agentic framework for generating large-scale, explicit, and editable 3D open-worlds from open-ended text prompts. The key word here is explicit: every tree, rock, and building is a real, independently editable mesh , not a baked video, not a cloud of Gaussian splats (a popular but hard-to-edit 3D representation technique), and not a panoramic illusion.
Generating large-scale, freely explorable 3D worlds from open-ended text remains challenging because a system must jointly maintain global spatial coherence, rich local content, and explicit assets suitable for downstream editing and reuse. WorldClaw's answer to that challenge is an agentic workflow , a chain of AI agents that each handle a different layer of the problem, from high-level planning down to per-object geometry refinement.
One prompt, three stages
WorldClaw employs a coarse-to-fine, global-to-regional agentic framework with three stages: Intent Analysis and Planning, Global Terrain Generation, and Regional Object Generation and Placement. Think of it as a tiny automated game studio: one agent reads the brief, another builds the landscape, and a third populates it with props.

- Stage 1 , Intent Analysis: Planning agents translate a text prompt into a structured specification of regions, terrain, assets, materials, and spatial relations.
- Stage 2 , Global Terrain: A semantic-layout-guided procedural terrain generator creates controllable landforms and asset scattering based on region-aware plans.
- Stage 3 , Regional Detail: For detail-demanding regions, it generates terrain-conditioned compositions, reconstructs editable textured meshes, and recovers their placement on the terrain; render-based agents further refine terrain, objects, appearance, and contacts.
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise. Create a free account to read the rest of this story.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves