用 Jev 构建代码库分类器
开发者分享用 Jev 构建代码库分类器,认为这可能解决智能体生成过度工程化代码的问题,并询问下一步测试方向。
介绍一个 Jev lint 规则,能在不到一秒内以低于 0.01 美元的成本检测新组件是否与现有文件重复,让每次代码变更都运行检查变得合理。
a jev lint rule that detects if a new component is a potential duplicate of an existing file. this check takes less than a second + costs less than $0.01 (for our codebase at least) jev makes it feel actually reasonable to run these checks on every code change.