shipwithjev

Catalog / Games & real time

0059GitHub

game-coach

A chess coach where Stockfish owns truth and Jev owns judgment.

Joel Lewis’s coach runs in the browser on Cloudflare. Stockfish says what the position is worth, and Jev decides what to tell the player about it.

JoelLewis/game-coachREADME ↗
# GameCoach Web

A browser chess coach that runs entirely on Cloudflare. Stockfish (WASM) owns the truth about the position, TypeSafe's Jev model makes the coaching judgment after every move, and templates plus a small writing model supply the words.

- Product spec: [`docs/PRD.md`](docs/PRD.md)
- Architecture and build plan: [`docs/build-plan.md`](docs/build-plan.md)
- Contributor and agent rules: [`CLAUDE.md`](CLAUDE.md)

Status: Wave 0 (scaffold and Jev feasibility spike).

## Development

Requires Node 22+, pnpm 11+, Rust stable.

```
pnpm install
pnpm typecheck
cargo check
```

## License

GPL-3.0-only. See [`LICENSE`](LICENSE).

Also filed under Games & real time

  1. 0535

    What Jev Probably Is, And Why You Already Have One

    A company called TypeSafe AI launched a model this week called Jev. They told us how fast it is. They told us what it costs. They told us it plays Doom in a tenth of a second.…

    medium.com · Games & real time

  2. 0534

    TypeSafe’s Jev Makes AI Decisions Fast Enough to Play Doom

    TypeSafe’s Jev Makes ... Decisions Fast Enough to Play Doom | by Kristopher Dunham | Sep, 2026 | Medium ... # TypeSafe’s Jev Makes AI Decisions Fast Enough to Play Doom ... A…

    medium.com · Games & real time

  3. 0533

    🧵 I wanted to understand what makes Jev different from a normal LLM

    🧵 I wanted to understand what makes Jev different from a normal LLM. So I built a tiny real-time game with it. The AI controls the player and has one goal: Don't get hit.

    @abolbuild · Games & real time

  4. 0532

    Searching for Better Game Recommendations with Jev

    To pick that list better, I tried Jev, a decision model from TypeSafe. I did not have Jev write recommendations. I asked it to rate candidate games, then handed the model that…

    dev.to · Games & real time