AIAny
Icon for item

Articraft

Transforms articulated 3D asset creation into a programmatic, LLM-driven code-generation workflow that produces objects with semantic parts, robust geometry, and physical joints. Includes CLI generation, a local viewer, and pipelines for large-scale dataset contribution.

Introduction

Large-scale, diverse articulated 3D assets (objects with semantic parts and joints) are costly to author by hand and hard to standardize for training or evaluation. Articraft reframes asset creation as a code-generation problem: instead of sculpting models in heavy editors, LLMs generate model scripts and records that encode parts, geometry checks, and joint definitions so assets can be produced, validated, and versioned at scale.

What Sets It Apart
  • Programmatic asset-as-code workflow: generation outputs are Python-backed records (model.py) that describe geometry, parts, and joints, enabling automated inspection, forking, and reproducible dataset assembly — so teams can generate hundreds or thousands of variants with consistent metadata.
  • Agentic LLM integration and provider-agnostic design: the CLI and pipelines are built to run with multiple LLM providers (examples and defaults are included), and the repo accepts external AI agents for crowdsourced contributions, making large-batch generation practical without bespoke modelling pipelines.
  • Built-in viewer and dataset pipelines: a local React viewer plus dataset generation and batch-processing docs make it straightforward to preview, validate, and export generated assets for ML training or simulation use.
  • Explicit security model and licensing: generated records are executed as Python code for validation (security risk — only run untrusted outputs in sandboxes), and contributed data is released under CC-BY 4.0 for dataset use.
Who it's for — tradeoffs

Great fit if you need programmatic, large-scale generation of articulated assets for training, evaluation, or simulation and you accept an assets-as-code workflow (LLM-generated scripts + automated checks). It lowers manual modelling cost and standardizes semantic part/joint metadata for downstream ML pipelines.

Look elsewhere if your team requires production-ready CAD meshes with strict manufacturing tolerances out of the box, if you cannot sandbox executed Python, or if you need a GUI-first modelling workflow rather than a CLI/agent-driven code pipeline.

Articraft is best treated as a dataset-creation and prototyping tool: use it to rapidly populate and iterate on large collections of semantically annotated articulated objects, but validate and harden any assets before deploying them in safety-critical simulations or manufacturing pipelines.

Information

  • Websitegithub.com
  • AuthorsMatt Zhou, Ruining Li, Xiaoyang Lyu, Zhaomou Song, Zhening Huang, Chuanxia Zheng, Christian Rupprecht, Andrea Vedaldi, Shangzhe Wu
  • Published date2026/03/17

More Items

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.