Wifey is making a video game

I mean, to be fair having AI do the bones of coding a basic framework and augmenting it to fit your need is fine, so long as you don't rely on it being correct and not knowing how to code. It's basically the equivalent of working with a website template and someone yelling at you for not having the pride to construct the website code manually. It is one of the few things AI is good at doing. However, I do agree with the sentiment that this will end up creating shitty coders that use AI as a crutch and not having the ability to understand what AI is providing.
claude gives you decent code these days, but if you don't understand wtf is going on its gonna go to shit the second it makes a mistake and you wont be able to locate where it went wrong

another problem with ai is that it seems to produce complicated solutions to simple problems, make code unnecessarily verbose giving you more breaking points

i've been learning gdscript with the help of grok and claude for some time now and i dont really trust it to give code for entire features

i'd rather ask it to make me a little part of it and explain why it works the way it does

also great for repetitive tasks, helps greatly with filling arrays and whatnot
 
Back
Top Bottom