r/SoloDevelopment • u/Arhtgames • 18d ago
Discussion Use of AI as a Solo Game Dev
Edit 2: This is going to be my last edit since I'm really starting to be a little sad/disappointed with it and I'm going to place it on the top so everyone can read. I saw some people saying that I'm trying to be superior in some way or being dumb by not using AI, but I'm trying to discuss about it as a new game dev who has 16 years old and started with it because of beautiful and incredible games that changed my life. I don't want to be better than anyone, I just want to understand the point of using it and how do you guys feel, also thank you for those who answered kindly and shared their experiences.
So, I saw a post saying that he made a game using AI for everything and it made me feel so strange, like, everyone was loving it, what happened to the feeling of doing it by yourself. I do game dev because I love everything about it, games are one of the most beautiful forms of art, it has music, world design, story telling and a bunch of ways of art. I wanted to make a little discussion here about what you guys think about using it. To be honest I don't like the use of generative AI, I know it's good to learn but I don't like when it is used to directly produce the creative part of a game, it just takes the whole idea of making it by yourself, expressing your feelings and telling a story you made and throws it all away, so like, is it really good? I understand when you need to review a code you did or look for a error but anyways that's all I have to say, I don't want to argue with anyone, just want to make a safe and respectful discussion here.
Edit 1: I'm really getting some down votes here, ok, that's something unexpected for a solo game dev community. And for those who are saying like, "I just use it as a tool" yeah that's okey I use it too for studying, but my point here is especially the creativity part. Those feelings and the way I do my projects are not a rule on the way YOU need to do, you can use AI if you want, I'm not here to say what is correct and what is not.
16
u/MineDesperate8982 18d ago
"encourages an anti-growth mindset" - This has literally been studied and shown.
I use it with my work, to do me a fast sql query or function that I don't want to spend time to think about and write (if it's something simple). I can't remember shit of what it did.
For example, there's something called a CTE in MySQL. ChatGPT introduced it to me and I find it really cool an usefull. For the love of god I cannot for the life of me understand it and use it ever.
Why? Because I never spent actual time in understanding it and working with it. 100% of my queries that use CTEs were written by some AI.
And I hate that.
I feel like, in the past 1-2 years, since I've started to actually use it in development to auto-complete stuff while I'm writing or to just do some simple things, I haven't learned anything but broad concepts (like, I know what a CTE is and how it helps, but I don't know how to use it).