Google Game AI 🎮, Discord Social SDK 💬, Eyot Language 💻
🎮 AI-Powered Game Development
Beyond Prompts: Google’s Living Games Vision for AI-Driven Development
Google is evolving its “Living Games” concept by turning Google Cloud into an AI-first engine, powered by Gemini and Vertex AI. Instead of simple prompt-and-output tools, multi-agent systems now automate full pipelines—from generation and texturing to optimisation and Unreal/Unity integration—driven by natural-language goals. Early adopters like 10Six Games, Atlas, Antstream Arcade, and Dreamlands are using it for narrative co-writing, hyper-personalised worlds, and large-scale infrastructure. Google also promises IP indemnification, aiming to make this stack safe and production-ready for studios.
Google’s Genie 3 Isn’t Ready to Make Games—Yet
At GDC, Google DeepMind clarified that Genie 3, its generative “world model” tech, is not a plug-and-play game engine and currently keeps worlds consistent for only about a minute. Instead, it’s being developed as an AGI research tool to create bespoke virtual environments for AI agents. Google also showcased SIMA 2, an agent designed to play many different games, demonstrated in No Man’s Sky.
📊 Data, Design & Live Ops
Inside the ThinkingData Summit: AI, Live Ops, and Mobile Game Design
The ThinkingData Summit at GDC gathered Blizzard, Habby, Mavis Games and others to unpack how data and AI are reshaping mobile games. Talks covered everything from surviving rapid UA and feature shifts to using AI agents for “agentic live ops” that audit outdated rules. Blizzard shared how motivational segmentation beats pure LTV tiers, while Habby explained why it thinks in midcore, not “hybridcasual.” Mavis Games closed with a practical framework for inventing fresh game ideas without smothering creativity with KPIs.
Boost Sessions by 16%? Discord’s New Social SDK Tools for Games
Discord’s latest Social SDK update gives developers new levers to drive engagement, adding fully native mobile account linking on iOS and Android plus richer in-game activity sharing. Players can link accounts directly from Discord, see when friends are in supported games, and jump in with less coordination friction. Early integrations report 16% longer play sessions and a 25% median increase in active game days. Discord is also expanding native in-DM gifting of in-game items to more titles.
🧮 Graphics, GPUs & New Languages
Eyot: A New Language That Makes GPU Work as Easy as Threads
Eyot is an experimental programming language designed to make sending work to the GPU as simple as spawning a background thread. The same function can run on the CPU or GPU just by choosing `cpu` or `gpu`, with the runtime handling compilation, memory, and communication. Aimed at GPU-heavy domains like game development, Eyot is still early, missing features like rendering (planned via Vulkan) and a real standard library, but already offers a playground to experiment with this GPU-first concurrency model.
Physically Based Fog: Deriving Lerp and Exponential Height Transmittance
This article derives the standard fog lerp directly from the volume rendering equation with participating media, explaining why blending surface color with a fog color using transmittance is physically sound. It then tackles exponential height fog, computing analytic expressions for optical depth and transmittance in terms of camera height, view direction, and fog parameters. Both slanted and horizontal ray cases are covered. The result is a compact, implementation-ready reference for realistic height fog in games and renderers.