用 Jev 构建代码库分类器
开发者分享用 Jev 构建代码库分类器,认为这可能解决智能体生成过度工程化代码的问题,并询问下一步测试方向。
TypeSafe 的 Jev 模型返回类型化分数,在 100 个真实 GitHub issue 上作为代码重排序器测试,Recall@5 达 71.4%,优于稠密检索加 Qwen3-Reranker-4B 的 63.4%,中位延迟相近(4.6 秒)。
TypeSafe's Jev returns typed scores instead of text. We tested it as a code reranker on 100 real GitHub issues. With a model-planned grep in front, Jev hit 71.4% Recall@5, vs 63.4% for dense retrieval → Qwen3-Reranker-4B, at about the same median latency (4.6 s).