I’ve been experimenting with this also!
Chat GPT seems to be best at conceptualizing mostly, it will need a lot of prompts to refactor and get the exact desired results. But it’s good at giving you ideas on how to tackle a problem and how you can structure things. It seems a little out of date now tbh.
I can highly recommend Claude AI, so far it’s much faster than GPT as it seems to understand what you want from your code much easier than GPT with less prompting. It also seems to understand UE specific c++ better and has lot of suggestions and considerations for improvements and optimisations for your code. I’ve enjoyed Claude a lot so far.
I haven’t tried Co pilot yet but sounds like it could be worth a go!
I’m also curious if it’s possible to get Cody AI extension in VS to work with and understand unreal engine related code.
I think this is probably a more rapidly expanding field than we can currently imagine! It’s fantastic as a learning aid aswell as a general assistance to productivity.
What would be a serious game changer is if / when someone comes up with something that can take in blueprint nodes and output c++! Ehehe
Or even something that can generate blueprint graphs for super fast prototyping