I built a new type of AI tool; it generates 3D objects composed of their constituent parts (instead of the monolithic solid blobs all 3D AI generators produce).
Summary
A new AI tool generates 3D objects by generating code, resulting in objects with separate, functional parts rather than monolithic blobs. It is free and open-source on GitHub.
Similar Articles
I built a tool that generates 3D objects assembled with separate, logical parts (e.g. it generated a microwave in the video with complete internal assembly and a door that swings open)
A new open-source tool called Nova3D uses an LLM to generate 3D objects with separate logical parts (e.g., a microwave with internal assembly and a swinging door), unlike monolithic AI generators. It writes Blender Python code to create clean, modular GLB exports suitable for animation and editing.
A tool I built to generate 3D objects with functional, articulated parts. It's on github, and is mostly LLM-agnostic.
A developer built a pipeline that uses an LLM as a structured code compiler to generate Blender Python code, producing 3D objects with functional, articulated parts instead of monolithic meshes. The tool is open-source and LLM-agnostic.
I built a 2.5D visual compiler for AI agents: It separates topology from geometry so LLMs stop generating spaghetti diagrams.
An open-source 2.5D diagram engine in Go that separates topology from geometry to enable LLMs to generate clean architecture diagrams without spatial hallucinations.
Apple’s Open-Source 3D AI Generation Is Here: LiTo
Apple has released LiTo, an open-source AI model for 3D generation.
AI Generated Code Quality
The article discusses concerns that as AI tools generate increasing amounts of code, future models trained on this synthetic code may suffer from reduced quality and originality, and asks how major AI labs like OpenAI, Anthropic, and GitHub plan to address this issue.