aDSL: Agentic 3D Creation via Joint Agent-Program Design
Summary
The paper introduces aDSL, a co-designed domain-specific language and multi-agent system that improve LLM-driven 3D program synthesis through relational operators and iterative feedback, enhancing robustness and controllability in 3D content creation.
View Cached Full Text
Cached at: 08/19/26, 03:58 AM
Paper page - aDSL: Agentic 3D Creation via Joint Agent-Program Design
Source: https://huggingface.co/papers/2608.17975
Abstract
A co-designed domain-specific language and multi-agent system improve LLM-driven 3D program synthesis by using relational operators and iterative execution feedback.
Programmatic representations provide a compelling paradigm for 3D content creation, enabling fine-grained edits, interpretability, and explicit structural control. Yet, agentic workflows that rely on large language models (LLMs) to author 3D programs remain brittle, often failing to translate high-level intent into consistent low-level geometry. We attribute this fragility to a mismatch between existing programmatic interfaces and the reasoning strengths of LLMs, which favor semantic structure and spatial relations over fragile numeric choices. In this paper, we jointly design anAgent-centric Domain-Specific Language(aDSL) and a role-specializedmulti-agent systemto close this gap.aDSLbridges semantic logic and geometric constraints by emphasizing composability and spatial reasoning; it enables agents to manipulate geometry throughrelational operatorsinstead of brittle absolute coordinates. Building onaDSL, our training-freemulti-agent systemfollows aPlan-Execute-Critic loopto decompose requests, synthesize code, and iteratively repair errors and constraint violations using execution feedback. Experiments show that this co-design improves robustness, controllability, and faithfulness to user intent. Our method outperforms prior LLM-based baselines ontext-to-shapeandimage-to-shapetasks while preserving explicit structure, editability, and interpretability. It also enables downstream applications such asarticulated object creationandstructured scene composition. Our code is available at https://github.com/sig-pku/aDSL.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.17975
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.17975 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.17975 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.17975 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
DSLs Enable Reliable Use of LLMs
This article explores how domain-specific languages (DSLs) improve the reliability and design insight when using LLMs for code generation, emphasizing iterative design and constrained syntax.
DALM: A Domain-Algebraic Language Model via Three-Phase Structured Generation
DALM proposes a domain-algebraic language model that generates text under exact structural constraints derived from a domain lattice, addressing hallucination by organizing knowledge into separate domain fibers with algebraic guarantees. The model uses three-phase structured denoising (domain → relation → concept) with domain-annotated training data to prevent cross-domain contamination.
Improving Auto-Design of Neural PDE Solvers with a Domain-Specific Language
This paper introduces ADSL-PDE, a domain-specific language that provides a structured search space for auto-designing neural PDE solvers, improving search efficiency and optimization stability by abstracting away low-level implementation details. The evolutionary agent built on this representation achieves over 52% performance improvement within the first ten iterations across PDE benchmarks.
@PatrickToulme: This exercise makes me believe the future of DSLs and compilers is very much agentic. Programming languages and DSLs bu…
Claude Fable used the pyptx DSL to write a FlashAttention forward kernel for NVIDIA B200 that achieves near-parity performance with the hand-tuned CUTLASS kernel, demonstrating the potential for AI agents in compiler and DSL design.
How a new DSL may survive in the era of LLMs
The article explores how new domain-specific languages (DSLs) can remain relevant in the age of LLMs by emphasizing strong documentation, interactive landing pages, and robust tooling such as language servers and diagnostics, using the author's projects Web Pipe and Datafarm as examples.