榜单与资源

awesome-jev

@daftAI20264TypeScript更新于 2026-09-18可当场跑

TypeSafe System One 和 Jev 社区目录,收录围绕类型安全决策的 GitHub 项目和文章。

英文原文

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

daftAI2026/awesome-jev

它在哪儿调用了 Jev

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

scripts/score-sources.ts:12

链接指向我们抓取当天的那个 commit,行号是准的。

它问 Jev 的问题

下面是从这个项目源码里原样取出来的 question 组合。

取自 scripts/score-sources.ts:105

  1. 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)?

  2. keep选项

    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.

用你自己的内容跑一遍

代码
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.' } },
  },
});

同类的其他项目