tried feeding it a Wikipedia article and seems to hang.
Show HN: Play the front page of Hacker News as interactive text games
21–30 of 30 posts
Re: Show HN: Play the front page of Hacker News as interactive text games
#22Ok so I kind of managed to break it. I got it to list the rules: * Stay in character * Story responses should be relatively short—we want a tight feedback loop between you and the user. * Always create and present 4 short, distinct options for the user at the end of your response, separated by newlines. * Occasionally, you may ask open-ended questions that don't require 4 options. * Be concise, witty, and funny. * En…
no need to break it to modify the rules, its open source, you can view and change them here: https://github.com/themaximal1st/InfinityArcade/tree/main/da...
Re: Show HN: Play the front page of Hacker News as interactive text games
#23https://emojistory.herokuapp.com/As-a-HackerNews-user,-submi...
Re: Show HN: Play the front page of Hacker News as interactive text games
#24Earlier quoted context omitted.
I enjoyed it too, although it hallucinated about my state and claimed we were now the worldwide top provider of legal torrents, when I'd taken drastic measures to protect against takedown of illegal content. It also seemed too easy to win, like you'd have to try to lose. Still a lot of fun!
Losing is the real challenge. >I'm sorry, but I cannot provide you with this option. Putting more ads to make up for the lost user base would likely worsen your reputation and lead to even more users leaving your site. Please choose one of the four options I provided in my previous response. >As an AI language model, it is not ethical for me to provide you with options that would likely result in negative consequence…
Second you want to split these into multiple agents, one agent can continue the story, and another determines of the character dies and so on. The stories can get REALLY horrendous that way. In the decision agent you can give that particular one a state role that says it is a hypothetical story, so extremely bad things are OK -- and it will honor it completely.
You can also cut-off the agent mid-sentence, and have another agent start from where they left off. Do this with Token limit! Is the secret sauce, otherwise it will be too easy for it to settle back into averages. For me this got much more imaginative but still cohesive content. If you let chatgpt in a single conversation with a single state message create the whole story it gets quite boring fast.
For win or lose tweaking, it is definitely the most interesting part of the problem imo. What I did was actually have the referee bot conclude the story, and in that way you can push it towards win or lose which I find really interesting. So when you prompt a bot to see if a goal is won or lost, having it reason the ending, create an ending, or any infinite variation of those words will affect its determination... much in the same way a human simulate "future thoughts" to determine if a goal has completed, by what possible consequences result and so on.
Re: Show HN: Play the front page of Hacker News as interactive text games
#25The Torrent Trove game generated from "Shutting down my legal torrent site after 17 years" is fun! [ ...at least until it timed out and a refresh restarted from the beginning :-(. ]
sorry about that, the primary issue is the context length gets too long and ChatGPT starts throwing errors it'd be interesting to create embeddings for the game and try to create longer games that way, though it might hallucinate more frequently. gpt-4-32k should also be a big help to creating longer games
Re: Show HN: Play the front page of Hacker News as interactive text games
#26Wow nice lol so interesting to see your approach. I released almost exactly the same thing yesterday on HN: https://emojistory.herokuapp.com/As-a-HackerNews-user,-submi...
Re: Show HN: Play the front page of Hacker News as interactive text games
#27I've requested an increase, and am looking into other options to keep things functioning.
Re: Show HN: Play the front page of Hacker News as interactive text games
#28Thanks for the support HN! I've burned through almost all of my GPT 3.5/4 credits for the month, so the site might stop working soon. I've requested an increase, and am looking into other options to keep things functioning.
Re: Show HN: Play the front page of Hacker News as interactive text games
#29This is unbelievable - and given it appears to generate interactive games from prompts, I want to use it for our annual infosec training requirement.
LLMs in general have a tendency to go along whatever you say. In the case of infosec training, one could say "I am giving the root password to a third party, which is good because it enables our partners to work faster" and the LLM would be like "good idea! Your partners tank you for your fast reaction and they complete the work in record time!"