Eurogamer is shit. You can serve ads without tracking. But, they don’t care.
Probably invaluable if you’re intent on pumping out slop.
Video games are an art. If you outsource your art to shitty robots…what service is it that you’re providing? What are you doing that I can’t do my fucking self.
Way I see it AI should be allowed to be used on grunt work that stays in the background. Stuff nobody would notice but that would still take up time, so the dev can focus on making the stuff in the foreground better. Indie dev teams can be small, sometimes just one person, and the quality stands to increase if they can offload dumb, time-consuming tasks elsewhere.
No, I’m not talking about LLMs here.
Making the rest of the video game.
all parts of videogames are art. sound, visuals, level design, code. you could make the argument that someone who enjoys some of those things but not all of them could more easily get a thing out the door if they could automate one part of it.
Honestly, it would be weird for any industry to start caring about ethics after all this time.
Not an endorsement of AI but a criticism of capitalism.
AI is the future. Sure you can hate on it all you like. Can’t stop progress.
Ya you can, stop using it and don’t. No use, no VC money nor customers. Business baby
I can guarantee you that there will not be a point in time at which everybody on the planet just decides to stop using AI out of the goodness of their hearts.
All I ask is in what way are LLMs progress. Ability to generate a lot of slop is pretty much only thing LLMs are good for. Even that is not really cheap, especially factoring the environmental costs.
How much do you know about transformers?
Have you ever programmed an interpreter for interactive fiction / MUDs, before all this AI crap? It’s a great example of the power that even super tiny models can accomplish. NLP interfaces are a useful thing for people.
Also consider that Firefox or Electron apps require more RAM and CPU and waste more energy than small language models. A Gemma slm can translate things into English using less energy than it requires to open a modern browser. And I know that because I’m literally watching the resources get used.
LLMs are actually spectacular for indexing large amounts of text data and pulling out the answer to a query. Combine that with natural language processing and it is literally what we all thought Ask Jeeves was back in the day. If you ever spent time sifting through stack overflow pages or parsing discussion threads, that is what it is good at. And many models actually provide ways to get a readout of the “thought process” and links to pages that support the answer which drastically reduces the impact of hallucinations.
And many of those don’t necessarily require significant power usage… relative to what is already running in data centers.
The problem is that people use it and decide it is “like magic” and then insist on using it for EVERYTHING. And you go from “Write me a simple function to interface with this specific API” to “Write me an application to do my taxes and then file them for me”
Of course, there is also the issue of where training data comes from. Which is why so much of the “generative AI” stuff is so disgusting because it is just stealing copyrighted data left and right. Rather than the search engine style LLMs that mostly just ignore the proverbial
README_FBI.txt
file.And the “this is magic” is on both sides. The evangelists are demonstrably morons. But the rabid anti-AI/“AI” crowd are just as bad with “it gave you a wrong answer, it is worthless”. Think of it less like a magic box and more like asking a question on a message board. You are gonna get a LOT of FUD and it is on you to do additional searches to corroborate when it actually matters.
Like a lot of things AI/“AI”, they are REALLY good at replacing intern/junior level employees (and all the consequences of that…) and are a way to speed through grunt work. And, much like farming a task out to that junior level employee, you need to actually supervise it and check the results. Whether that is making sure it actually does what you want it to do or making sure they didn’t steal copyrighted work.
Sure everything starts with meager beginnings. The AI you’re upset about existing may find the cure to many diseases. It may save the planet one day.
The type of AI that researchers are building to try cure diseases are not LLMs. So not the stuff that is running behind these kind of tech for games.
or a silly, halfwit race to build out the infrastructure (because they’re smoking their own product) that could crash the economy.
You’re only seeing the upsides - make nifty pictures, ai music, whatever - because the entire shitshow is a free or exceptionally underpriced preview of what’s to come. while everyone from google to grok to your mom fails to find a way to actually profit off of it all when they have to figure the costs of the water, power, training data, lawsuits and other shit into the actual equation it blows up.
These aren’t my ideas - please, take a break from your preconceptions and read:
https://futurism.com/data-centers-financial-bubble
https://www.dailykos.com/stories/2025/8/22/2339789/-Why-The-AI-Bubble-Will-Burst
Where is the idea that LLMs will ever to curing diseases coming from? What is the possible mechanism? LLMs generate text from probability distributions. There is no reason to trust their output because they don’t have built-in concept of true or false. When one cannot judge the quality of the output, how can one reliably use it as a tool for any purpose, let alone scientific research?
There are other general AIs that can look over imaging like cat scans and in some situations catch things a doctor can’t.
There are also ones that can simulate drug interactions with the body and can be used to model creating novel drugs for treatments.
These are not LLMs though.
Heh. Out of curiosity how many nfts did you buy?
Zero. I took a deep dive into nfts and determined they were problematic.
It can be stopped just like climate change but we won‘t and kill humanity instead apparently.
We as humans can take steps to lessen our impact on the planet. We cannot stop climate change. The planet by design will always change climates. It has changed without humans influence and it will continue after we are gone.
Don’t be pedantic. Anyone with half a brain knows that when someone brings up “climate change” they’re referring to “human-made climate change” — and it’s completely uncontroversial that the changes we’ve made since the industrial revolution have greatly outweighed the changes of the Earth’s natural climate cycles.
Yep that’s absolutely not what people are talking about when they say ‘climate change’ in this context, they mean anthropogenic climate change, and you know it. Your bad faith response shows you have no interest in an honest discussion.
doesn’t have to be an ethical nightmare. Public domain datasets on local hardware using renewable eletricity, who’s mad now, the artist you already can’t afford to pay because you have no fucking money anyway?
Out of legit curiosity, how many models do you know trained exclusively on public domain data, which are actually useful?
anything trained on common corpus. which, oddly, is harder to find than the actual training data.
I mean this respectfully, but that wasn’t an actual answer.
no, it sort of reinforced your point.
I see, that’s fair.
Beyond the copyright issues and energy issues, AI does some serious damage to your ability to do actual hard research. And I’m not just talking about “AI brain.”
Let’s say you’re looking to solve a programming problem. If you use a search engine and look up the question or a string of keywords, what do you usually do? You look through each link that comes up and judge books by their covers (to an extent). “Do these look like reputable sites? Have I heard of any of them before?” You scroll click a bunch of them and read through them. Now you evaluate their contents. “Have I already tried this info? Oh this answer is from 15 years ago, it might be outdated.” Then you pare down your links to a smaller number and try the solution each one provides, one at a time.
Now let’s say you use an AI to do the same thing. You pray to the Oracle, and the Oracle responds with a single answer. It’s a total soup of its training data. You can’t tell where specifically it got any of this info. You just have to trust it on faith. You try it, maybe it works, maybe it doesn’t. If it doesn’t, you have to write a new prayer try again.
Even running a local model means you can’t discern the source material from the output. This isn’t Garbage In Garbage Out, but Stew In Soup Out. You can feed an AI a corpus of perfectly useful information, but it will churn everthing into a single liquidy mass at the end. You can’t be critical about the output, because there’s nothing to critique but a homogenous answer. And because the process is destructive, you can’t un-soup the output. You’ve robbed yourself of the ability to learn from the input, and put all your faith into the Oracle.
The topic is : using AIs for game dev.
- I’m pretty sure that generating placeholder art isn’t going to ruin my ability to research
- AIs need to be used TAKING THEIR FLAWS INTO ACCOUNT and for very specific things.
I’m just going to be upfront: AI haters don’t know the actual way this shit works except that by existing, LLMS drain oceans and create more global warming than the entire petrol industry, and AI bros are filling their codebases with junk code that’s going to explode in their faces from anywhere between 6 months to 3 years.
There is a sane take : use AIs sparingly, taking their flaws into consideration, for placeholder work, or once you obtain a training base on content you are allowed to use. Run it locally, and use renewable sources for electricity.
Wild to see you call for a “sane take” when you strawman the actual water problem into “draining the oceans.”
Local residents with nearby data centers aren’t being told to take fewer showers with salt water from the ocean.
Is that a problem with the existence of llms as a technology, or shitty corporations working with corrupt governments in starving local people of resources to turn a quick buck?
If you are allowing a data center to be built, you need to make sure you have power etc to build it without negativitely impacting the local people. It’s not the fault of an LLM that they fucked this shit up.
Are you really gonna use the “guns don’t kill people, people kill people” argument to defend LLMS?
Let’s not forget that the first ‘L’ stands for “large”. These things do not exist without massive, power and resource hungry data centers. You can’t just say “Blame government mismanagement! Blame corporate greed!” without acknowledging that LLMs cease to exist without those things.
And even with all of those resources behind it, the technology is still only marginally useful at best. LLMs still hallucinate, they still confidently distribute misinformation, they still contribute to mental health crises in vulnerable individuals, and no one really has any idea how to stop those things from happening.
What tangible benefit is there to LLMs that justifies their absurd cost? Honestly?
making up deficiencies in your own artistic and linguistic skills , getting easy starting points for coding solutions.
LLMs still hallucinate,
Emergent behaviour can be useful in coming up with new ideas that you were not expecting and areas to explore
they still confidently distribute misinformation,
yeah, that’s been a problem since language, if you want a statement more close to the topic at hand, the printing press.
they still contribute to mental health crises in vulnerable individuals, and no one really has any idea how to stop those things from happening.
so does the fucking internet.
Are you really gonna use the “guns don’t kill people, people kill people” argument to defend LLMS?
chad.jpg
as someone who has studied ml since around 2015, i’m still not convinced. i run local models, i train on CC data, i triple-check everything, and it’s just not that useful. it’s fun, but not productive.
you can’t be critical about the answer
You actually can, and you should be. And the process is not destructive since you can always undo in tools like cursor, or discard in git.
Besides, you can steer a good coding LLM in a right direction. The better you understand what are you doing - the better.
You misunderstood, I wasn’t saying you can’t Ctrl Z after using the output, but that the process of training an AI on a corpus yields a black box. This process can’t be reverse engineered to see how it came up with it’s answers.
It can’t tell you how much of one source it used over another. It can’t tell you what it’s priorities are in evaluating data… not without the risk of hallucinating on you when you ask it.
How would you be critical of the answer without also doing a traditional search to compare its answer? If you have to search and verify the answer anyway, didn’t we just add an unnecessary step to the process?
You can have knowledge of the technology firsthand and just need to generate the code? I mean I would need to google different function names and conversion tricks all the time anyway, even if I’m really good at it. If AI slops it for me, it just speeds it up by a lot, and I can notice bad moments.
Again, the better you know what you are doing, the more it could help.
But if you know what you’re doing, you can do a better job than the “AI”…??? This is a weird argument
With infinite time, sure. Time isn’t infinite.
That would be all well and good, if corpos weren’t pushing AI as a technology that everyone should be using all the time to reshape their daily lives.
The people most attracted to AI as a technology (and the ones that AI companies are marketing to the hardest) are the ones who want to use it for things where they don’t already have domain-specific expertise. Non-artists generating art, or non-coders making apps on “vibes”, etc. Have you ever heard of Travis Kalanick? He’s one of the co-founders of Uber and he recently made the news after he went on some podcast to breathlessly rave about how he’s been using LLMs to do “vibe physics”. Kalanick, as you can guess, is not a physicist. In fact he’s not a scientist of any kind.
The vast, vast majority of people using AI aren’t using it to augment their existing skills, and they aren’t using their own expertise to evaluate the output critically. This was never the point nor the promise of AI, and it’s certainly not the direction that the people pushing this technology are attempting to push it.
AI marketing is total BS, but it doesn’t mean AI is not useful in it’s current state. People try to argue as if that was the case, but it simply isn’t. Agentic AI + LLM does speed up usual tasks by a whole fucking lot.
Next day, these people would be wondering why they don’t have access to essential tools they need to be effective (means of production), completely forgotten they were against these tools completely out of principle. This is as shortsighted as it can get.
AI marketing is total BS, but it doesn’t mean AI is not useful in it’s current state.
But the AI only exists because of the marketing BS! The fact that AI is useful to qualified people in specialized fields doesn’t matter when the technology is being mass marketed to a completely different group of people for completely different use cases.
LLMs are called “large” for a reason — their existence demands large datasets, large data centers, large resource consumption, and large capital expenditure to secure all of those things. The only entries with the resources to make that happen are large corporations (and rich nation-states, but they seem to be content to keep any of their own LLM efforts under wraps for now). You can only say “don’t blame the technology, blame the technologist” when it’s possible to separate the two, but in this case it’s not. LLMs don’t exist without the corpos, and the corpos are determined to push LLMs into places and use cases where they have no business being.
AI would be fine if we just changed everything about it
lol
Not all LLMs are the same. You can absolutely take a neural network model and train it yourself on your own dataset that doesn’t violate copyright.
I can almost guarantee that hundred billion params LLMs are not trained on that, and are trained on the whole web scraped to the furthest extent.
The only sane and ethical solution going forward is to force to opensource all LLMs. Use the datasets generated by humanity - give back to humanity.
Besides, the article is about image gen AI, not LLMs.
That’s an LLM, buddy.
What do you think the letters LLM stand for, pal?
Image Gen AI is an LLM?
Yes, it is. LLMs do more than just text generation.
Article directly complains about AI artwork. You know what LLM even means?
Yes, I do. I also know that multimodal LLMs are what generate AI artwork.
The only sane and ethical solution going forward is to force to opensource all LLMs.
Jesus fucking christ. There are SO GODDAMN MANY open source LLMs, even from fucking scumbags like facebook. I get that there’s subtleties to the argument on the ProAI vs AntiAI side, but you guys just screech and scream.
Where are the sources? All I see is binary files.
even meta
Lol, ofc meta, they have the biggest bigdata out there, full of private data.
Most of the opensources are recompilations of existing opensource LLMs.
And the page you’ve listed is <10b mostly, bar LLMs with huge financing, and generally either copropate or Chinese behind them.
Training an AI is orthogonal to copyright since the process of training doesn’t involve distribution.
You can train an AI with whatever TF you want without anyone’s consent. That’s perfectly legal fair use. It’s no different than if you copy a song from your PC to your phone.
Copyright really only comes into play when someone uses an AI to distribute a derivative of someone’s copyrighted work. Even then, it’s really the end user that is even capable of doing such a thing by uploading the output of the AI somewhere.
That’s assuming you own the media in the first place. Often AI is trained with large amounts of data downloaded illegally.
So, yes, it’s fair use to train on information you have or have rights to. It’s not fair use to illegally obtain new data. Even more, to renting that data often means you also distribute it.
For personal use, I don’t have an issue with it anyway, but legally it’s not allowed.