this post was submitted on 12 Jun 2026
1030 points (98.4% liked)

Fuck AI

7341 readers
782 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] wiener234@feddit.org 3 points 23 hours ago (1 children)

I hope I understand correctly what you mean. Lika a text based adventure game but instead of fixed options you write your action and the AI reacts to it.

So a developer could write his own LLM Model and define a setting on what he trains it and then the player have a text based adventure. The game dev has set the story but he player can write his own actions instead of using the predefined ones. The LLM then reacts to them so there is more dynamic in the game.

Is that what you mean for example? If so I would say that is a use case with the limitation that simply using chatgpt or similar would defeat the use case because it is a to general model.

[โ€“] BilSabab@lemmy.world 1 points 5 hours ago

basically yes. technically, you still set a lot of immutable things within the system and establish rigid framework over everything so that AI doesn't go overboard - otherwise it just get instantly amorphous and falls apart.
i've seen two implementations - one featured chatgpt api and it basically freestyled a text adventure over a set framework - you still have to come up with questline patterns and faction dynamics formulas with AI playing up the immersion - things like weather, semi-randomized world-building encounters, basic dialogue. it was gimmicky but workable. the other one was much more sophisticated - it was built around ollama and it was basically all setting and faction politics built on THEREFORE BUT beats shuffling in and out - basically Fistful of Dollars kind of thing and the goal was to "sequence break" your way into endgame of sorts. So it was a bit of immersive riddle. It was clumsy but intriguing.