Three years ago, every gaming conference had a keynote promising that AI would give us infinite worlds, NPCs you could genuinely converse with, and games that generated themselves around your choices. It's 2026. Look at the games that actually shipped this year. Where is it?

That's not a rhetorical dunk. It's a real question with a genuinely interesting answer, and the answer is not "it was all hype." AI in gaming has changed things substantially in 2026 — just almost entirely in places players never see, and almost not at all in the places we were promised.

Let me walk through what actually happened, because the gap between the pitch and the reality is one of the more instructive stories in the industry right now.

First, we need to separate two completely different things

The single biggest source of confusion in this conversation is that "AI" refers to two unrelated technologies, and press coverage constantly conflates them.

Game AI is the decades-old discipline of making computer-controlled characters behave believably. Behavior trees, utility systems, pathfinding, state machines. When an enemy in a shooter flanks you, that's game AI. It's deterministic, hand-authored, runs cheaply, and has essentially nothing to do with machine learning.

Generative AI is the neural-network technology behind text and image generation. Statistical, trained on data, expensive to run, and non-deterministic by nature.

When a publisher says "our game uses advanced AI," they might mean either. When a headline says "AI is transforming gaming," it almost always means the second thing while borrowing credibility from the first. Keeping them separate is the single most useful thing you can do when reading about this topic.

Where AI genuinely changed things: production

Here's the part that's real, and it's boring enough that nobody made a keynote about it.

Asset pipelines

Modern games need an absurd volume of stuff. A large open world contains thousands of props, textures, and material variants that no player will ever look at closely. Historically this work ate enormous amounts of studio time — skilled artists making the ninetieth variant of a trash can.

Machine-assisted tooling has genuinely compressed that. Generating texture variations, upscaling and cleaning source material, producing rough asset passes that artists then refine — this is now standard in a lot of pipelines. It doesn't replace artists. It removes the grunt work at the bottom of their job.

Animation and motion

This is the most visible-to-players change, and most players have no idea it happened. Motion matching and learned animation systems produce transitions between movement states that would previously have required hand-authoring every combination. That slightly-uncanny foot sliding that plagued games for twenty years is largely gone, and learned systems are a big part of why.

Quality assurance

Automated playtesting agents that hammer a level looking for geometry holes, softlocks, and traversal exploits are genuinely useful and genuinely deployed. They don't replace human testers — a machine agent has no concept of whether something is fun — but they catch a category of bug that humans find by accident after forty hours.

Localization

Also real, also contentious. Machine translation with human editing has substantially lowered the cost of shipping a game in fifteen languages, which is straightforwardly good for players in smaller markets who previously got nothing. It's also displaced a meaningful amount of professional translation work, and the quality when studios skip the human editing pass is visibly poor.

The revolution happened in the tooling, not in the game. Which means players got it as shorter development cycles and more content, not as anything they can point at.

AI NPC behavior: the promise that mostly didn't land

Now the fun part. The flagship promise — NPCs you can actually talk to, who remember you, who improvise — is where AI NPC behavior has most conspicuously underdelivered.

There have been real experiments. There are shipped games with conversational characters running on language models. Having played several, here's my honest assessment of why they don't work yet.

Problem 1: unlimited conversation is boring

This is counterintuitive and it's the deepest issue. A character you can ask anything sounds amazing until you actually do it. Within five minutes you discover the character has no genuine perspective, no goals that conflict with yours, and no reason to refuse you anything. Infinite responsiveness produces a character with no shape.

Compare that to a hand-written NPC with twelve lines of dialogue. Those twelve lines were chosen. They characterize. They imply things the writer decided to imply. A well-written character with limited dialogue is more alive than an infinitely chatty one, because authorship is what creates the illusion of interiority.

Problem 2: narrative consistency

Games are structures. Quests need specific information to pass from a character to the player at a specific time. A generative character can wander off that track — inventing details, contradicting established fiction, or failing to deliver a plot-critical piece of information because the conversation went sideways.

Studios solve this by constraining the system heavily, at which point you've spent enormous engineering effort to arrive at something close to a dialogue tree with more expensive infrastructure.

Problem 3: the money

Running inference costs real compute. For a single-player game that a studio sells once, every conversation a player has is an ongoing cost against a one-time purchase. Doing this locally on player hardware means competing for resources with the game's rendering budget on machines that are already struggling.

This is an unglamorous constraint and it's killed more ambitious implementations than any design problem.

Where it does work: ambient life

The successful applications I've seen are small. Background chatter that reflects world state. Procedurally varied barks so guards don't repeat identical lines. Filler dialogue for characters who don't matter to the plot but shouldn't feel like cardboard.

That's a genuine improvement and it's the correct use — it takes the parts of a game nobody had budget to write and makes them slightly less repetitive. It's just not the revolution anyone advertised.

