wdobry/laya-playground
A website, two games, a benchmark and an agent skill for Laya, the open-source decision model. Runs on your machine.
About the project
A playground for Laya, the open-source decision model: a website, three games, a benchmark and an agent skill. A local server takes typed questions and returns probabilities in one forward pass.
Useful for
- Run the local server and watch the model play Flappy, a lane runner and Tetris
- Compare answers from three Laya checkpoints on your own questions in the playground
- Reproduce the Laya vs Jev benchmark on 500 labelled examples
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 30 stars so far today, about 52 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 2 days old and already has 100 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #193.
- About 12 forks a day — people are taking the code.
- Recent forks include notable developers: @dorucioclea (311 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 100
- Today
- 30 · ≈ 52 by evening
- Forks
- 18
- Issues and pull requests
- 2
- Watchers
- 0
- Language
- JavaScript
- License
- MIT
- Created
- September 20, 2026
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026Top new repositories this week: #193
Similar by description
-
5.5
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
3.6
hellogumbo/awesome-jev
A directory of projects built on Jev, TypeSafe AI's System One model that takes a state plus typed questions and returns answers with calibrated probabilities. Includes SDKs, integrations, demos, and articles.
-
6.9
mizorewww/laya-coreml
Local port of the Laya model to Apple Core ML and Neural Engine: returns typed decisions (choice, score, yes/no) without token generation, with speed and energy benchmarks.
-
2.9
valentynkit/awesome-jev-typesafe
A curated list of projects and resources around TypeSafe's Jev, a model that takes state and returns typed answers (probabilities, choices, scale positions) instead of text.
-
4.8
AnotiaWang/awesome-jev
A curated list of applications, libraries, and resources for Jev, TypeSafe's System One model that evaluates typed questions against a state and returns structured answers with probabilities.
-
5.2
malevrigns/agent-jev
AgentJev-0.6B is a specialist decision model for AI agent loops: it takes unstructured state (diffs, traces, logs) plus typed questions and returns a probability distribution over options in a single forward pass with…