Show HN: Vibe Code your 3D Models
11–20 of 23 posts
Re: Show HN: Vibe Code your 3D Models
#12CAD modeling seems to be safe from automation for the time being. I've tried various services and ones like sloyd.ai can't even take a simple svg and plop it onto a rectangle base. And here I thought the CS dept in my school were the elite ones since they brought in the most money and sponsorships. Turns out my fellow Mech Eng classmates will have the last laugh.
Re: Show HN: Vibe Code your 3D Models
#13CAD modeling seems to be safe from automation for the time being. I've tried various services and ones like sloyd.ai can't even take a simple svg and plop it onto a rectangle base. And here I thought the CS dept in my school were the elite ones since they brought in the most money and sponsorships. Turns out my fellow Mech Eng classmates will have the last laugh.
Re: Show HN: Vibe Code your 3D Models
#14These are fun but as long as it’s OpenSCAD it will always be a hobbyist toy and not able to be used for professional use. Which is fine! But imo an openscad rendering pipeline is pretty easy. I’m more interested in someone trying to take a stab at vibe coding models that output Brep compatible formats and generate STEP files. This is much, much harder to do but is the main step towards doing this for actual professio…
I have been trying to force LLMs to work with geometries for over a month and it's so hard. Even the best LLMs have an extremely poor sense of geometric relationships in my testing. I would also stay away from mesh based CAD like OpenSCAD and go straight for build123d which operates on real solid models (BREP): https://build123d.readthedocs.io/en/latest/index.html
So I ended up using LLM + a tool which implements hard constraints and gives back validation data to LLM so the LLM can figure out why something wouldn't fit that specific way
Re: Show HN: Vibe Code your 3D Models
#15Earlier quoted context omitted.
I have been trying to force LLMs to work with geometries for over a month and it's so hard. Even the best LLMs have an extremely poor sense of geometric relationships in my testing. I would also stay away from mesh based CAD like OpenSCAD and go straight for build123d which operates on real solid models (BREP): https://build123d.readthedocs.io/en/latest/index.html
I recently designed an eval to see if LLMs can produce usable CAD models: https://kerrickstaley.com/2026/02/22/can-frontier-llms-solve... Claude 4.6 Opus and Gemini 3.1 Pro can to some degree, although the 3D models they produce are often deficient in some way that my eval didn't capture. My eval used OpenSCAD simply due to familiarity and not having time to experiment with build123d/CadQuery. There is an academic pa…
Re: Show HN: Vibe Code your 3D Models
#16e.g. https://wiki.roshangeorge.dev/w/Blog/2026-01-11/Modeling_Wit...
Re: Show HN: Vibe Code your 3D Models
#17Re: Show HN: Vibe Code your 3D Models
#18If it’s GPL then you must care about “free software”. If that is the case, you should reconsider hosting on a fully-proprietary code forge. It requires cognitive dissonance to thing FLOSS is the right license for your project but not for your tooling/community.
It’s perfectly reasonable for people to want to license their own work under a particular license without believing that everyone else should do the same, for example. Someone with that opinion, or a whole host of other positions that allow for different licenses to coexist, wouldn’t experience any cognitive dissonance.
The question then becomes what you are going to do about your cognitive dissonance. Continue to believe that “everyone else must be wrong”?
Re: Show HN: Vibe Code your 3D Models
#19Re: Show HN: Vibe Code your 3D Models
#20I have a suggestion, a major part of 3D modelling that many can struggle with is actually UV mapping. It can take a bit of time to do to get it right and if it could be done decently with one click with better results than with Blender or paid applications like Rizom. They'd probably be a decent market out there.