United Kingdom · Technical roles · Mid-Level (2-5 years)

Game AI Programmer

Here is the whole job, in plain words. What it is, a real day, what you decide, how you're judged, how people get here and where they go next. Then the part no course gives you: twelve AI tutors who learn your work.

  • Experience bandMid-Level (2-5 years)
  • Direct reportsNo direct reports
  • Reports toSenior Game AI Programmer or Lead AI Programmer
  • UK framework levelUsually a coordinator, or early in a professional job

Also advertised as AI Developer (Games) · Gameplay AI Engineer · Mid-Level AI Programmer

Built on an analysis of 43,079 real UK job descriptions · grounded in qualifications employers recognise

Start with a free Future Fluency check, tuned to Game AI Programmer

Ten quick questions, one per Future Fluency, asked against this role rather than a generic one. About five minutes, and no card.

Start the check, free

1What this role really is

This role is all about bringing game characters to life through code. You'll be building the brains behind the NPCs, making them react, decide, and move in ways that feel believable and fun for players. It's a hands-on coding job, focusing on specific AI features and characters, making sure they work well and perform efficiently within the game.

2What you'd actually use

The tools this job runs on, and how well you'd need to know each one.

Unreal Engine (Behavior Trees, EQS, NavMesh)Intermediate

You'll be using Unreal's built-in AI tools daily to implement and debug AI behaviours, often extending them with custom C++ nodes or services. This is where most of your AI logic will live.

C++ (Modern C++, STL)Intermediate

This is your bread and butter. You'll be writing clean, functional C++ code for specific AI behaviours, custom engine extensions, and performance-critical loops. You'll need to be comfortable with debugging standard issues.

Perforce (P4V) or GitBasic

You'll use our version control system (usually Perforce, sometimes Git) for daily check-ins, check-outs, and resolving simple code conflicts. Keeping your changes synced and clean is crucial.

Visual Studio DebuggerIntermediate

You'll use this constantly to step through your C++ code, inspect variables, and diagnose bugs in AI logic. Knowing your way around the debugger is essential for problem-solving.

Unreal Insights or Unity ProfilerIntermediate

You'll use these profiling tools to identify performance bottlenecks in your AI code, ensuring your systems stay within their strict frame budget. Knowing how to read and interpret profiling data is key.

Jira & ConfluenceBasic

You'll use Jira to manage your tasks, update progress, and track bugs. Confluence is where you'll read and contribute to technical design documents and AI system documentation.

3What you get to decide, and how that grows

Power in a job isn't your title. It's what you're allowed to decide. Here's how it grows as you move up.

The choiceComing inWhere you are nowThe step above
Technical Approach for a FeaturePropose an approach, but require approval from a Senior or Lead AI Programmer.Choose the approach for routine problems, but consult with a Senior or Lead for novel or complex challenges. You'll justify your choice.Define the technical approach for entire workstreams, consulting with the Lead AI Programmer on strategic implications.
Code Implementation & OptimisationImplement code under close supervision, with frequent code reviews and guidance on optimisation.Independently write and optimise C++ code for AI features, expecting thorough code reviews but fewer fundamental corrections. You'll use profilers to ensure performance.Implement complex, high-performance AI systems and mentor others on coding and optimisation best practices.
Bug Fixing & DebuggingFix well-defined bugs with guidance, escalating complex issues.Independently diagnose and fix most AI bugs, including emergent ones, escalating only the most elusive 'heisenbugs' after significant investigation.Lead the debugging efforts for complex, cross-system AI issues and establish debugging best practices for the team.
Interaction with Game DesignersPrimarily receive design specifications; ask clarifying questions.Actively collaborate with designers, providing technical feedback on AI capabilities and suggesting alternative solutions to achieve design goals.Proactively influence AI design, translating high-level vision into concrete technical requirements and managing designer expectations.

4How you'll be judged

The scoreboard, honestly: the hard targets, how often each one is actually looked at, and the quiet human signals that never make it onto a dashboard.

Task Adherence
The percentage of assigned Jira tickets (for AI features or bugs) that you close within the estimated sprint timeframe.
Target · 85%+ of tickets completed on time

