An arena survival game where Jev or Laya controls every enemy
Sree's game describes each moment in one sentence and asks one typed question; the enemies act on the returned probabilities, with either model plugged in.
BUILDS
Agents, routers, scorers and games — built on models that decide. Every entry links to the models it uses, so you can pull the same one and start from there.
19 builds
Sree's game describes each moment in one sentence and asks one typed question; the enemies act on the returned probabilities, with either model plugged in.
Ahmed had the 322M multilingual checkpoint control every paddle move, running locally on Windows.
Dev Ed measured local Laya on a base M5 against Jev's hosted API on the same maze.
AmirTaha feeds the fruit, head and wall positions to the model and moves in the direction it returns.
mgear runs the ONNX weights in Unity through onnxruntime-unity and plays full games against the model.
Viraj Bhartiya ran Laya locally on MLX and Jev over its API on the same T-Rex track and physics.
Hope set up a first-to-five 1v1: Jev's calls were sharper, while Laya decided about twice as often.
With the network off, local Laya made 86.4 decisions a second from a 1 GB footprint while the API-bound Jev managed 3.2.
atomic.chat pitted Laya on a 16 GB MacBook Air against Jev's API; the local model decided about 11× faster.
Mansour Raad's experiment: Laya alone landed 0 of 90 attempts; with model-predictive control overruling a small share of moves, 90 of 90.
soybelli connected Pac-Man to the model on Apple Silicon, with a live view of action probabilities, latency and tactical planning.
Tom Siwik argues that framing the decision space and batching matter more than the model: over the network Jev wins, locally the two tie.
Daniel Tremer's agent plays Hordes.io from screenshots: Apple Vision reads the screen, Qwen on MLX plans and Laya on Core ML makes each decision.
Simplifying AI ran the same game and questions on both models; Laya made 86.5 decisions a second against the API's 3.2.
Tobias ran all three on a low-memory MacBook: Jev won on quality, the local models on speed and cost.
Tony Dinh ran laya-mlx at about 84 ms per decision against Jev in real-time Tetris; Jev won all three games.
Daniel F's browser fighter has 21 characters, special moves, combos and replays, with the computer opponent run by Laya.
The announcement of the MLX port: under 1 GB of RAM, choosing the snake's next move sixty times a second.
Shantanu Goel trained Laya for about 24 hours on FreeDoom's first level from text-only observations; zero-shot Jev still played far better.
Many of the first builds here were collected by madewithlaya.com. Every entry links to its creator’s own post, repository or site.