HN user

saarraz1

1 karma
Posts1
Comments3
View on HN

In general the coding aspect of creating this game is very minor compared to the other aspects. I'd say around 5% of my time went to programming even before AI was a thing. Now with AI it's even less. I'd say around 10-20% of the code is AI right now. I'm mostly past the heavy programming stuff (which I mostly did before AI was as good as it is today). I do use AI a lot to create custom tool windows in Unity and to solve bugs in 3rd party packages and libraries, it's very helpful there.

Agreed. Most people don't do anything and this might actually get them to produce code at an acceptable rate. I find that I often know what I need to do and just hitting the LLM until it does what I want is more work than writing the damn code (the latter also being a better way to be convinced that it works, since you actually know what it does and how). People are very bad code reviewers, especially those people who don't do anything, so making them full time code reviewers always seemed very odd to me.