OPEN DECISION MODELS Research preview

Small models.
Explicit decisions.

Give a model context and explicit questions.
Get typed probabilities over the choices you provide.

Explore all tasks
Built on Qwen2B9B27BOne decision interface.
DECISION / 001Choice <3>
CONTEXT
“My order arrived damaged.
Can I get a refund?”
Which team should handle this?
ABilling
0.94
BEngineering
0.04
CSales
0.02
{"choice": "billing"}typed, by construction
Illustrative interface · not model output
THE WORK, IN NUMBERS

A growing set of
inspectable decision tasks.

408,884typed decision rows
25task-source identifiers
268,493training rows in inventory
107,922test + OOD rows in inventory

Prepared corpus inventory, including new retrieval and multilingual mailroom controls. These additions are independently audited data, not new training runs. Completed 2B/9B results below use the earlier release-v2 mixture; selected API probes are reported separately.

01 / THE INTERFACE

A small vocabulary.
A useful way to think.

Choose an action. Test a condition. Score a criterion. Ask independent questions over the same context, with outputs you can use directly.

POST /v1/systemoneIllustrative request
{
  "state": "My order arrived damaged. Please refund it.",
  "questions": {
    "route": {
      "type": "choice",
      "instructions": "Which team should handle this?",
      "criteria": {
        "billing": "Refunds and charges",
        "engineering": "Software defects"
      }
    }
  }
}
Choice

The candidates are yours. The model assigns probabilities; your application decides what to do next.

Direct probability decisions, without autoregressive text generation or parsing generated JSON. Independent implementation inspired by Jev; no claim to reproduce its proprietary method or speedups.

MEASURE THE DECISION LOOP

How fast is 2B?

Measured requests from the released Open-Jev-2B checkpoint. Inspect the workload, timing boundary and every raw attempt.

Loading the latency report…

COMPARE THE DECISIONS

Quality, beside latency.

Compare categorical answers with fixed reference labels. Inspect the evidence and label limitations behind each result.

Coverage is a sample. These selected suites do not cover the full held-out inventory. Snapshot decisions are not closed-loop task or game win rates.

The same 76 cases are the direct comparison. The 2B and 9B results reuse historical predictions verified against exact row and checkpoint hashes. They add no new latency measurements. Hosted model results use new requests.

Loading the decision comparison…

AN EXTERNAL BENCHMARK

JevBench, public subset.

A new evaluation of the already released Open-Jev 2B and 9B checkpoints. Separate from the 76-case comparison above.

231 public tasks, out of 534 total. Original: 72 · Easy: 48 · Hard: 111. The other 303 private/judge tasks are unavailable; no full-benchmark score is claimed.

Candidate order differs on 119 of 139 Choice tasks. The native adapters preserve criteria-map order; the GPT adapter uses its task-label order. Open-Jev and Jev return native probabilities; GPT returns verbalized probabilities in constrained JSON, not token logprobs.

Timing is diagnostic. One observation per task, no warmups or retries. Open-Jev uses one local H100 with loopback HTTP and prefix cache off; hosted models use HTTPS. These heterogeneous quality requests do not establish a hardware-normalized speedup, throughput, or energy efficiency.

Loading the JevBench audit status…

A new 27B iteration on 148,639 frozen training rows has started optimizer updates. Its final results are pending; the table above uses the released 2B/9B checkpoints and the recorded hosted-model evaluations. A further 96,849-row community stage is tokenizer-checked and queued behind the current run; neither preparation nor training progress establishes an accuracy gain.

03 / MEASURED RESULTS

Show the work.
Keep the limits.

Full-data evaluation on every release-v2 test and OOD decision row. Independently audited, with failed, missing, and duplicate predictions checked.

Read the evaluation report

JF100 is a separate holdout.
100 questions × 3 option rotations, excluded from training. Final-model JF100 results remain pending.

HELD-OUT HARD-LABEL ACCURACYrelease-v2
Full-data 2B and 9B hard-label decision accuracy; 27B final results pending
ModelTestOODStatus
Qwen3.5 2B94.71%86.02%Audited
Qwen3.5 9B97.54%91.97%Audited
Qwen3.8 27BNew run

Each completed model: 26,452 held-out decision rows, including 25,492 hard-label rows used for accuracy. Test: 10,046 hard labels; OOD: 15,446.

These measure agreement with synthetic reference labels, not gameplay or workflow completion rates. A later coverage audit found equivalent game actions and omitted policy details; see the provider-comparison method. No full-data base-model comparison was run. Final-model closed-loop results remain pending.

Aggregate scores hide weak subgroups: 9B Wiki OOD expected accuracy is 32.74%, and reasoning OOD hard-label accuracy is 73.60%. T-Rex test has only 4 rows. All source-level results remain available.

Download verified results
OPEN RESEARCH, IN PROGRESS

Build a smaller
decision loop.

Inspect the contracts, follow the evidence, and make the next choice explicit.