Ask HN: Ideas for LLM-Based Games
11–15 of 15 posts
Re: Ask HN: Ideas for LLM-Based Games
#12some detective game where I interrogate suspects.
Re: Ask HN: Ideas for LLM-Based Games
#13I built a JavaScript library for creating LLM-based game NPCs, here's a video demo: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e... You drop all their knowledge into a file, like .txt. or .html and it uses RAG to learn everything in the file, so if it's a vendor things like shop inventory, prices, or if it's a storyteller/questgiver you can give it knowledge the player must uncover, etc. It uses the L…
Re: Ask HN: Ideas for LLM-Based Games
#14I built a JavaScript library for creating LLM-based game NPCs, here's a video demo: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e... You drop all their knowledge into a file, like .txt. or .html and it uses RAG to learn everything in the file, so if it's a vendor things like shop inventory, prices, or if it's a storyteller/questgiver you can give it knowledge the player must uncover, etc. It uses the L…
Well done! Hope your project gets some deserved attention, looks fine.