Hero Background

Next-Gen App & Browser Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud
Testμ

AI in Mobile QA: What Actually Works Today? [Testμ 2026]

A panel with nunu.ai and Tirta Ventures on vision-based mobile agents: where they match humans, where they do not, and what QA becomes when agents run at scale.

Published on:

An agent will open the same screen and check the same twenty elements a thousand times over, and the thousandth run is as careful as the first.

That, rather than anything about intelligence, is the honest case for AI in mobile QA. The interesting question is where it stops.

This Testμ Conf 2026 panel brings together Jan Schnyder, Co-founder and CEO at nunu.ai, Nicolas Muntwyler, Co-founder and CPO at nunu.ai, and Justin Yuan, Partner at Tirta Ventures, for a status report on what agents genuinely do today in mobile apps and games.

Youtube thumbnail

If you couldn’t catch all the sessions live, you can access the recordings at your convenience by visiting the TestMu AI YouTube Channel.

TL;DR

AI agents handle repetitive mobile QA at a scale humans cannot staff, and stop short of judging whether an experience is any good. The work splits into verification testing, checking a defined expectation, and discovery testing, where an agent explores a feature and tries to break it. A human reviews what comes back. The panel is nunu.ai and Tirta Ventures.

  • Do these agents read accessibility IDs or the DOM? - No. The nunu.ai agent is fully vision-based, taking a live stream from the device, reasoning about the next action, and issuing taps, swipes, clicks and keyboard input. Every game presents an identical interface to it.
  • Can AI match human testers on mobile games? - On simpler UI navigation games, yes, and Nicolas Muntwyler reports performance similar to or better than humans. On complex 3D and competitive games the agent is still behind a good human player.
  • What is the real advantage over human testers? - AI does not get bored. It will run the same twenty-element check a thousand times at consistent quality, and it parallelises across thousands of devices rather than requiring a QA team to scale up and back down.
  • Can an agent tell whether a game is fun? - No, not with nuance. Jan Schnyder notes that games are made almost exclusively for humans, so a human stays in the loop for feel, frustration and retention. Agents can already judge simpler questions such as whether a feature is completable without too many hard stops.
  • What is persona-driven play? - Instructing the agent to use the app as a specific kind of user, such as a 70-year-old or a 10-year-old, which produces emergent behaviour differences customers find useful in the resulting data.
  • What evidence comes back from an agent run? - A full recording plus every action the agent took and the reasoning behind it, rather than a pass or fail report. For a discovery bug that includes the reproduction steps and what led up to it.
  • Why did investors pick QA as the first AI beachhead in games? - Justin Yuan describes a natural hierarchy of AI adoption in which QA and testing are the low-hanging fruit: an ever-present problem studios were already willing to point AI at.
  • What else are agents being used for? - Monetization verification, ad auditing, age verification, compliance testing, accessibility testing, competitor analysis and market research. One customer ordered food through an agent as a test of the interface.
  • Do AI agents need less maintenance than scripts? - Yes. Traditional scripted mobile automation is brittle and costs real resources to maintain, while an agent adapts to changes in menus and environments without a maintenance pass.
  • Why test black box rather than injecting into the app? - Because a button that is invisible but still pressable passes an injected test and fails a human. Staying at the pixel level catches everything a human would catch, and it removes integration work: supply a build or a URL and describe the task.
  • Is testing still the bottleneck? - Yes, and more than before. AI accelerated creation faster than it accelerated verification, so shipping now waits on testing, which is why the panel pushes it left into the development loop.
  • What happens to the QA role? - It widens rather than disappears. Testers take ownership of larger scope, moving towards QA management and agent supervision, specifying intent precisely and reviewing what fleets of concurrent agents report back.

The Boundary Today

The panel is unusually direct about the boundary, so it is worth setting out before the detail.

TaskAgent todayHuman still needed
Repetitive regression and smoke checksRuns it a thousand times at consistent qualityNo
Simple UI navigation gamesSimilar to or better than a humanNo
Complex 3D and competitive playSlightly behind a good human playerYes
Is the feature completable?Early data suggests it can judge thisPartly
Is it fun, frustrating, worth returning to?Not with nuanceYes
Deciding what should have been testedDrafts and suggestsYes

From Research to Testing

Jan Schnyder and Nicolas Muntwyler met at university, both with machine learning backgrounds and both long-time gamers.

The lineage they point to is the research one. Gaming and AI have been close since the early days of the field, and the labs they were reading, DeepMind among them, worked on games for exactly that reason.

Their own demos played AAA titles previously considered out of reach and went up on YouTube. The commercial turn came from noticing the obvious adjacent use: an AI that can play a game can also test one.

