Writing C++ with Jev by picking valid next tokens
The author experimented with TypeSafe's Jev decision/classifier model for C++: at each step it was given only grammatically valid next tokens to pick from, avoiding free-form generation.
The author thinks code review is a really good use case for using Jev.
I think code review is a really good use case for using Jev.