LEVEL 2 · THE CHARACTERS

AI NPCs: The Characters Are Learning to Talk

For thirty years, NPCs ran on scripts. Now a new generation holds real conversations, remembers you, and occasionally breaks the game. Here is who is shipping it — and who is still showing trailers.

What makes an NPC "AI", exactly?

Classic NPCs run on hand-authored logic — behavior trees: hierarchical if/then graphs (see our overview). The new kind adds a generative layer: your speech is transcribed (STT), fed to a language model with the character's personality and situation (LLM), and the reply is spoken back (TTS) — all wrapped in an agent framework with tools and guardrails so the model can't, say, hand you a sword it doesn't have. That STT→LLM→TTS pipeline is exactly what the open-source Mantella mod implements for Skyrim and Fallout 4[1].

Memory works through retrieval: instead of cramming the whole game into the prompt, systems pull relevant data on demand. Total War: PHARAOH's AI advisor retrieves from 1,200 game data tables[2], and PUBG Ally's CES 2026 build added long-term memory of past sessions[3].

NVIDIA ACE: the platform to watch

NVIDIA ACE is an open-source C/C++ framework for on-device AI companions, with Unreal Engine 5 plugins that ship local speech recognition, a small language model and TTS — running entirely on a GeForce RTX, no cloud required. Developer access is free through the NVIDIA Developer Program[4]. Its announced partners: PUBG Ally (Krafton's voice-controlled AI teammate, still in closed beta as of June 2026)[3], the Total War: PHARAOH advisor (announced Gamescom 2026)[2], and NARAKA: BLADEPOINT's autonomous game characters[5].

The games that actually ship it

  • inZOI (Krafton) — life sim in early access since March 28, 2025, with "Smart Zoi" characters running on on-device small language models[6].
  • Retail Mage (Jam & Tea) — fantasy shop sim where you talk freely to LLM-driven NPCs who act on your requests[7].
  • Dead Meat (Meaning Machine) — voice-controlled murder mystery; interrogate LLM suspects. Also the clearest case of gamer backlash against generative dialogue[8].
  • AI People (GoodAI) — sandbox of autonomous NPCs that remember and gossip; alpha since September 2024[9].
  • Whispers from the Star — announced March 2025, built around open-ended LLM conversation; dates unverified[10].

The pattern to note: shipped LLM-NPC games are indie. Ubisoft's NEO NPCs (2024) and "Teammates" (2026) are prototypes, not products[11] — a gap our overview's myth section explains.

Building your own: platforms compared

PlatformWhat it doesPricingNote
NVIDIA ACEOn-device NPC stack (ASR/SLM/TTS) + UE5 pluginsFree dev accessNeeds an RTX-class GPU
Inworld AINPC brains: personality, emotion, memory; Unity/Unreal SDKsCreator $25 / Builder $100 / Developer $300 /moVerified from official pricing page (Sep 2026)
ConvaiConversational NPCs with knowledge and actionsFree (100 interactions); from $29/moPaid tiers vary by usage — verify on convai.com
Mantella modTalk to any Skyrim/Fallout NPCFree (mod) + LLM API costsOpen-source; local LLM optional

On the Minecraft side, mods like Smart Villagers AI and saysth wire villagers to language models, and NVIDIA's Voyager used Minecraft as its research sandbox for an LLM agent that plays the game[12]. One boundary note: AI voices for game characters — ElevenLabs, Replica Studios and friends — are a deep topic covered by our sibling site on voice technology; here we only note that licensing for shipped games varies by vendor[13].

THE HONEST PICTURE

Conversational NPCs are real, playable and mostly indie in 2026. The technology is moving on-device for latency and cost. What nobody has yet proven is that talking NPCs make games more fun at scale — that is the open design question.

Frequently asked questions

What games have AI NPCs?+
Shipped: inZOI[6], Retail Mage[7], Dead Meat[8], AI People[9]. Announced: PUBG Ally and Total War: PHARAOH via NVIDIA ACE[3][2]. Mods bring them to Skyrim and Minecraft[1][12].
How do LLM NPCs work?+
Speech-to-text converts what you say, a language model with the character's context decides what to say and do, and text-to-speech speaks it — wrapped in guardrails and tool access[1]. Memory comes from retrieving relevant game data on demand[2].
Is NVIDIA ACE free?+
Yes — ACE is open-source with free developer access via the NVIDIA Developer Program[4]. The real cost is hardware: on-device models want a capable GeForce RTX GPU.
Inworld AI vs Convai — which should I use?+
Inworld is the established character-engine choice with transparent pricing from $25/month[14]. Convai starts free and is popular for quick experiments. For hobbyists, the free ACE SDK and Mantella-style mods cost nothing but your GPU time.
Can NPCs remember what you said?+
Yes, increasingly — PUBG Ally's CES 2026 build added long-term memory of past sessions[3], and retrieval-based systems pull persistent game facts into every conversation[2].

Sources

All claims verified September 2026. Pre-release features are labeled as announced, not shipped.

  1. Mantella — open-source AI NPC mod (STT→LLM→TTS): github.com
  2. NVIDIA Gamescom 2026 — Total War: PHARAOH ACE advisor (RAG over 1,200 tables): nvidia.com · wccftech.com
  3. NVIDIA developer blog — PUBG Ally build (CES 2026 memory): developer.nvidia.cn
  4. NVIDIA Technical Blog — ACE Game Agent SDK + UE5 plugins (Jun 16, 2026): developer.nvidia.com
  5. NVIDIA GeForce News — ACE autonomous game characters (PUBG, NARAKA): nvidia.com
  6. Krafton — inZOI global early access launch (Mar 28, 2025): press.krafton.com
  7. Jam & Tea Studios — Retail Mage dev notes: jamandtea.studio
  8. Rock Paper Shotgun — Dead Meat and generative-dialogue backlash: rockpapershotgun.com
  9. GoodAI — AI People alpha release (Sep 19, 2024): goodai.com
  10. Pocket Gamer — Whispers from the Star announcement: pocketgamer.com
  11. Eurogamer — Ubisoft NEO NPC prototype (2024): eurogamer.net
  12. NVIDIA Voyager paper (Minecraft LLM agent, 2023): arxiv.org; Smart Villagers AI: modrinth.com
  13. ElevenLabs pricing (boundary note — see official page): elevenlabs.io
  14. Inworld AI pricing (extracted Sep 2026): inworld.ai