Generating Verse code with AI

Anyone here know of a AI that can generate Verse code?

1 Like

none yet that im aware of but you can get c sharp generated then translate over to verse? depending on the complexity of the code it could be a nightmare or piece of cake- at the end of the day though you wont have access to any of the fortnite devices/function or unreal functions and those are pretty much the bread and butter of uefn verse code unfortunately

nothing yet, too new. Soon I’m sure.

If you have an understanding of how to use Verse code already, I’ve been having great success using GitHub CoPilot to streamline programming. You have to readjust everything it does a little but it works wonders and shockingly frequently reads my mind as to what I want it to do. It also had to go through a learning phase since its had no material to learn off of except from digests and a few projects I’ve done.

1 Like

Another thing i’ve been trying (that may be worth trying) is: feeding existing verse code into an AI and seeing if it can learn and output something that works.

Bard has done okay since the knowledge cutoff is recent. Hasn’t been too promising yet, but it can follow simple scripts

I like the idea of Github Copilot above, sounds solid