X · by jurlycat
Laya plays Flappy Bird on a CPU
A 421M open-weights System One model, real time on a laptop CPU.
Jurly
@jurlycat
An open-source Jev-like model is playing Flappy Bird in real time on a standard CPU. Laya is a 421M-parameter System-1 decision model running on a 12th-gen Intel i7 with OpenVINO INT8. No GPU. No token-by-token generation. It receives the game state and chooses an action in a single forward pass. LLMs can handle planning and reasoning. Small decision models can provide the fast reflexes. The best agent stack may not be one giant model. It may be a slow brain paired with fast reflexes.
Sep 23, 2026 · 48 likesOpen on X
jurlycat ran Laya, the open-weights System One decision model, on Flappy Bird in real time. It is a 421M-parameter model on a 12th-gen Intel i7 with OpenVINO INT8, and no GPU in the loop.
Open the source