▲ | ranahanocka 4 days ago | |||||||
Author here. AMA! | ||||||||
▲ | panzi 2 days ago | parent | next [-] | |||||||
Do you execute the Python code directly in Blender or do you perform some sort of sandboxing? How do you make sure that the code only contains save instructions and doesn't do something like this?
Or this?
| ||||||||
▲ | GistNoesis 4 days ago | parent | prev | next [-] | |||||||
How would you go to make the llm generate object easier to 3d print (or manufacture)? Things like not using too much material, reducing the need for support, and maybe whether or not the produced part would be tough enough. Are there some datasets where some LLM learn to interact with some slicers, some Finite Elements Analysis software, or even real world 3d-printed objects to allow the model to do some quality assessment ? | ||||||||
| ||||||||
▲ | dvdplm 4 days ago | parent | prev | next [-] | |||||||
I like the idea of llms collaborating like this a lot; planning, critiquing, verifying, coding etc. I think that’s a very general and powerful approach. How did you end up with that structure and what did you try first? What are the downsides? How do the component agents communicate, just json? | ||||||||
| ||||||||
▲ | rapjr9 4 days ago | parent | prev [-] | |||||||
Could this produce a 3D model of a plastic case that will perfectly fit a PCB board? Could it be improved to also produce the CAD files for a PCB board? |