AI this, AI that - you can't go anywhere without something trying to force AI on you. Usually a company trying to get you to buy into what they've wasted billions on. So indie devs have begun fighting back with their No Gen AI Seal.
This feels discouraging as someone who struggled with learning programming for a very long time and only with the aid of copilot have I finally crossed the hurdles I was facing and felt like I was actually learning and progressing again.
Yes I’m still interacting with and manually adjusting and even writing sections of code. But a lot of what copilot does for me is interpret my natural language understanding of how I want to manipulate the data and translating it into actual code which I then work with and combine with the rest of the project.
But I’ve stopped looking to join any game jams because it seems even when they don’t have an explicit ban against all AI, the sentiment I get is that people feel like it’s cheating and look down on someone in my situation. I get that submitting ai slop whole sale is just garbage. But it feels like putting these blanket ‘no ai content’ stamps and badges on things excludes a lot of people.
Like I know it isn’t good code but I’m entirely self taught and it seems to work(and more importantly I mostly understand how it works) so what’s the fucking difference? How am I supposed to learn without iterating? If anyone human wants to look at my code and tell me why it’s shit, that’d actually be really helpful and I’d genuinely be thankful.
*except whoever actually said that in the comment reply’s. I blocked you so I won’t see any more from you anyways and also piss off.
I understand where you're coming from. AI can be a learning tool to help fill in some gaps in knowledge, however the moment you don't understand what it's doing and just copy and paste the code, it no longer become a tool but instead a crutch. Instead of copying and pasting code you can take the time to look into why it's doing what it's doing. For Godot in particular they have really good documentation and there's plenty of resources to learn. GD script is a pretty easy language to learn on a surface level. You should do some research into game design patterns and basic programming concepts.
I did take a look at your code and while you do have your main.gd organized, having a large monolith like that with 1100+ lines of code that has multiple responsibilities is certainly a choice. Typically you want your scripts to handle specific responsibilities, that way each script and each object that contains that script has a single responsibility. This helps with efficiency and debugging since you have smaller scripts running and if something breaks you know what broke without everything else falling apart. You employed that partly with your save manager and notification manager etc. But you could certainly pare down your main script. Also considering how much it's handling I'm curious as to what the structure of your game looks like. Godot likes to have nested objects but based off your code yours doesn't seem to be conducive to that. Also there appears to be some needless abstractions with your variable storage.
Anyways I think taking the time to research and learn some basic programming principles and game design patterns would go a long way to help you. Coding can be difficult and seem like a black box when you first get started, and AI can seem like a way to pierce through that, but if you don't learn why it's recommending the code it is then you'll never really understand what your own game is doing and that's not helpful to you or your players.
Firstly, a calculator doesn't have a double digit percent chance of bullshitting you with made up information.
If you've ever taken a calculus course you likely were not allowed to use a calculator that has the ability to solve your problems for you and you likely had to show all of your math on paper, so yes. That statement is correct.
As an artist who is learning to code its different.
It is night and day wether you have access to undo and HSV adjust but still must nail color, composition, values, proportion, perspective etc. Especially when a ton of shortcuts are also available to trad artists who can just paint over a projection. Only thing besides saving tons of money and making it easier to do your daily practise, digital art will also give you is more noob traps like brushes and then the lack of confidence from the reliance on undo and other tools like that. I transferred to traditional oil paints just fine cause the fundamentals are the one that separates the trash from the okay and above.
It is night and day when you ask ai how to make a multiplication table vs apply what you have learned previously to learn the logic behind making it yourself. Using AI wrong in programming means you don't learn the fundamentals aka you don't learn to program.
Comparing using AI to learn to program with learning to paint on ipad is wrong.
Comparing using AI to learn to program with using AI to make art for you is more apt.
You're right, my bad. I should have worded that reply better.
I meant it as a tool to help you code etc it's useful, especially if you know some coding. It can help you to say finish a game by coding mechanics you don't quite know how to make work which you can then fix up yourself with the desired parameters etc.
If it helps with finishing your idea of a game (especially if it's something like the first game you've ever made), it's useful in order to learn some of the workflow involved in making a game.
None of your examples are even close to a comparison with AI which steals from people to generate approximate nonsense while costing massive amounts of electricity.
The rapid growth of AI and the investments into the underlying AI infrastructure have significantly intensified the power demands of data centers. Globally, data centers consumed an estimated 240–340 TWh of electricity in 2022—approximately 1% to 1.3% of global electricity use, according to the International Energy Agency (IEA). In the early 2010s, data center energy footprints grew at a relatively moderate pace, thanks to efficiency gains and the shift toward hyperscale facilities, which are more efficient than smaller server rooms.
That stable growth pattern has given way to explosive demand. The IEA projects that global data center electricity consumption could double between 2022 and 2026. Similarly, IDC forecasts that surging AI workloads will drive a massive increase in data center capacity and power usage, with global electricity consumption from data centers projected to double to 857 TWh between 2023 and 2028. Purpose-built AI nfrastructure is at the core of this growth, with IDC estimating that AI data center capacity will expand at a 40.5% CAGR through 2027.
Lets just say we're at the halfway point and its 600 TWh per anum compared to 285 for gamers.
So more than fucking double, yeah.
And to reiterate, people generate thousands of frames in a session of gaming, vs a handful of images or maybe some emails in a session of AI.
But we're not comparing the global energy use of LLMs, diffusion engines, other specialized AI (like protein foldings) etc to ONLY the American gaming market.
The conversation was specifically about image generative AI. You can stop moving the goalposts and building a strawman now, and while at it answer the first question too.
Apparently you can only read 2 of 3 lines, that estimate was a global projection of gaming cost IF the globe followed similar trends to the USA (because thats the only available data) so the real global cost estimate for gaming might be far far lower.
That still doesn't address that the energy use of AI in your statistics includes all AI rather than just image generation.
If we're including all AI use cases, we'd have to consider all non-AI use cases on the other end too, not just gaming, such as anime production, 3D rendering, etc that also using graphic card cycles.
LMAO wtf? I included all of gaming opposed to all generative AI. My estimate also included the cost of production if you check the source.
You're the one who wanted to compare AI power costs to gaming costs and now you've shifted the goalpost to all power costs for everything total?
It's a waste. AI is a massive fucking waste. It's going to actually literally kill us all with climate change alone, it's going to multiply our power consumption many times over in only a couple of decades at the current rate even after you account for efficiency gains. It's beyond worthless, it's an almost pure negative.
I like to use AI autocomplete when programming not because it solves problems for me (it fucking sucks at that if you're not a beginner), but because it's good at literally just guessing what I want to do next so I don't have to type it out. If I do something to the X coordinate, I probably want to do the same/similar thing to the Y and Z coordinates and AI's really good at picking up that sort of thing.
FWIW I agree with you. The people who say they don't support these tools come across as purists or virtue signallers.
I would agree with not having AI art* or music and sounds. In games I've played with it in, it sounds so out of place.
However support to make coding more accessible with the use of a tool shouldn't be frowned upon. I wonder if people felt the same way when C was released, and they thought everyone should be an assembly programmer.
The irony is that most programmers were just googling and getting answers from stackoverflow, now they don't even need to Google.
*unless the aim is procedurally generated games i guess, but if they're using assets I get not using AI generated ones.
The people who say they don't support these tools come across as purists or virtue signallers.
It is now "purist" to protest against the usage of tools that by and large steal from the work of countless unpaid, uncredited, unconsenting artists, writers, and programmers. It is virtue signaling to say I don't support OpenAI or their shitty capital chasing pig-brethren. It's fucking "organic labelling" to want to support like-minded people instead of big tech.
Y'all are ridiculous. The more of this I see, the more radicalized I get. Cool tech, yes, I admit! But wow, you just want to sweep all those pesky little ethical issues aside because... it makes you more productive? Shit, it's like you're competing with Altman on the unlikeability ranking.