Browser Use Ships game-mode, an AI Agent That Builds and Playtests Web Games
Browser Use's new /game-mode lets an AI agent build, test, and iterate on playable web games — 2D, 3D, and multiplayer — powered by Kimi K3 or Claude Fable 5.
- Browser Use launched
/game-mode, an AI agent that builds, deploys, and self-tests playable web games from a text prompt. - 2D, 3D, and online multiplayer are all supported; the agent uses browser automation to play and iterate on its own output.
- Two model backends: Kimi K3 (Moonshot AI's 2.8T open-weight frontier model) or Claude Fable 5 (Anthropic's most capable widely released model).
- Kimi K3 is capacity-constrained at launch — Browser Use tried to buy more API access and couldn't due to high demand.
- Free for now:
/game-modeis temporarily free on the Browser Use cloud platform while the team collects feedback. - The key innovation is the closed feedback loop: the agent writes code, then plays the game in a real browser, spots bugs, and fixes them autonomously.
Browser Use just shipped something that feels like a party trick until you realize it isn't: an AI agent that builds fully playable web games from a text description. The feature, called /game-mode, is live on their cloud platform and is temporarily free to try while the team collects feedback.
What it actually does
The agent takes a natural-language prompt, writes the game code, deploys it to the web, and then , critically , plays it. That last part is what separates this from a code-generation tool. Browser Use's agent can open the game in a browser, interact with it like a real user, spot bugs, and iterate. As the team put it in the thread: "When agents can test the websites they create and iterate on them, the games get 100 times better."
The feature supports:
- 2D and 3D games (rendered in the browser via WebGL)
- Online multiplayer
- Two model backends: Kimi K3 or Claude Fable 5
Users in the launch thread shared working games ranging from polished 2D platformers to 3D worlds with distinct art styles. The team was handing out $50 in Browser Use credits to the first 20 people who shared a game with feedback , a clever way to stress-test the feature under real conditions.
The models powering it
The choice of two backends is deliberate, and both are genuinely frontier-tier right now. Kimi K3, released by Moonshot AI, is a 2.8-trillion-parameter open-weight multimodal reasoning model with a 1-million-token context window and always-on "thinking mode." Within hours of release, it jumped from #18 to #1 on the Frontend Code Arena leaderboard with a score of 1679, overtaking Claude Fable 5 , the model most developers considered untouchable for front-end work. That makes it a natural fit for generating browser game code.