

If you label your stuff as ZERO gen ai being used in it, I would damn well expect you truly mean that.
Otherwise it is 100% false advertising.
And, as a result, I classify everyone who uses this label as false advertising, and as a result am 0% interested in buying their stuff.
There’s a huge difference between AI Slop churning to produce a garbage product, vs trying to outright lie to me and try and pretend you didnt use AI at all to make your thing, in any way.
Thats just not how reality works.
You used it, admit you used it, everyone uses it, and thats fine
But theres a difference between using AI to make the output, vs making the output with AI
I give zero fucks if your team used, for example, AI to generate placeholder images for your game development to act as sort of templates for the developers, so you can make your game way faster, and then replaced them with real actual art made by humans, ensuring key things in the art are roughly in the same spots so stuff like hitboxes and etc still line up.
Or using AI generated music placeholders so you can asap start testing your sound engine actually works, as well as a way to convey vibes and what you want to your music engineers so they can make something better.
Or using AI to assist with generating the code for your project, because everyone already does that and you are huffing copium if you think the industry isnt rife with that already
Everyone is using it for a reason, as long as you arent doing anything esoteric or bleeding edge, gen AI is about 60% accurate at producing pretty useable results for code. And I say that as a developer with 15 years experience.
If you try and point it at some niche library or framework, or a new version with stuff that just came out, yes, it shits the bed.
But if you just prompt it to do an extremely bog standard task that is already a very well solved problem, 99% of the time it mostly gets it right, right enough that all you gotta do is clean up the formatting and maybe organize it better, make it tighter or better looking, etc, but it’ll complete about 90% of the work up front.
Its extremely good at when all it has to do is just replicate code you already wrote but slightly different, like when you need to just invoke some logic for 1,2,3,4,5… You do it once for 1, start typing for 2 and it’ll just autocomplete it.
Mind you, in neovim Shift+A can do the same pretty well too if you know what you are doing.
But nonetheless, everyone uses this stuff because it works, not amazing but its really really good at doing a lot of the boring/repetitive/easy boilerplate kind of stuff.
If you arent using it, you’re going to start falling behind as other people get better and better at using it.