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.
Wes Bos shares examples of generating dynamic UI from an existing design system with Jev, praising multi-step Jev usage.
dynamic UI from your existing design system with Jev some great examples that use multi-step jev - exactly what I was talking about on stream today