Where ayoai runs today
ayoai is engine-agnostic: any runtime that can stream world state and execute a behavior tree can host ayoai minds. Today ayoai runs live in three very different worlds.
ARC-AGI-3
ARC-AGI-3 is an interactive reasoning benchmark — a suite of game-like environments built to probe general intelligence. Our integration is a thin conduit: it streams the benchmark's state to ayoai and runs the behavior that comes back, with no special logic of its own. Because it's deliberately simple, it doubles as a minimal, readable example of how to wire any engine to ayoai in Python.
Example integration (public): Ayoai-ARC-AGI-3-Integration
Roblox
Roblox is a stochastic, multi-agent environment — an ideal testbed for rapidly iterating autonomous agents, and a foundational world model. ayoai streams live game state from Roblox and returns behavior its runtime executes locally, so the heavy cognition stays off the game server. The Roblox integration is kept private for now.
Vinheim
Vinheim is a line of custom virtual worlds built using ayoai, designed from the ground up to be inhabited by ayoai minds. It's where the platform is pushed hardest — long-horizon goals, persistent memory, and whole populations of entities living in a single persistent world. See vinheim.com.
Build your own
Any engine can host ayoai. Use the Interface Specifications to stream your world's state and run the behavior trees ayoai returns — the ARC-AGI-3 integration above is the simplest working reference.
ayoai