If you're assigned 10 AI tasks in a two-week sprint and complete 9 of them by the deadline, that's 90% adherence. We understand things come up, but consistently missing targets means we can't plan properly.

Code Quality & Stability
The number of critical or major bugs found by QA in your implemented AI features during their first pass, or issues flagged during code review.
Target · Fewer than 3 critical/major bugs per feature

You deliver a new enemy AI. QA finds two bugs where the enemy gets stuck on geometry and one where it stops attacking. That's 3 bugs. We're looking for clean, robust code that doesn't cause more problems than it solves.

Performance Compliance
How well your AI systems (for individual characters or small groups) stay within their allocated CPU frame budget.
Target · AI characters consistently stay within <0.5ms per frame

You implement a new patrol behaviour. During profiling, we see your AI's 'tick' function is taking 0.7ms. You'd need to optimise it down to 0.5ms or less. Performance is non-negotiable in games; every millisecond counts.

Documentation Completeness
The percentage of your AI features or systems that have clear, up-to-date technical documentation in Confluence, making it easy for designers to understand and tweak parameters.
Target · 90%+ of features documented

You build a new 'flanking' behaviour for enemies. You've documented all the exposed parameters like 'flank distance' and 'retreat threshold' in Confluence, explaining what they do and how designers can use them. This saves everyone time.

Designer Satisfaction
How effectively your AI implementations meet the gameplay and design intentions, as judged by the game designers you work with.
  • Designers proactively come to you for input on new AI ideas
  • positive feedback in sprint reviews
  • minimal rework requests due to misunderstanding design intent
  • your AI is 'fun to play against' rather than 'dumb' or 'frustratingly unfair'.
Technical Problem Solving
Your ability to independently diagnose and solve technical challenges related to AI, especially those tricky emergent bugs.
  • You can trace complex AI issues through the debugger without constant hand-holding
  • you propose multiple viable solutions for a problem
  • you identify and fix root causes rather than just patching symptoms
  • your solutions are robust and don't introduce new problems.
Collaboration & Integration
How smoothly your AI code integrates with other game systems (animation, physics, gameplay) and how well you communicate with other team members.
  • Few integration conflicts with other programmers' code
  • clear communication about your AI's dependencies and interfaces
  • you proactively offer help or advice to peers
  • you're seen as easy to work with and approachable for questions.

5Would you like it

The honest version. What people enjoy, and what grinds them down.

What people enjoy
Seeing Your Code Bring Characters to Life

You'll get a real kick out of watching an NPC you've programmed patrol, react to players, and engage in combat in a believable way. That moment when a designer says, 'Yes, that's exactly what I pictured!' is what drives you.

You've just finished implementing a new enemy type's combat behaviour. You jump into the game, and for the first time, it flanks the player, takes cover, and uses its special ability correctly. That's a huge win.

Solving Complex Technical Puzzles

The challenge of optimising AI logic to fit within a tiny frame budget, or figuring out why an AI agent is getting stuck in a corner, genuinely excites you. You love tracing through complex systems to find the elegant solution.

A designer reports an AI is getting stuck on a particular piece of level geometry. You spend a morning using the debugger and profiler, not just to fix the immediate issue, but to understand and prevent similar problems in the future by improving the NavMesh query.

Contributing Directly to Player Experience

You understand that your code directly shapes how players feel about the game. You're motivated by creating challenging, fair, and immersive interactions, knowing that your work is a core part of the fun.

During a playtest, you hear players talking about how 'smart' the enemies are, or how surprised they were by an NPC's reaction. That direct feedback, knowing your work is making the game better, is a big motivator.

What frustrates people
  • The 'Fun vs. Smart' Dilemma: Spending weeks on a brilliant AI system only for designers to say it's 'too effective' and needs to be 'dumbed down' because it crushes players.
  • Chasing Ghosts: Hunting for emergent AI bugs that only reproduce under very specific, hard-to-replicate gameplay conditions (heisenbugs).
  • The Moving Goalposts: When a core game mechanic is changed by design late in production, forcing a complete and painful rewrite of all the AI logic that depended on it.
  • The Blame Sponge: Being the default suspect for any weird NPC behaviour, even when the root cause is a bug in animation, physics, or level design.
  • The Performance Straightjacket: Constantly fighting for every millisecond of the frame budget, forcing you to compromise elegant solutions for 'good enough' performance hacks.
What this role does not give you
  • Complete creative control over AI design – you'll be implementing design specs, not solely creating them.
  • A predictable, unchanging set of tasks; priorities shift often in game development.
  • Isolation from other teams – you'll be collaborating constantly, so if you prefer working alone, this might not be for you.
  • Unlimited time for 'perfect' solutions; often, 'good enough' and performant is better than 'perfect' and slow.

6Who you work with

This role directly impacts the quality and believability of our game's non-player characters (NPCs). Your work makes the difference between a game feeling static and lifeless versus dynamic and engaging. It's a critical piece of the player experience puzzle, affecting everything from combat satisfaction to overall immersion. Get it right, and players will praise the 'smart' AI; get it wrong, and they'll notice the 'dumb' AI.

Inside the business
  • Game Designers (for AI behaviour requirements)
  • Gameplay Programmers (for integration points)
  • Animators (for character movement and reactions)
  • QA Testers (for bug reproduction and feedback)
  • Technical Artists (for environmental queries and tools)

7What you need before you start

Not a wish list. The things you would be expected to already have.

  • Solid professional experience (2-5 years) in game AI programming, or a closely related field like gameplay programming with a strong AI focus.
  • Demonstrable experience with C++ in a performance-critical environment; you'll need to show us code that's not just functional but also efficient.
  • Hands-on experience with a major game engine (Unreal Engine or Unity) and its AI tools.
  • A portfolio or demonstrable examples of AI systems you've built, ideally in games, showing your ability to bring characters to life.
  • Experience with version control systems like Perforce or Git in a team environment.

8What to practise next

Where the job is going, and what to do about it starting this week.

Advanced Decision Making & Planning

Players expect smarter, less predictable AI. Moving beyond simple state machines to more complex systems like Utility AI or GOAP will be crucial for creating truly engaging and dynamic NPC behaviours.

Utility AI Scoring Functions · Goal-Oriented Action Planning (GOAP) · Emotional & Personality Models · Believability vs. Optimal Play

  • This quarter: Read up on GDC talks or academic papers discussing Utility AI and GOAP implementations in games.
  • Next quarter: Try to prototype a simple Utility AI system for a basic character in your spare time or as part of a small internal project.
  • Month 6: Discuss with senior AI programmers how these advanced systems are being considered for future projects and how you can contribute.
  • Month 9: Look for opportunities to refactor existing FSMs into more flexible Utility AI components if appropriate.

Quick win: Start by identifying one simple AI decision in our current game that could be improved with a basic utility-based approach. Sketch out how you'd implement it.

Advanced Performance Optimisation (Cache-Aware Programming)

As games become more complex and target higher fidelity, every millisecond counts. Deep knowledge of how hardware works, especially CPU caches, will be essential for squeezing out maximum AI performance.

CPU Cache Hierarchy · Data-Oriented Design (DOD) · False Sharing & Cache Line Alignment · SIMD Instructions (e.g., SSE/AVX)

  • This quarter: Read 'Optimizing C++' by Agner Fog or similar resources on CPU architecture and cache performance.
  • Next quarter: Pay close attention to cache misses in profiling tools like Unreal Insights. Try to identify areas in our AI code that are cache-unfriendly.
  • Month 6: Experiment with refactoring a small, performance-critical AI component using Data-Oriented Design principles.
  • Month 9: Discuss your findings with senior programmers and contribute to internal best practices for performance.

Quick win: When you're next debugging a performance issue, don't just look at function call times. Try to understand *why* it's slow – is it memory access? Is it cache misses? Ask questions.

9Staying current once you are in

