thisisbuze
thisisbuze8mo ago

Anyone successfully create a node with AI? Tips?

I have tried numerous AI nodes, and they all unfortunately do not work. Anyone have tips on how to write the prompt so that it will actually create a functioning node?
3 Replies
Gaurav Chadha
Gaurav Chadha8mo ago
Hey @thisisbuze, you can check this example prompt on how to generate a perfect node with BuildShip AI Generator - https://docs.buildship.com/ai-nodes#give-the-prompt-to-generate-the-node
AI Generated Nodes – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
thisisbuze
thisisbuze8mo ago
Thanks, would you say the AI nodes then work the best when there is API documentation you are referring to? The examples I was trying to do were related to audio/video file processing, so would be using ffmpeg library. Example: need to take a large audio or video file and chunk it down into smaller sizes, so I could pass it to OpenAI's Whisper API, which has a file size limit of 25MB.
opaidios
opaidios8mo ago
yes, but you have to be really specific about what you ask, even include desired output code I have some that parse data, I've had it build a webhook, and a few other things that worked. Maybe 20% success rate. I will also add that I use GPT to edit the node logic when I don't get what I need from the AI, that also works