用 Jev 构建代码库分类器
开发者分享用 Jev 构建代码库分类器,认为这可能解决智能体生成过度工程化代码的问题,并询问下一步测试方向。
作者介绍了 jev-digest,一个基于 TypeSafe AI Jev 的开源 MCP 工具。它从文档中抽取与问题直接相关的原文段落并附上来源,作者称在 Codex 研究代理中减少了 67% 的输入 tokens 和一半的工具轮次。
Jev cut my Codex research agent's input tokens by 67% and its tool rounds in half. jev-digest is an open-source MCP tool: @typesafeai's Jev picks only the passages that answer the question and returns them verbatim, with sources. Early proof of concept: https://github.com/pr0ta9/jev-digest…