Lists & resources
TypeSafe System One / Jev community directory — GitHub projects & posts around typed decisions (typesafe.ai)
const API = 'https://api.typesafe.ai/v1/systemone'The link points at the commit we read, so the line number still holds.
These question sets are lifted from this project's source exactly as written.
from scripts/score-sources.ts:105
abouttrue/falseIs 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)?
keepchoiceShould Awesome JEV, a curated directory of TypeSafe Jev projects and discussion, keep this entry on the public board?
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.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.' } },
},
});