A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
EA partners with the company behind Stable Diffusion to make games with AI
-
"Making games with AI" sounds like hell… like this is what hell must be. Sitting there prompting AI, getting shitty ass results, prompting it again and again until you eventually settle for slightly less shitty results. The frustration and the loss of agency… oh God, someone should make a psychological horror about this: a frustrated artist forced to ditch their skills and tools and use AI to bring their unique vision to life, and throughout the film you watch them descend deeper and deeper into madness and depression until they burn down a data center and laugh maniacally as its disintegrating around them.That's... not what this is about? The point of integrating AI into games is to provide further diversity within the game. Think Skyrim. By default you're limited to 3-4 discussion options, right? Imagine now, if you will, that you could just... type in anything, including emotional markers, and have the characters respond interactively to the statement and tone. No longer are you bound by limited dialogue in RPGs. visual generative AI will just spice up the visuals - hopefully. Things like repetitive textures and such will disappear as the game generates brand new textures for each grid element. Or create tons of background characters without the need to specify them. The list goes on.
-
It’s like using AI to come up with a recipe. Sure, you could use the recipe from a famous chef that will be good, or you know, just take your chances with AI and maybe you won’t be food poisoned. AI would be so useful if we weren’t already in the Information Age.
-
It would be interesting if NPCs could react believably to free form input from the player, but that seems unlikely to be reliable. I'm not sure how you'd map the text to in game actions. Like, you could have the LLM respond with "ok I'll let you have my horse if you leave in the morning, and solve the zombie problem" but it's not trivial to make the game world respond to that. Not even counting it breaking out into "sorry as an LLM I can't ..."
-
-
Procedural generation with appropriate constraints and a connected game that stores and recalls what's been created can do this far better than a repurposed LLM. It's hard work on the front end but you have a much better idea of what the output will be vs. hoping the LLM "understands" and remembers the context as it goes.
-
It would be interesting if NPCs could react believably to free form input from the player, but that seems unlikely to be reliable. I'm not sure how you'd map the text to in game actions. Like, you could have the LLM respond with "ok I'll let you have my horse if you leave in the morning, and solve the zombie problem" but it's not trivial to make the game world respond to that. Not even counting it breaking out into "sorry as an LLM I can't ..."I've seen prototypes of RPGs where you could freeform talk to NPCs and I pretty quickly lost enthusiasm for the idea after seeing it in action. It didn't feel like a DnD game where you're maneuvering a social conflict with the DM or other players, it felt more like jumping up on a table where an NPC couldn't get to you and stabbing them in the face.
-
Those poor players lol
-
They’re trying to cut costs to pay for the loans they took to make the acquisition
-
It would be interesting if NPCs could react believably to free form input from the player, but that seems unlikely to be reliable. I'm not sure how you'd map the text to in game actions. Like, you could have the LLM respond with "ok I'll let you have my horse if you leave in the morning, and solve the zombie problem" but it's not trivial to make the game world respond to that. Not even counting it breaking out into "sorry as an LLM I can't ..."
-
I agree that the results will be different, and certainly a very narrowly trained LLM for conversation could have some potentials if it has proper guardrails. Which would work better is debatable and depends on the application. I've played around with plenty of fine tuned models, and they will get off track contextually with enough data. LLMs and procedural generation have a lot in common, but the latter is far easier to manage predictable outputs because of how the probability is used to create them.
-
No, [that's exactly what this is about](https://insider-gaming.com/new-ea-owners-hoping-ai-will-cut-costs-and-boost-profits-its-claimed/).Which is a different article about a (somewhat) unrelated topic. Using AI for development is already out there, and you can't put that genie back in the bottle. As an engineer I'm already using it in my daily work for tons of things - I've built separate agents to do a number of things: - read work tickets, collate resources, create a work plan, do the initial footwork (creating branches, moving tickets to the right states, creating Notion document with work plan and resources) - read relevant changes in UI design documents and plan + execute changes (still needs some manual review but e.g. with Android Jetpack Compose, it makes 90-95% of the needed work and requires minimal touch-up) - do structural work - boilerplates, etc. - write unit and integration tests, and already working out a UI test automation agent - do code reviews on changes, document them, and write appropriate commit messages - do PR reviews - I still review them myself but an extra eye is always helpful guess what, AI didn't replace me, it just allowed me to focus on actually thinking up solutions instead of doing hours of boilerplate stuff. AI isn't the enemy in software development. Companies who think they can replace engineers with AI. Middle managers will sooner be on that date, as they were mostly useless anyway.
-
The Saudis?
️
-
You are going to get downvoted, but you're right. AI doesn't need to be used for every part of the entire development process for it to be "made with the help of AI". There are certain parts of the workflow that I'm sure is already being done regularly with AI, for example commenting code.