Can i write C# nodes using AI

hello guys,
i have a work in-progress and yes i messed up big time, there are too many clusters of nodes and too many for loops everywhere, giving a humongous cpu load. now i look at my xml code of my project and i had uploaded it to chat gpt and deepseek, is there a way to make it easier for these AI to figure out the solutions, they did provided me with codes but they seemed to be not working, i saw the youtube video on working with c# and vvvv documentation, seems like chat gpt hasnt got the precise idea to make codes for vvvv c#, yeah many of the classes in .cs are not even showing up in node browser/Main.

below in txt file , are two codes that chat gpt has provided
Fupload2.zip (1016 Bytes)

thank you for looking into this

can these AI provide solution for some bottlenecks and provide efficient and simple implementation of what i have done, i am basically looking at optimising what i have already done in vvvv using AI

@incomastate a year ago I invested some time in playing with this approach and it worked very well also without prior c# or .net experience. I was using “Visual Studio Code” for it.

The key is to tell the ChatGpt or other AI/LLM first how the c# nodes work in/for vvvv gamma:

For the general understanding of Nodes it can help at first to refer the AI to: Nodes | vvvv gamma documentation
Then especially you can point how to write nodes for vvvvv gamma in c# by referring to Writing nodes using C# | vvvv gamma documentation.

Also, as there is now the great vvvv tv tutorial Writing Nodes with C# - vvvvTv S02 E05, I just thought you may also refer to / insert an automatic transcript of the tutorial video to give more insights on understanding.

2 Likes

i tried this but its not getting popped up in node browser
seee …example txt below

getjpgfiles.zip (898 Bytes)