用 Jev 分类模型逐步选择合法 token 编写 C++
作者用 TypeSafe 的 Jev 决策/分类模型做实验:每步只提供语法合法的候选 token,让模型选择,从而生成 C++ 代码。
开发者分享用 Jev 构建的 PR 分诊工具 Fascin,可判断 PR 紧急程度、变更类型和合并就绪度,并指出 Jev 负责实际推理。
Built Fascin. It triages a PR for you: is it urgent, what kind of change, how close to merge-ready. Turns out it's not really an agent, more of a smart button. I pick the PR; it always asks the same three questions. #Jev does the actual reasoning. #TypeSafeAi