Remix.run Logo
rcarmo 6 hours ago

I give it two weeks until people start running the meshes through AI:

https://taoofmac.com/space/til/2026/02/16/1334

Claude Opus was able to perfectly replicate an angular/functional part without decimating it, so I would expect the next step to be explicitly instructing AI to clean up meshes.

MITSardine an hour ago | parent [-]

That's pretty impressive! However this workflow could have trouble dealing with the types of meshes coming out of those 3D generative algorithms. Geometries are arbitrary (not simple geometric shapes) so you'll have to fit with NURBS, and the meshes are noisy so that'll struggle/be somewhat arbitrary (what do you consider feature, what do you consider noise?).

However you highlight what I think is the way forward: using scriptable CAD that can leverage LLMs or, maybe in the future, specialized generative algorithms that output in a sane geometry specification.