The area with the most actual potential: strategic opponents

Here's the application I'm genuinely excited about, and almost nobody talks about it because it doesn't demo well.

Strategy game AI is, and has always been, terrible. Not because developers are bad at it — because playing a complex strategy game well is genuinely hard. So the industry's near-universal solution is cheating: giving the AI resource bonuses, map vision it shouldn't have, and production rates no human could match. You're not playing against a smarter opponent, you're playing against a handicapped one.

Every player who's spent time with these games can feel it. The AI doesn't outplay you, it out-resources you, and beating it feels hollow.

Machine learning is actually well-suited to this problem. Systems that learn strategy games through self-play have demonstrably reached extremely high levels of play in research settings. The question isn't capability, it's whether it's deployable — running a trained policy on a player's machine, and tuning it to be fun rather than merely strong, are both unsolved practical problems.

If someone cracks it, it changes strategy gaming completely. It's the reason I keep watching projects like Project Entropy, whose design goals depend on opponents that can actually play the game rather than exploit it. And it's the single biggest quality gap across every title in my space strategy roundup.

The test I apply

When a strategy game claims "advanced AI," I check one thing: does the AI play under the same rules as me on the default difficulty? If harder settings just add resource multipliers, that's not intelligence — that's a handicap dressed up in marketing language.

The labour question, stated plainly

I'm not going to skip this because it's uncomfortable.

The games industry has been through severe contraction over the past few years. Tens of thousands of people have lost jobs across studios of every size. During the same period, publishers have talked publicly about efficiency gains from AI tooling.

I want to be careful about causation here, because it's genuinely muddy. The layoffs have multiple drivers — over-expansion during the pandemic boom, interest rate changes affecting investment, and consolidation after several enormous acquisitions. Attributing them primarily to AI is not supported by the evidence and I've seen a lot of coverage do it anyway.

What I'll say instead is narrower and more defensible. AI tooling reduces the number of hours required for certain categories of work — asset production, translation, QA sweeps, first-pass concept exploration. Those are real jobs held by real people. Whether a studio responds to that by shipping more with the same team or shipping the same with a smaller team is a management decision, not a technological inevitability.

So far, the industry's revealed preference has mostly been the second one. That's worth naming clearly rather than hiding behind talk about "productivity."

What should players actually expect from this?

Practical predictions, and I'll happily be held to them.

ClaimMy read
Fully conversational NPCs in major releasesNot soon. Constrained versions in specific games, yes.
Infinite procedurally generated worldsTechnically possible, creatively hollow. Volume isn't the constraint — meaning is.
Better animation and world detailAlready happening. You've been enjoying it without knowing.
Strategy AI that doesn't cheatThe most promising real application. Watch this space.
Games that build themselvesNo. Design is the hard part and it isn't the part being automated.
More games shipped per studioPossible, but it hasn't shown up in release schedules yet.

The uncomfortable truth about generated content

Let me finish with the thing I believe most strongly and that gets the most pushback.

The bottleneck in game development was never content volume. It was content meaning.

We already had procedural generation. We've had it since the 1980s. We can generate a million planets, a thousand dungeons, an endless galaxy — and the industry's repeated experience is that players get bored of infinite generated space remarkably quickly, because a place that nobody chose to build has nothing to say.

The moments you remember from games are authored. A specific view a level designer framed. A line of dialogue a writer agonized over. A boss fight tuned across two hundred iterations until it felt exactly right. None of those come from volume. They come from someone making a decision about what should be there.

AI is extraordinarily good at producing more. It is not good — yet, and possibly not ever in the way people mean — at producing the thing that made you stop and look. Any pitch that treats "more content" as the goal has misunderstood what games are.

Mike's take

AI has genuinely changed how games get made in 2026, and it's changed almost nothing about what it feels like to play one. That's not a failure — it's what technological adoption usually looks like. The revolution happened in the pipeline, where you can't see it, and the flashy player-facing promises ran into problems that turned out to be about design and money rather than capability.

The application I'd actually bet on is the one nobody's marketing: opponents in strategy games that can play properly. If that lands in the next few years, it's a bigger deal for how games feel than conversational NPCs would ever have been.

Where I land: useful tool, oversold revolution, real human cost, and a genuine opportunity sitting in a corner that the hype cycle walked straight past.

What to watch for

If you want to track whether this is going anywhere real, ignore the keynotes and watch three things:

In the meantime, the games actually worth your attention this year got there the old-fashioned way — with people making decisions. My rundown of the Halo remake and Palworld's full release both cover projects whose quality comes from craft, not compute.

M

Mike — founder of GameKyn

I read the technical papers so I can tell when a press release is describing something real. GameKyn is where I write about the industry without the marketing filter — including when the honest answer is "less than they told you."