Jev technical blog and early access
The end of Diogo’s launch thread links to the official technical blog and early-access entry point for further reading.
The author shares how they built a JEV-like model: concatenating prompts into a question-and-choices format and modifying Qwen3.5 9B to behave like JEV.
I implemented a JEV-like thing myself Specifically, I modified Qwen3.5 9B to make it work like JEV The method is very simple, First, concatenate the prompt into the following format: Question:xxxxx Choices 1.xx 2.xx … A.xx B.xx … Answer number/letter only Finally, modify the