What people here do to keep up
  • Actively participate in game development communities, online forums, and local meetups (e.g., local IGDA chapters).
  • Regularly follow GDC (Game Developers Conference) talks, especially those focused on AI programming and optimisation.
  • Contribute to open-source game AI projects or maintain a personal portfolio of AI demos and experiments on GitHub.
  • Read relevant books and articles on game AI, C++ best practices, and performance optimisation.
  • Attend internal tech talks and workshops to learn from your peers and other departments.

10How the AI economy is changing work like this

Before we ask anything of you, here's what we can already say about AI and work of this kind:

The new skill this role is being asked for: Prompt Engineering & LLM Integration (for Tooling)

Large Language Models (LLMs) are rapidly changing how we build tools and automate tasks. Developers who can effectively 'talk' to these AIs will massively increase their productivity, especially for boilerplate code and documentation.

We'll only ever tell you what we can actually back up. No hype, no scare tactics.

Your PlanIllustration

Built for Game AI Programmer

4 units that map to this job, from the qualifications that cover it.

  1. Games design conceptsCambridge OCR · covers 1 of 3 standardsLevel 3
  2. Use programming languages in interactive media productsPearson Education Ltd · covers 1 of 3 standardsLevel 4
  3. Programming for Computer GamesCambridge OCR · covers 1 of 3 standardsLevel 3
  4. Artificial Intelligence Project Design & CommunicationLearning Resource Network · covers 1 of 3 standardsLevel 3
These are the real units behind this job, in the order they rank for it. Nothing here is marked done, because this plan has not been started by anyone yet. Yours would fill in as you go.

The rising capability

Zavmo analysis

What's rising in its place

This is where the work is heading, and the higher pay with it. Get fluent here and the shift stops being a threat and starts being your edge.

Prompt Engineering & LLM Integration (for Tooling)

Large Language Models (LLMs) are rapidly changing how we build tools and automate tasks. Developers who can effectively 'talk' to these AIs will massively increase their productivity, especially for boilerplate code and documentation.

  • Context Windows & Token Limits
  • Temperature Settings
  • Output Validation
  • Prompt Chaining

What you’ll use

Skills this role draws on

Technical

  • Behavior Architectures
  • Pathfinding & Movement
  • Decision Making Systems
  • Spatial & World Awareness
  • Performance Optimisation
  • Applied Machine Learning (Basic)

The pathway

How you actually get there, here

How you become one varies far more by country than what one does. This is the UK route. Most people take one of these ways in; the right one depends on where you're starting from.

  1. 1

    Junior AI Programmer (L1) to AI Programmer (L2)

    2-3 years

    Skills to master

    • Independent feature implementation, advanced debugging, performance optimisation, effective collaboration with designers, taking ownership of small AI systems.

    You're ready to move on when

    • Consistently delivering assigned AI tasks on time and with minimal bugs.
    • Proactively identifying and solving technical challenges without constant supervision.
    • Demonstrating a strong understanding of game AI principles and engine tools.
    • Receiving positive feedback from designers on the quality and responsiveness of your AI implementations.
  2. 2

    Gameplay Programmer (with AI focus) to AI Programmer (L2)

    3-4 years

    Skills to master

    • Deep specialisation in AI architectures (Behavior Trees, FSMs), advanced pathfinding, AI-specific performance profiling, understanding of AI design patterns.

    You're ready to move on when

    • You've taken on increasing responsibility for AI components within gameplay systems.
    • You've actively sought out opportunities to learn and implement more complex AI behaviours.
    • Your code demonstrates a strong understanding of AI-specific challenges like emergent behaviour and decision-making.
    • You're seen as the 'go-to' person for AI questions within your current gameplay team.
  3. 3

    Software Engineer (non-games, with C++ & AI experience) to AI Programmer (L2)

    3-5 years (plus self-study/portfolio)

    Skills to master

    • Game engine specifics (Unreal/Unity), game AI design principles (fun vs. smart), real-time performance constraints, game development pipeline, version control in games (Perforce).

    You're ready to move on when

    • You've built a strong portfolio of personal game projects or AI demos using a game engine.
    • You've actively engaged with game development communities and understand industry best practices.
    • Your C++ skills are exceptional, and you can demonstrate an understanding of performance-critical code.
    • You can articulate how your non-games AI experience translates to the unique challenges of game AI.

