Dopp

Articles

Dopp is a drop-in proxy for any Jev-compatible decision API: TypeSafe's Jev, Kev, GLiNER, simple-jev, or your own endpoint that answers typed questions about a state. You change one URL; every request still gets your current API's answer and is recorded as training data. When you have enough, one button trains a small open model on your own requests, measures it against the API it learned from on requests it never saw, and lets you choose who answers: the API, your model with the API as backup, or your model alone, on our servers, or offline, even in your users' browsers.

Compare

Dopp vs Hugging Face AutoTrain

AutoTrain fine-tunes a Hub model on a CSV you upload. Dopp makes the CSV from your live traffic, labels it, trains a typed-decision model, measures it against that API, and routes.

2026-09-24

Dopp vs Jev

Jev answers typed questions about any state with a hosted model. Dopp keeps Jev in the loop and turns your Jev traffic into a small model you own that runs hosted or offline. Jev stays as the fallback.

2026-09-24

Dopp vs OpenAI fine-tuning

OpenAI lets you fine-tune their models on your JSONL. Dopp collects the JSONL for you from live traffic, labels it, trains an open model you own, and measures it.

2026-09-24

Dopp vs simple-jev and RFDT

simple-jev is an open-source server that answers typed questions with open models; RFDT is its training script. Dopp is the product around that idea: data capture, labels, one-button training, measuring, routing.

2026-09-24

Read