榜单与资源
TypeSafe System One 和 Jev 社区目录,收录围绕类型安全决策的 GitHub 项目和文章。
TypeSafe System One / Jev community directory — GitHub projects & posts around typed decisions (typesafe.ai)
const API = 'https://api.typesafe.ai/v1/systemone'链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
取自 scripts/score-sources.ts:105
about是/否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选项Should 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.' } },
},
});