Ask AI to write your components

Hi, I developped a simple plugin to ask AI to write c# components:

https://www.food4rhino.com/en/app/ai-script-generator

My goal was to make it:

  • Quick to use, no need to copy paste back and forth into an AI console.

  • Context embeded, so that you don’t have to write an introduction prompt like “Wite a c# scriptable component blah blah blah”, just describe the logic of the component, that’s all.

  • Aware of the scriptable component status: what are the defined inputs outputs, what code is already written inside, and are there any build errors, which makes AI fully integrated.

I worked and played around with it for a few days, and I find it delightfull when my laysiness to write code shows up (constantly). The cool thing is that it made me focus on the core idea of my tasks: what is the logic, how to describe it in a clean way. In then end I have more thoughts of geometry and mathematics in mind than coding syntax, which is very cool I think. Here is an example of usecase:

But I would really appreaciate to know how you would find it, and I am really looking forward to get critics, so please, give it a try !

Cheers,
Ludovic

Wow ! Impressive, it works ! Thank you so much !