← Index

CHOOSEConsumer & creative

Jev-Powered Roleplay Chatbot

Project photo 1

This project is a roleplay chatbot where Jev dynamically selects background scenes and music to match the unfolding story's mood.

SignalEvery time the chatbot writes a new piece of story, Jev reads it and picks the background scene and the music that fit the current mood of the story.

I got whitelisted for Jev by @typesafeai and sat on it for hours. Robotics work was tempting at first glance, but that would have eaten my whole week, so I picked something I could finish in one sitting. I ended up building a small roleplay chatbot, the novel kind where the story unfolds as you play, and let Jev read along the output. Every time the chatbot writes a new piece of story, Jev reads it and picks the background scene and the music that fit the current mood of the story. The outcome is better than I expected. It's accurate and super fast. I played all day and the whole thing cost me just $0.02. Go try it here: jev.phureewat.com You play as Jon Snow (Game of Thrones), and the scene and the BGM shift with every move you make. The GitHub repo is also in the replies. My take is that Jev is best for use cases where you already know all the possible desired states and you want an intelligent layer to make fast decisions within the pipeline, rather than relying on a traditional LLM. Robotics and automation work fit that shape well, and it's probably something I would like to try next.