用 Jev 分类模型逐步选择合法 token 编写 C++
作者用 TypeSafe 的 Jev 决策/分类模型做实验:每步只提供语法合法的候选 token,让模型选择,从而生成 C++ 代码。
开发者分享将 Jev 代码部署到生产环境,用于新功能中的多个位置,包括判断课程是否适合练习沙盒。
Just deployed some Jev code to prod for a real use-case. It's used in quite a few places within a new feature I'm rolling out. The least interesting piece is checking to see if a lesson is worthy of a practice sandbox: