Lists & resources

jev_projects

@X0EF1JavaScriptMITupdated 2026-09-19runnable

list of projects that use typesafe's jev

X0EF/jev_projects

Where it calls Jev

const r = await fetch("https://api.typesafe.ai/v1/systemone", {

api/judge.js:156

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

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from api/judge.js:177

  1. answeredtrue/false

    Does any line in `lines` answer `query`?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    answered: { type: 'boolean', instructions: 'Does any line in `lines` answer `query`?' },
  },
});

Other projects in this category