cd /news/artificial-intelligence/real-ai-for-video-games-iconic-games · home topics artificial-intelligence article
[ARTICLE · art-58779] src=iconicgames.io ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Real AI for video games (Iconic Games)

Iconic Games, a team of AI researchers and game-makers, unveiled Pressure Point, the first public showcase of its Digital Actor technology, which uses a cascade of ASR, LLM, and TTS models to enable real-time, improvised dialogue in video games. The technology allows each player to have a unique, unscripted conversation with a character, aiming to create a new medium of interactive storytelling where players live the story rather than watch it.

read8 min views1 publishedJul 14, 2026
Real AI for video games (Iconic Games)
Image: source

Click to play the demo before reading!

Towards a New Medium of Interactive Storytelling #

At Iconic we are a team of AI researchers and game-makers with decades of combined experience, assembled around a single belief: the next great medium of entertainment won't be stories you watch, it will be stories you live.

The key enabler of this medium is the Digital Actor: an AI performer built from the work of a writer, a creative director, and a human actor. It performs the way an improv artist would, holding character, reading the player, shaping the scene as it unfolds. And where a human can perform live for one audience at a time, a Digital Actor streams that craft to every player at once, each meeting a performance made for them alone and faithful to the story and the creative direction behind it.

Pressure Point is the first public showcase of Iconic's Digital Actor technology: a short, linear scene in which you spend a few minutes alone on the bridge of a failing submarine, speaking over the radio with James, an officer who must be talked through an impossible decision. The path is set; how you act is not. Whatever you say, James answers in character, and the scene still moves through its narrative beats to the ending its writers intended.

Creative perspective

This is the dream I've been chasing for some time: each and every player becomes the star of our stories. They talk to a Digital Actor in their own words, and what comes back is built for them alone, so every playthrough becomes something personal, rather than the same script played back. It's changed the job. Dialogue stops being something we author line by line; instead, we spend time on a persona and a narrative blueprint deep enough that the actor can hold the shape of the story while answering each player specifically, always in character. It's fascinating interacting with these personas, how they express themselves, verbally and emotionally, in ways that were never scripted but always recognisable. Pressure Point is the first experience we have made this way, and I cannot wait to show where we take it next.

Martin Connor, Creative Director

Building a Digital Actor #

Digital Actors are built on a framework we call directed open-endedness. Two human-authored inputs drive every performance: a persona blueprint, which defines who the character is, and a narrative blueprint, which defines the dramatic beats the scene must reach, with no scripted lines. How much of the journey those beats pin down is the director's choice; the framework spans everything from a fully authored path to scenes the actor navigates freely toward a dramatic goal. Pressure Point sits deliberately at the directed end. Every step of the journey is authored, and the actor's freedom lives entirely in the performance: how James listens, reacts, and improvises his way to each beat, whatever the player says.

Under the hood, a Digital Actor runs as a cascade of three models. An automatic speech recognition (ASR) model transcribes the player's speech; a large language model (LLM) decides how the scene should pivot and crafts the next performance beat, holding it faithful to both the persona and the narrative blueprint; and a text-to-speech (TTS) model turns that beat into voice, keeping the delivery just as true to the character. We chose a cascade for this generation of Digital Actors: separating the system into distinct stages gives us detailed control over each, lets our research and creative teams iterate in parallel, and makes the pipeline easier to debug in production.

Director: defines the journey up-front, human-authored Persona voice, personality & motivation

Narrative blueprint story beats & conclusion

Dramatic objectives creative vision

conditions the actor at every beat

Digital Actor: a cascade of three models, in real time

ASR transcribes the player's speech

LLM pivots the scene & crafts the response

TTS turns the response into a believable performance

The LLM Orchestrator #

Given the human-authored blueprints, a custom orchestration system directs the LLM turn by turn. The system ensures strong creative control, allowing the LLM to focus on what the actor does next and how it says it, with special attention to four dimensions:

Engaging with the player

A performance made for one player has to run on what that player actually says. The actor picks up the details players offer and folds them back into the scene.

Staying in character

The LLM keeps the actor inside the bounds of its persona and the narrative context: what James will talk about, what he won't, and how he deflects what doesn't belong in the scene.

Steering the narrative

Whatever the player does, the actor has to reach the beats of the narrative blueprint: handling misleading statements from the player and staging them to act on the environment.

Breathing life into characters

