For Game Developers

Protecting Your Judgement: AI Tools for Game Developers Who Want to Stay in Control

GitHub Copilot can write functional game code in seconds, but you cannot maintain what you do not understand. When every studio uses the same AI asset generators and the same NPC behaviour models, the games start to feel interchangeable. The real risk is not that AI will replace you, but that you will stop making the decisions that separated your work from everyone else's.

These are suggestions. Your situation will differ. Use what is useful.

Download printable PDF

Know What Your Code Actually Does

When Copilot generates a pathfinding algorithm or state machine for your NPC behaviour, you must trace through it line by line before it enters your codebase. Generated code that works is not the same as generated code you understand. Six months later, when that NPC behaves strangely under load or you need to add a new behaviour state, you will be blocked by code you cannot explain to yourself or your team. Read it as if you wrote it. Rewrite the parts that feel opaque.

Protect Your Artistic Decisions in the Asset Pipeline

Midjourney and DALL-E produce images that fit a brief. They do not make the artistic choices that made your previous games feel alive. A character model generated from a text prompt will share visual DNA with character models from every other studio using the same tool. Your game's visual identity comes from constraint and intention. If you use generative art, treat it as a base layer you transform, not as final output. The decisions you make after generation matter more than the generation itself.

Keep Creative Risk-Taking in Design Decisions

AI-assisted design tools optimise for what worked before. They predict player behaviour based on existing games. This makes them excellent at producing competent, predictable experiences and terrible at producing the weird, risky choices that become the games people remember. When you use AI to suggest level layouts or NPC dialogue trees, treat those suggestions as starting points for argument, not ending points. The moments your game diverges from what the AI suggested are where your creative judgement lives.

Build Your Technical Understanding Deliberately

The cognitive risk is not dramatic. It is slow. Each time you accept a Copilot suggestion without understanding it, you lose a small opportunity to practice reading code and building mental models of how game systems work. Over two years, you have accepted hundreds of snippets. When you need to debug a complex interaction between your AI NPC behaviour and your player input system, you are working in code you only partially understand. Protect your learning by regularly writing code without assistance, especially for systems that are critical to your game's feel.

Recognise When You Are Converging With Other Studios

Your game's aesthetic identity comes partly from constraints you chose and partly from the tools available to you. When you and your competitors all use Inworld AI for NPC dialogue, those NPCs will sound subtly similar because they share the same training data and optimisation targets. When you all use Midjourney for environments, the environments will share the same visual language. This is not inevitable. You can recognise this convergence and make choices to avoid it. Use AI tools where they genuinely save you time on non-distinctive work, but invest your own judgement in the systems that make your game feel like yours.

Key principles

  1. 1.Understand every line of AI-generated code before it ships, because you will be responsible for maintaining it.
  2. 2.Treat AI-generated assets as raw material you transform through artistic judgement, not as finished work.
  3. 3.Make at least some creative decisions against what AI suggests, because that is where your game's distinctive voice lives.
  4. 4.Protect core game systems from AI assistance so you build deep technical understanding that lasts across projects.
  5. 5.Notice when your game converges with others using the same tools, and make deliberate choices to diverge.

Key reminders

Related reads

The Book — Out Now

Cognitive Sovereignty: How To Think For Yourself When AI Thinks For You

Read the first chapter free.

No spam. Unsubscribe anytime.