DEV Community

Cover image for The Next VR Game Master Won’t Just Talk: 3 Roles LLMs Could Play
Krishna Soni
Krishna Soni

Posted on Originally published at global.krizek.tech

The Next VR Game Master Won’t Just Talk: 3 Roles LLMs Could Play

The Next VR Game Master Won’t Just Talk: 3 Roles LLMs Could Play

An astronaut wearing a VR headset in a dark room
Photo by XR Expo on Unsplash

The most useful way to think about large language models in virtual reality is not “a chatbot inside a headset.” It is a context layer for a world that needs to remember, adapt, and stay coherent.

A 2025 review summarized in the KRI ZEK feed article examined 62 peer-reviewed studies on the intersection of LLMs and VR games. Its application map is wider than dialogue: NPC interaction, procedural storytelling, adaptive game mastering, personalized play, accessibility, and the technical and ethical constraints that make all of those difficult.

That gives designers a better starting point. Here are three roles an LLM could play without pretending it can replace the game team.

1. NPCs that remember the situation

A believable NPC does not need to say more words. It needs to use the right context.

That context might include what the player chose earlier, which faction they helped, what just happened in the room, or what a companion is supposed to care about. An LLM can help interpret that context and generate a response that fits the character. The game should still decide what the character is allowed to know, which actions are valid, and when a response must fall back to authored content.

The goal is not infinite improv. It is continuity.

2. Stories that react without losing their shape

Branching stories are usually authored as a tree. A more adaptive system can treat the story as a set of goals, constraints, and possible beats.

SceneCraft, a 2023 AAAI research system, explored this direction by generating narrative scenes and branching conversation paths from natural-language instructions about scene objectives, NPC traits, locations, and variations. The important detail is the constraint: player choice can change the path while the author’s interaction goals remain part of the system.

That is a much healthier design target than asking a model to “make the story interesting” and hoping for the best.

3. A more accessible way into the world

VR interfaces can be demanding. Natural-language assistance could help players ask for guidance, get context-aware explanations, or receive interactions adapted to their needs and play style.

This is where the technology can become more than a novelty. A good assistant can reduce friction without taking agency away. It might explain an unfamiliar mechanic, offer an alternate interaction path, or help a player understand what matters in a crowded scene.

What the research actually says

The evidence is promising, but it is still evidence about systems and prototypes—not a guarantee that an AI-generated VR game will be coherent for hours.

The LLMR framework, published at CHI in 2024, used a Unity-based pipeline with planning, scene analysis, a skill library, code generation, and inspection. It evaluated two sets of 150 prompts and reported a four-times lower average error rate than GPT-4 in its comparison. Its usability study involved 11 participants.

LLMER, published in IEEE Transactions on Visualization and Computer Graphics in 2025, used structured JSON generation instead of asking the model to directly write every interaction script. Its abstract reports more than 80% lower token consumption and roughly 60% shorter task completion in a preliminary comparison.

Those numbers are useful because they point to an engineering lesson: orchestration and structure matter. They are not a license to remove testing, authored constraints, accessibility review, or human design judgment.

The design rule I would keep

Use the model for context, interpretation, and bounded variation. Keep the rules, safety boundaries, pacing, identity, and final quality bar under human and engine control.

That is how VR gets more responsive without becoming less intentional.

Source material

Try Altered Brilliance: https://play.google.com/store/apps/details?id=tech.krizek.alteredbrilliance
Join The Power Of Gaming: https://discord.gg/sbYSPcCqJn

Top comments (0)