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

Proposes VLAct, a representation-centric continued pre-training method for Vision-Language-Action models that preserves VLM priors and enforces cross-embodiment action semantics to turn limited robot trajectories into transferable visual-action representations; shows strong gains and sample efficiency on multiple VLA benchmarks using modest compute.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.