11Where this role leads

The long view:Your journey as an AI Programmer at Zavmo is about continuous growth, pushing technical boundaries, and ultimately, creating unforgettable player experiences. We're excited to see where you take it.

Pay & demand

Pay and demand for this role will appear here, each figure traced to a named authoritative source (e.g. the ONS Annual Survey of Hours and Earnings, under the Open Government Licence). We don’t show numbers we can’t attribute.

The ten Future Fluencies

Zavmo analysis

The credential is what you can do today. These are what keep you valuable.

A qualification proves you can do the job as it's defined today. These ten are what decide whether you're still the obvious person for it in five years. They're the capabilities employers are now writing into senior roles faster than people are learning them. Zavmo weaves them through whatever you study, so you come out with both: the credential and the fluency.

The highlighted ones are the Fluencies your role leans on hardest, from how Game AI Programmer is actually changing. In about two minutes, the free confidence check asks where you stand on each of the ten. That's the whole check, and it's what makes the plan yours rather than generic.

12The team that's yours

No two people are taught the same way. This is one-to-one, not one-to-many.

Zavmo is a hyper-personalised AI learning platform. Twelve virtual tutors, each with a different way of teaching, and one orchestration agent that picks the right one for the moment. So every single lesson is shaped around you, your role, and the way you learn. Not a course everyone sits through. A conversation built for you, and no one else.

…and nine more, matched to you after your first chat. Meet all twelve

13What it feels like

A conversation, not a course

Because your tutor knows your role, your projects and your last session, learning sounds like this. And it's different for every single person:

Games design conceptsLevel 3

Applied to your work in Game AI Programmer

This unit aims to equip learners with the skills to investigate digital games, plan a game to a brief, design and test it, and evaluate the final product against the original client requirements.

How the thinking builds
  1. Remember
  2. Understand
  3. Apply
  4. Analyse
  5. Evaluate
  6. Create
An illustration of a Zavmo lesson, built from this role’s own route. The unit, its objective and every criterion above are the awarding body’s own words, not an example.

One to one, not one to many

No two people run this the same way

A course is written once and handed to everyone. This is assembled around you, and keeps changing as it learns you. Five things it reads, and what each one changes.

  1. Your actual work Every lesson is taught against a live piece of your own work, not a worked example from a textbook.
  2. What you already know The first conversation finds your starting point, so you skip what you can already do and spend the time on what you cannot.
  3. The conditions you learn under Not a learning-styles quiz. The evidence does not support those. The dimensions the research does back, read once and used to shape the plan.
  4. How far you got last time It picks up mid-thought. The tutor knows what you said, what you struggled with, and what it asked you to try.
  5. Which tutor suits the moment Twelve of them, each for a different kind of thinking. The one who walks you through a first idea is not the one who stress-tests it.

See how you learn, free. Eight questions, no sign-up. A directional taster; the diagnostic inside Zavmo goes deeper and keeps adapting.

DemonstrateIllustration

Evidenced on your work in Game AI Programmer

You do not finish by watching something. You finish by showing it on the work you already do, against the measures this job is judged on.

  • Task AdherenceThe percentage of assigned Jira tickets (for AI features or bugs) that you close within the estimated sprint timeframe.If you're assigned 10 AI tasks in a two-week sprint and complete 9 of them by the deadline, that's 90% adherence. We understand things come up, but consistently missing targets means we can't plan properly.85%+ of tickets completed on time
  • Code Quality & StabilityThe number of critical or major bugs found by QA in your implemented AI features during their first pass, or issues flagged during code review.You deliver a new enemy AI. QA finds two bugs where the enemy gets stuck on geometry and one where it stops attacking. That's 3 bugs. We're looking for clean, robust code that doesn't cause more problems than it solves.Fewer than 3 critical/major bugs per feature
  • Performance ComplianceHow well your AI systems (for individual characters or small groups) stay within their allocated CPU frame budget.You implement a new patrol behaviour. During profiling, we see your AI's 'tick' function is taking 0.7ms. You'd need to optimise it down to 0.5ms or less. Performance is non-negotiable in games; every millisecond counts.AI characters consistently stay within <0.5ms per frame
  • Documentation CompletenessThe percentage of your AI features or systems that have clear, up-to-date technical documentation in Confluence, making it easy for designers to understand and tweak parameters.You build a new 'flanking' behaviour for enemies. You've documented all the exposed parameters like 'flank distance' and 'retreat threshold' in Confluence, explaining what they do and how designers can use them. This saves everyone time.90%+ of features documented
