
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.
Don't miss what's next in AI
Join 300,000+ engineers and researchers who get the signal, not the noise.
- Full access to in-depth AI research breakdowns
- Be the first to know what's trending before it hits mainstream
- Daily curated papers, repos, and industry moves
