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 is trying to run E2E tests by combining Jev with Playwright, using Jev to select which screen elements Playwright operates, and built a tool to inspect the actual communication results.
JevとPlaywrightを組み合わせてE2Eテストを実行するのを試している。Jevの使い方としては、画面のどの要素をPlaywrightで操作するかを選ばせている このとき、実際のJevとの通信がどういうものかを理解するために、E2Eテストに組み込んだときの結果を見るツールを用意した