Benchmarks & research

jev-decision-bench

@OmarMujahid2PythonMITupdated 2026-09-19

An independent benchmark of TypeSafe's Jev, a model that does not write text. You send it some content and a list of typed questions (yes/no, pick one option, rate on a scale) and

OmarMujahid/jev-decision-bench

Where it calls Jev

d, wall, srv = post("api.typesafe.ai", "/v1/systemone", os.environ["TYPESAFE_API_KEY"], {"model": "jev-1.13.0", "state": state, "questions": questions})

run.py:38

The link points at the commit we read, so the line number still holds.

This one cannot run here

Its question set is assembled at runtime, or never written out literally in the code, so there is nothing to lift. The source link above will show you.

Other projects in this category