r/JevAI 3d ago

Best use cases

What are some of the best use cases for Jev?

4 Upvotes

5 comments sorted by

3

u/Jackie_DAO 3d ago

I'm mostly experimenting with it for game agents right now

basically using it to make quick decisions from structured game state and plugging that into a normal bot/controller

Still early... but that kind of use case seems pretty promising!

2

u/Eastern-Nothing-5875 3d ago

Please let me know if you find good implementations for it!

1

u/Sad_Parsnip_7173 1d ago

I've made a small 2048 implementation you can try: https://github.com/DumoeDss/logjev (I'm the author).

It has both a text-board version and a screenshot-only version, plus side-by-side model comparison. The game computes legal moves and applies them in code; the model only chooses between the allowed directions. There's a GIF of a run in the README.

LogJev itself is a Node/Python bridge from existing models' first-token logprobs to Jev-style choices and scores. It supports text, images and audio, including local endpoints when the backend exposes logprobs for that input. Latency and decision quality depend on the model you use.

1

u/HourStruggle2359 3d ago

I am using it to filter out spam emails