Jev Codex Router
Choose a model for each Codex turn
Implementation and evidence →JEV GUIDE
Classification is useful because of what happens after the label. Define the queues and their actions before collecting examples or optimizing a headline accuracy number.
For product feedback, begin with bug report, feature request and other, each with an observable definition. Do not mix urgency, feature area and sentiment into one single-choice dimension.
Choice selects from a fixed option set. For overlapping topics, consider separate condition questions combined in code; if one label is required, define how to select the main intent.
Source: TypeSafe · Choice ↗
These are editorial implementation suggestions. Thresholds need validation against your own examples.
Choice confidence describes the concentration of its option distribution. It is not an independently measured accuracy guarantee for an individual result.
Track mistakes by class, review-queue volume, manual corrections and usage per batch. These reveal issues that a single overall accuracy figure can conceal.
Source: TypeSafe · Confidence ↗
Jev Codex Router explores task-to-model selection. pg-jev brings semantic judgments into SQL. jev-workbench organizes versioned decision services. They are engineering references at different layers, not ready-made universal support routers.
Inspect how options are created, how batches are assembled and how failures are returned. For database experiments, begin with sample copies rather than sending an entire dataset to an external API.
Record concrete failures: ordinary requests escalated, incomplete inputs forced into a class, or new categories with no destination. Assign each a fallback action and a traceable record so later instruction changes have a meaningful comparison.
Choose a model for each Codex turn
Implementation and evidence →Filter database rows by meaning in SQL
Implementation and evidence →Package decisions as versioned services
Implementation and evidence →02 / JEV GUIDE
Build a Jev API request with state, typed questions and Bearer authentication. Download a JSON fixture and review response checks.
Read guide →03 / JEV GUIDE
Write focused Jev questions with original feedback-routing examples, explicit criteria and a practical edge-case checklist.
Read guide →