New Game and Critical Fix


I've released a new game focused more tightly on mind control here: https://moralhazard.itch.io/mind-control-app

This new game repurposes much of the Orgone Collector engine, and while making it I found a small but critical flaw in the summary generation code. Summaries form the backbone of LLM recall in Orgone collector because the free Command R+ model only takes 4096 tokens of context. Depending on the other contextual elements, this leaves room for 5 to 10 interactions with the player to be in memory. Everything else comes from more compressed summaries which are contextually served based on the NPC being interacted with. This error made those summaries almost useless, dramatically worsening the recall of the game narrator. With the new fix, the game should do much better at remembering your relationship with NPCs even when you haven't talked to them recently.

Files

OrgoneCollector.zip Play in browser
15 days ago

Leave a comment

Log in with itch.io to leave a comment.