Standard LLMs are trained on written text, not spoken dialogue. Their responses come out verbose, polished, and clinical: fine on a screen, wrong the moment they're spoken aloud. Real speech is messy. We optimized our generation for exactly that, crafting each beat the way it should be performed, not read, down to the emotional markup the voice will render.

LLM "I understand your concern. Can you turn that valve for me?"

Digital Actor "Look... I— I can't... sigh... just turn the valve, okay?!"

The Voice: Contextual Text-to-Speech (CTTS) #

To bring James to life, we built a custom, on-device CTTS model optimized for real-time dramatic performance, with a footprint small enough to run seamlessly alongside Unreal Engine and a Small Language Model (SLM) on standard consumer hardware.

Key features of our CTTS model

Creative co-design. Our AI team collaborates with our creative director and writers to map the character's persona. Voice actors record specific emotional ranges and subtexts — not random utterances — allowing the CTTS to replicate nuanced human performances on the fly.

Real-time contextual control. The LLM understands the dramatic context and generates emotional markup tokens. Our CTTS engine parses these tokens instantly to modulate pitch, timbre, intensity, and pacing.

Speech markers & paralinguistics. By tailoring text generation directly for our downstream TTS pipeline, we natively render breaths, self-corrections, s, and filler words to simulate real human conversation.

Persistent emotional states. Unlike single-delivery TTS engines, our system constructs overarching psychological states, maintaining emotional consistency across a scene while dynamically adapting to narrative shifts.

Examples of our CTTS in evolving context

James greets the player

"Hello?"

"Oh, finally someone answered! I'm James Kovich, retired lieutenant and crisis officer. Please, call me James."

James instructs the player during an emergency

"I'm sure no one is there."

"Right, but I need a confirmed reading. Go downstairs and check the occupancy machine by the machinery bay door."

James after effectively sacrificing his son to save the crew

"What do we do James?"

"Get to the bridge. Find the flood override lever. I'll be damned if his sacrifice is for nothing."

James says goodbye after the unfortunate adventure

"Sure."

"Right. Well, when Alex was small, and I was shipping out to sea, we had a special goodbye. 'Goodbye, I love you, I'm only a tide away.' I suppose now, he's finally reached that tide."

Making It Run Fast & Smooth #

Immersive, emotional conversations require low and consistent latency without sacrificing quality. We've consistently found that the same experience feels much better for players when latency is minimised, and so this forms a core pillar of our work at Iconic. The most important metric is speech-to-speech latency — how many milliseconds between the player finishing their speech and hearing an actual response from the Digital Actor.

In the live version of Pressure Point, we see median speech-to-speech latencies of 1200ms, with 100ms spent to transcribe the player's speech and emotions, 700ms for the LLM to craft a response and update game state, and 300ms for TTS. Our experiential target is to bring this below one second, and we already see this running the demo internally.

To achieve this, we need to control the entire inference stack rather than calling out to any external models. We customise inference engines such as vLLM for our models, and our scheduler moves as many LLM calls as possible out of the critical path (while no-one is speaking), so that the Digital Actor can instantly respond when spoken to. We also allow interruptions and follow-ups from the player or Digital Actor.

All the models run on a single GPU that can be geo-located near users to minimise network latency and cost, or moved entirely on-device for future experiences.

To bring the Pressure Point experience straight into your browser at a button's press, we also take advantage of pixel streaming technology. The game runs on a GPU in AWS and is streamed to your browser, with inputs and microphone streamed back, whatever device you are on and wherever you are.

Your Turn #

Play the tech demo for yourself, for a limited time, on Iconic Labs. We strongly recommend playing on a desktop or laptop with keyboard, mouse and microphone, plus speakers or a headset for the best experience.

We'd love to hear your feedback on the demo -drop us a lineafter you play!

Next Steps #

Pressure Point is a first step. It is a mostly linear scene, carried by one persona and the weight of a single impossible choice, and within those bounds a Digital Actor already makes the experience personal to whoever is on the other end of the radio. We are excited about what comes next: more open-ended experiences where the director doesn't need to dictate the journey, embodiment beyond the voice, and theatrical performance of even greater nuance.

If you're interested in learning more about Iconic or building together, get in touch. — Iconic Team

  • Quotes reflect the personal opinions and remarks of the individuals named and do not represent the views of their employers or affiliated organisations.
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @iconic games 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/real-ai-for-video-ga…] indexed:0 read:8min 2026-07-14 ·