Back
researchagentsOpen source

JevGPT

Build a chatbot by repeatedly asking Jev to choose the next word.

What Jev decides

Which dictionary word should follow, or whether the reply is complete.

JevGPT turns a non-generative decision model into an experimental chat client using vocabulary choices and a stop judgment.

CHOICENOUL
Jev role
Pick the next word and judge whether a reply should stop.
Input
Conversation transcript, current partial reply, and bounded vocabulary candidates.
Output
Word-choice probabilities and a completion probability.
Decision frequency
Repeatedly for each word in a generated reply.
Fallback
A maximum-word limit stops overly long replies.
Author reported · Source reviewed

How it works

Input
Conversation transcript, current partial reply, and bounded vocabulary candidates.
Jev
CHOICE + NOUL
Output
Word-choice probabilities and a completion probability.

Overview

The conversation transcript becomes Jev state, and a large dictionary supplies the next-word candidates. The client batches smaller vocabulary choices, runs finalists through another Choice, and uses Noul to ask whether the reply is complete. This is an autoregressive experiment rather than a native text-generation capability of Jev.

Language
Python
License
MIT
Author
Bewinxed
Sources checked Sep 24, 2026

Sources

Related projects