Lists & resources

awesome-jev

@daftAI20264TypeScriptupdated 2026-09-18runnable

TypeSafe System One / Jev community directory — GitHub projects & posts around typed decisions (typesafe.ai)

daftAI2026/awesome-jev

Where it calls Jev

const API = 'https://api.typesafe.ai/v1/systemone'

scripts/score-sources.ts:12

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 scripts/score-sources.ts:105

  1. abouttrue/false

    Is this directory entry about TypeSafe AI's System One model Jev (typed decisions, SDKs, demos, integrations, or discussion of typesafe.ai / @typesafeai / @CompleteSkeptic's Jev launch)?

  2. keepchoice

    Should Awesome JEV, a curated directory of TypeSafe Jev projects and discussion, keep this entry on the public board?

    • keepClearly about TypeSafe Jev / System One and useful to a reader of the directory.
    • reviewPossibly relevant but thin, mixed, or not enough evidence in the provided text.
    • dropNot about TypeSafe Jev, or noise that should not appear on the board.

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: {
    about: { type: 'boolean', instructions: 'Is this directory entry about TypeSafe AI\'s System One model Jev (typed decisions, SDKs, demos, integrations, or discussion of typesafe.ai / @typesafeai / @CompleteSkeptic\'s Jev launch)?' },
    keep: { type: 'choice', instructions: 'Should Awesome JEV, a curated directory of TypeSafe Jev projects and discussion, keep this entry on the public board?',
      criteria: { keep: 'Clearly about TypeSafe Jev / System One and useful to a reader of the directory.', review: 'Possibly relevant but thin, mixed, or not enough evidence in the provided text.', drop: 'Not about TypeSafe Jev, or noise that should not appear on the board.' } },
  },
});

Other projects in this category