These are this job's own measures, with its own targets. Nothing is marked evidenced, because nobody has started this yet. Yours would fill in from the work you bring.

Your passport

This isn't a certificate you file away. It's a passport to the life you're designing.

Every credit you earn and every fluency you build adds up: evidence where it counts, carried with you. Zavmo keeps the map: where you are, where you're heading, and the next step, at your pace, around your life. From Game AI Programmer to Senior Game AI Programmer (L3), and whatever you decide comes after.

Level 3 · in progressAI Fluency→ Senior Game AI Programmer (L3)→ your design
Where this takes you

Your journey as an AI Programmer at Zavmo is about continuous growth, pushing technical boundaries, and ultimately, creating unforgettable player experiences. We're excited to see where you take it.

See Your Progress GrowIllustration
Game AI Programmer
  • Behavior Architectures
  • Pathfinding & Movement
  • Decision Making Systems
  • Spatial & World Awareness
  • Performance Optimisation
  • Applied Machine Learning (Basic)
This is your Mind Palace on learn.zavmo.ai. Every skill above comes from this role's own record, not an example borrowed from another job. A node lights up when you evidence it, and what you build stays yours between jobs. That is the part a course cannot do.

14The detail, folded away

Everything else the record holds

The career branches in full, how AI is already showing up in the day-to-day, and the questions people ask about this job. Here when you want them, out of the way while you decide.

Where it leads next, rung by rung

Where it leads

The career path, and where it branches

Game AI Programmer is a start, not a ceiling. Each step below asks for new skills and hands back more autonomy.

  1. Senior Game AI Programmer (L3)

    3-5 years from L2

    You'll move from owning individual AI features to leading entire AI workstreams or designing multi-character AI systems. You'll also start mentoring junior programmers.

    • Designing scalable AI architectures (e.g., for squads or large groups)
    • Advanced performance optimisation (cache-aware, multi-threading for AI)
    • Evaluating and integrating third-party AI middleware
    • Deep expertise in advanced decision-making systems (Utility AI, GOAP)
Working with AI on the job

Working with AI

Where AI is starting to help

Let's be real, game development is tough, and AI programming often means battling complex systems and tight deadlines. But what if you could offload some of the more repetitive or time-consuming tasks? That's where AI tools come in. We're not talking about replacing you; we're talking about giving you superpowers.

As a Game AI Programmer, you'll find that AI assistants can genuinely streamline your workflow. From knocking out boilerplate code to intelligently tuning parameters, these tools are here to help you focus on the really interesting, challenging parts of building compelling game AI, not the grunt work. Think of it as having a super-efficient junior programmer at your fingertips, 24/7.

Automated Behavior Testing

Imagine running thousands of gameplay scenarios overnight with ML agents or scripted bots. These tools can automatically flag regressions, navigation dead-ends, or exploitable AI loops that manual QA would simply miss. It's like having an army of tireless testers for your AI.

Intelligent Parameter Tuning

Instead of manually tweaking AI aggression, sight range, or accuracy, use genetic algorithms. They can explore a massive parameter space to discover 'fun' and balanced combinations that a human designer might never find. It frees you up to focus on the core logic.

Boilerplate Code Generation

Use a fine-tuned LLM (like GitHub Copilot) that's been trained on our game's codebase. It can instantly generate boilerplate for common AI patterns – think new Behavior Tree nodes, FSM states, or EQS queries – all while enforcing our existing coding conventions. Less typing, more creating.

Automated TDD Generation

