Text-to-CAD
11–20 of 50 posts
Re: Text-to-CAD
#12It's not perfect by any stretch, but it is surprisingly strong. It was able to create and debug some pretty complicated geometry by iterating with screenshots, adjusting view angle and zoom and rendering mode, updating parametric geometry generation, and working to fairly complex goals.
Re: Text-to-CAD
#13Re: Text-to-CAD
#14I just posted this somewhere else -- but overall big fan of these text to cad rigs as projects. Obligatory mention of https://zoo.dev/ who went to extreme lengths on this. I will say I explored this reasonably deeply and came away with the conclusion that even though we have OpenSCAD and all these examples, LLMs are still very weak at spatial reasoning compared to diffusion models. You can do all sorts of tricks like…
> LLMs are still very weak at spatial reasoning compared to diffusion models Don't know what diffusion model can do, but 100% agree with the "LLMS are very weak at spatial reasoning" comment. I build a rather complex blueprint-image-to-3D-brep-model a couple of months back using codex ... ugh the damn thing has really no idea where things are in space, something a 3 year old figures out instinctively. It did end up s…
Re: Text-to-CAD
#15Re: Text-to-CAD
#16I've been using an OpenSCAD container with various local models. Dumping the render.png straight to the model, allowing it to modify the code and try again. Made some interesting things, but the main purpose was to fix things I've already made and have some weird single issue that cascades to a broken model if I touch it. OpenSCAD is the first step, FreeCAD and similar(now starting to see more CAD LLM work) are still…
Re: Text-to-CAD
#17Re: Text-to-CAD
#18Re: Text-to-CAD
#19Without benchmarks and/or a whole suite of non-cherrypicked examples, this means nothing because you can trivially make an AI generate anything from text.
Re: Text-to-CAD
#20You'll know how incapable it is when it doesn't seem to understand how servo motors work in the Demo Project.