← cd ..

$ man jev

// what is jev

Jev is TypeSafe AI's "System One" model. It doesn't generate text — you give it a state (some text or JSON) plus a set of typed questions (yes/no, multiple choice, or a score), and it returns calibrated answers in roughly 100–300ms.

// why it's interesting:

// source for everything below: github.com/raaulc/jev-projects

$ ls -la ./jev/

ai-paper-radar/

// daily-automated arxiv paper ranker — jev scores every new cs.ai/cs.cl/cs.lg/cs.ma paper for relevance and novelty, github actions cron keeps it fresh every morning, full date-wise history browsable

// stack: jev (typesafe ai) · python · github actions · arxiv api

// status: in progress

five-trolleys-jev/

// five famous ethical dilemmas run through jev's typed-decision api — real/not-a-dilemma, ethical framework, difficulty score, and an actual yes/no verdict for each

// stack: jev (typesafe ai) · python · vanilla html/css/js

// status: complete