Need a Technical Design Document (TDD) for your new C++ AI system? An AI assistant can parse your header files and generate a template in Confluence, pre-populated with class structures, public functions, and documented parameters. It's a massive head start on that 'boring but necessary' admin.

Common questions

Common questions

How do you become a Game AI Programmer?

Common routes in include Junior AI Programmer (L1) to AI Programmer (L2) (2-3 years), Gameplay Programmer (with AI focus) to AI Programmer (L2) (3-4 years) and Software Engineer (non-games, with C++ & AI experience) to AI Programmer (L2) (3-5 years (plus self-study/portfolio)). Times vary with prior experience.

Where can a Game AI Programmer progress to?

This role can lead on to Senior Game AI Programmer (L3) (3-5 years from L2), depending on the skills you build.

What level is a Game AI Programmer in the UK?

This role aligns to RQF Level 3 on the UK framework, a guide to the depth of qualification it maps to, not a hard entry bar.

What new skills matter most for a Game AI Programmer?

Increasingly, Prompt Engineering & LLM Integration (for Tooling). These are the areas where the higher-paid, future-proof work is heading.

The honest bit

You’ve started things before

Most of them were built for a room full of people who aren’t you. A cohort moves on whether or not your week allowed it, and by the third week the thing you’re behind on becomes the reason you stop opening it.

There’s no cohort here, and no timetable to fall behind. Before anything starts, Zavmo asks when you’re sharpest and how long you can realistically sit down for, then builds the sessions around those answers. A bad fortnight changes your pace. It doesn’t put you behind.

And you only pay once you start learning. Searching and planning are free, and you can cancel any time — so the cost of finding out is an afternoon, not a year.

What it costs

Less than one coaching session. Every month.

A single career-coaching hour costs more than a month of this, and it ends when the hour does. Zavmo doesn't. It's £70 a month, about £2.30 a day, for a companion that knows a Game AI Programmer, works on the job you actually do, and keeps going at your pace rather than a timetable's.

  • Searching and planning stay free. You only pay when you start learning.
  • Your credits are yours. Regulated, and they don't vanish when a subscription ends.
  • Cancel any time and billing stops. No notice period, no minimum term.

Your path, personalised

You have the map. Walking it is the part we do together.

This route runs to 3 national skill standards. That is a real journey.

Zavmo shapes a learning experience as unique as you are. It fits how you learn, your pace and the work you already do. Every step stays benchmarked to recognised national standards. That’s the plan for becoming a Game AI Programmer: personal to you, and it still counts. The first steps are free.

Independent research finds well-designed intelligent tutoring performs nearly as well as one-to-one human tutoring: VanLehn (2011), Educational Psychologist.

A private tutor in the UK averages £35–40 an hour . Zavmo is £70/month.

A real plan on learn.zavmo.ai: Ofqual-regulated units, credits, and a three-month run at your own pace.
Start free No commitment. See your first steps free.

15Where to go from here

Other roles at Level 3

Same depth of qualification, different job. Useful if the work appeals but this particular role does not.

Other roles in Technical roles

Stay in the field you know and move sideways rather than up.

If you leave this industry

The skills you build as a Game AI Programmer are highly transferable. Your C++ expertise, understanding of real-time systems, performance optimisation, and complex algorithmic thinking are valuable in fields like robotics, autonomous vehicles, high-frequency trading, and even general software engineering for performance-critical applications. You're building a versatile technical foundation.

Not sure this is the right direction?

Work out what you actually want from work first, then come back and see which roles fit it. Takes about ten minutes.

This role profile is © 2026Growth Engineering Technologies Ltd. Built from UK occupational standards and regulated qualification data, and written for Zavmo.

You're not behind. You're right on time. The shift is only just beginning. Your role won't look the same in two years. Be the one who leads the change, not the one it happens to. Build my plan, free Here's the first ten minutes: a 2-minute confidence check → your personalised roadmap → meet the tutors matched to you. No card, cancel any time. No card. Build your plan, see your roadmap and meet the twelve tutors matched to you. All free. When you're ready to start learning, it's £70 a month, billed monthly. Cancel any time and billing stops.