That led to work with several of the largest PC and mobile studios, which is the vantage point the rest of the panel speaks from.

Fully Vision-Based

The architectural choice underneath everything else is that the agent looks at the screen and nothing else.

No accessibility IDs, no DOM tree. A live stream comes from the device, the system reasons about what the next action should be, and it issues taps, swipes, clicks and keyboard or mouse input.

The consequence Nicolas Muntwyler draws is that every game presents an identical interface to the agent. What the title is, and how it was built, stops mattering.

Difficulty then shifts entirely to the gameplay rather than the integration. Mobile titles are often simple UI navigation, which agents handle well, while complex 3D games remain harder.

AI Does Not Get Bored

Asked where agents genuinely beat people, Nicolas Muntwyler gives the least glamorous answer available, which is why it holds up.

Comma

Open this screen and confirm twenty elements are present is exactly the work that degrades when a person does it repeatedly, and exactly the work an agent runs identically every time.

The second advantage is parallelism. A full test plan can run across thousands of devices at once, which removes the staffing problem of scaling a QA team up for a release and back down afterwards.

Jan Schnyder frames the result as a change in team shape rather than a replacement. A smaller group of QA professionals directs, observes and controls a fleet of agents, and spends its own attention on play testing and feel.

Note

Note: Run agent-driven test plans across 10,000+ real Android and iOS devices in parallel. Try TestMu AI now!

The Part AI Cannot Judge

Justin Yuan raises the limit from the investor seat, and neither founder argues with it.

A game can function correctly, contain no bugs, and still fail. Whether it is fun, whether a player gets frustrated, whether anyone comes back, sits outside what an agent judges well today.

Jan Schnyder’s reasoning for why that gap persists is the sharpest line in the panel: games are one of the rare goods crafted exclusively for humans, so a human stays in the loop by construction.

Nicolas Muntwyler is careful about claiming otherwise, noting there is no clean quantitative measure here. What customers do is compare agent judgements against the feedback they already have from their own player base, and on simpler questions, such as whether a feature is completable without too many hard stops, the data suggests the agent can call it.

Persona-Driven Play

The nearest thing to closing that gap is instructing the agent to adopt a persona.

Told to use the app as a 70-year-old would, or as a 10-year-old would, the agent’s play changes, and the emergent differences are what customers find worth having in the data.

Jan Schnyder presents this as early signs rather than a solved problem, and still lands on human review at the end for anything made for humans.

Verification and Discovery

The clearest structural idea in the session is the split between two kinds of testing, which behave differently and produce different evidence.

  • Verification testing - the regression case, where you want to know whether it worked or found a bug. The high-level metric is exactly that, with the sequence that led to the failure shown underneath.
  • Discovery testing - the newer capability. You tell the agent you have shipped a feature and ask it to explore and try to break it, and it returns the specific example, what led up to it, and reproduction steps for a human to confirm.

What comes back from either is more than a report. Jan Schnyder points to a full recording plus every action and the reasoning behind it, which is available for sentiment analysis or whatever else the team wants to do with it.

That is a real difference from traditional automation, where a failure gives you a stack trace and a screenshot rather than an account of what the runner was trying to achieve.

Why Was QA the Beachhead?

Justin Yuan’s firm invests where AI meets games, and his account of why QA came first is about willingness rather than technology.

Across years of conversations with publishers and developers he describes a natural hierarchy of AI adoption, in which testing is the low-hanging fruit: a permanent problem that studios were already prepared to point AI at.

The second half of his thesis is what the beachhead opens onto. What a fleet of agents operating real devices provides is infrastructure, and infrastructure travels further than the first use case.

Beyond Bug Finding

The adjacent uses the panel names are the most concrete evidence that the infrastructure argument holds.

  • Monetization verification and ad auditing - checking that the commercial surfaces behave as intended at scale.
  • Age verification - work Justin Yuan describes with another portfolio company, aimed at identity and verification for children across games and social apps.
  • Compliance testing - which he expects to move from a do-it-if-you-must obligation to a front-and-centre concern in product design, following high-profile fines in the hundreds of millions.
  • Accessibility testing - a natural fit precisely because the agent does not get bored, moving it from a final check to something running from the start of a sprint.
  • Competitor analysis and market research - running agents across rival apps to gather structured insight, with the data returned automatically rather than through a scraper someone had to write.

The unplanned one they mention is ordering food delivery through the agent, which sounds like a joke until you notice what it demonstrates: the product is a natural-language interface to a device, and testing is the first thing people point it at rather than the only thing.

Jan Schnyder also draws the maintenance contrast directly. Scripted mobile automation is brittle and consumes real resources to keep alive, whereas an agent adapts to a changed menu or environment without a maintenance pass, which is what lowers the entry barrier.

