JJEV·DIRECTORY GitHub agent pack connect your agent

I asked Jev to play N Wordle boards at once!

Homeby Richard Suwandi2026-09-17
I asked Jev to play N Wordle boards at once! Each board hides a different word, but every guess applies to all unsolved boards simultaneously. Every move has to balance solving one board with revealing useful information across the others. Jev only needed 7 model calls across the entire game. Its shared guesses progressively narrowed the candidate set for every board until each remaining board had only one possible answer. From there, no more model calls were needed and Jev simply submitted the known answers. It cleared all 32 boards in 35 guesses and 5.4 seconds. The estimated API cost for the whole run was just $0.00068! I think Jev is really powerful for this kind of real-time decision loop. It is fast, extremely cheap, and can make one structured decision that advances many changing states at once. Excited to see what else can be built with these new models! https://x.com/richardcsuwandi/status/2100603807894053252?s=20
Links
open source discussion

More in Home

I tried to create a latent context layer that is a warmed up version of a small LDA Topic model that is injectable into the context window via memories or system prompts.I made some CVSS classification scripts that use Jev to generate a CVSS vector for a given software vulnerability description.Jev can be used for profiling players, which is great for organizing playtests and checking balance changes across different player groups.