Awesome Jev: early projects and use cases
A community-curated list gathers early Jev projects and ideas for developers who already have API access.
The author implements and runs Conway's Game of Life using Jev's System One model, noting that Jev is not good at numerical computation, causing gradual drift and a blurred probability plot.
コンウェイのライフゲームをJevのシステム1モデルで実装・実行してみる。 Jevは数値計算が苦手なのでだんだんずれていく。 確率をプロットしているのでぼやっとしてます。 https://github.com/uehaj/jev-conway-lifegame/tree/main…