Test your website on the TestMu AI real device cloud

Why Does Black Box Beat Injection?

Asked why they stayed outside the app rather than hooking into it, Nicolas Muntwyler gives two reasons, and the first is a genuinely good testing argument.

A human looks at a device. They do not inject themselves into the application. So anything visible from that viewpoint should be catchable as a bug.

His example makes it concrete: a button that is invisible but still pressable. Click it through an accessibility ID and the test passes. Look at the screen as a person would and it is obviously a defect that should be flagged.

The second reason is adoption. There is no integration to build. Supply a build, or a URL for a website, describe what the agent should do, and that is the setup.

Context is layered on top through a knowledge base holding design and reference documents, and through an MCP integration that lets teams author test cases from inside their own stack. For verification tests a human authors the cases; for discovery the agent needs far less.

On the obvious worry that a vision agent just clicks around, Nicolas Muntwyler is clear that these runs are not monkey testing. The agent reasons about what would make a sensible test scenario and then works out the buttons on the way to the goal.

Testing Became the Bottleneck

The observation that most deserves to travel beyond gaming is about where AI moved the constraint.

Across the studios they work with, creation got dramatically faster. Verification did not keep pace, and it still has to happen before release, so testing is now the thing releases wait on.

Their answer is to push it left into the development loop. A GitHub hook lets a developer pushing a feature trigger a run that spins up a device, deploys the build, and exercises it at pixel level rather than at code level, reporting straight back.

Justin Yuan adds the industry context that makes this urgent in games specifically: development cadence in consumer entertainment is already rapid and increasingly personalised, with a whole discipline of live operations built around it.

Q & A Session

The audience engage panel fed two questions into the session, and the host closed with one of his own to all three panellists.

  • How does the agent decide its execution path, and what happens to coverage if it misses one?

    Jan Schnyder: That is what verification tests are for. Alongside the execution instruction, such as play the tutorial or complete the signup flow, you define expected results to be checked explicitly: does this popup appear, does the green banner show on signup. The agent verifies them one by one and flags a mismatch to a human reviewer, who confirms it and routes it to the developers or the test management system.

  • What does the QA role look like now?

    Nicolas Muntwyler: It gets bigger rather than smaller. Where a tester previously owned a set of cases they executed or scripted, the same person now gets roughly ten times as much done and moves into QA management, taking ownership of quality across far more of the app. We see people progressing up the responsibility ladder faster as a result.

    Justin Yuan: I see the same pattern across the agentic ecosystem generally. The job changes into something closer to agent supervision, managing thousands of concurrent runs and specifying intent precisely enough for the system to act on. The residual human skill goes where the bottleneck is, which for now is still judging whether an experience is enjoyable.

  • What would you caution a founder building in AI today?

    Justin Yuan: Ask whether what you are building is a feature the foundation models or an incumbent will logically absorb, or a standalone product with a reason to exist as its own business.

    Jan Schnyder: The barrier to building has never been lower, which is exactly the problem, since anyone can now build something. The most valuable trait available is agency: identifying the thing that matters, then staying persistent while adapting to a field that keeps changing underneath you.

This session was part of Testμ Conf 2026, which ran across three days of sessions on agentic engineering and quality. Registrations for the next edition are already open on the Testμ Conference 2027 page.

Author

...

TestMu AI

Blogs: 232

  • Twitter
  • Linkedin

TestMu AI is World's First Full Stack AI Agentic Quality Engineering platform that empowers teams to test intelligently, smarter, and ship faster. Built for scale, it offers a full-stack testing cloud with 10K+ real devices and 3,000+ browsers. With AI-native test management, MCP servers, and agent-based automation, TestMu AI supports Selenium, Appium, Playwright, and all major frameworks. AI Agents like HyperExecute and KaneAI bring the power of AI and cloud into your software testing workflow, enabling seamless automation testing with 120+ integrations. TestMu AI Agents accelerate your testing throughout the entire SDLC, from test planning and authoring to automation, infrastructure, execution, RCA, and reporting.

Add to Google preferred sources

Summarise with AI

Copied to Clipboard!
...

3000+ Browsers. One Platform.

See exactly how your site performs everywhere.

Try it free
...

Write Tests in Plain English with KaneAI

Create, debug, and evolve tests using natural language.

Try for free

Did you find this page helpful?

More Related Blogs

TestMu AI forEnterprise

Get access to solutions built on Enterprise
grade security, privacy, & compliance

  • Advanced access controls
  • Advanced data retention rules
  • Advanced Local Testing
  • Premium Support options
  • Early access to beta features
  • Private Slack Channel
  • Unlimited Manual Accessibility DevTools Tests