Browser Use + Jev
Gregor Zunic's flight-search demo with a dynamic DOM action space.
A FIELD GUIDE TO JEV / VOL. 01
The best of Jev. Real projects, practical guides and ideas from across the internet.
Gregor Zunic's flight-search demo with a dynamic DOM action space.
01 / A small decision engine. A whole new way to build.
103 resources / The collection
Reset filtersAI-assisted summaries and translations. Check original sources for context and performance claims.
Shortest path from an API key to a typed decision.
The case for machine-native intelligence built for software, not conversation.
Launch post: architecture, RLCD training, pricing, Doom and Wikiracing demos, FAQ.
Request and response contract for POST /v1/systemone.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official sync and async Python client. pip install typesafe-sdk.
Paste a state, add questions, and see typed answers in the browser.
Choice, Score, and Noul: the three question types and what they return.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Reproducible recipes: parallel questions, reranking, guardrails, citation checks, extraction, hierarchical classification.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Known failure modes of the current public model, documented by TypeSafe.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Product and research updates.
Introduction, primitives, patterns, cookbooks, HTTP API, and SDK references.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Introduction.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe server. Builder demos live in the Show and Tell channel.
Speculative fan-out, confidence-gated routing, composite scoring, and intent routing.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Published eval methodology and per-model results for System One workflows.
Official interactive demo of speculative fan-out: many questions in one call, code keeps the relevant answers.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official agent skill for Claude Code, Codex, and compatible agents: primitives, patterns, and how to structure evaluations.
Official drop-in TypeSafeClient replacement backed by OpenAI, Anthropic, and compatible LLM APIs, for comparing Jev against chat models.
Official TypeScript/JavaScript client with inferred answer types. npm install @typesafe-ai/sdk.
Company homepage, waitlist, and product overview.
Official TypeSafe reference: Intent routing.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.An idiomatic, type-safe Elixir port of the official TypeScript AI SDK (ai / ai-sdk) providing unified LLM integrations, streaming text and structured outputs, tool calling, and agentic workflows. Jev is their current flagship model and is the first System One model.
Official TypeSafe reference: API reference.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Unofficial Java SDK for TypeSafe Jev and Vercel AI Gateway, with Spring Boot and WebClient support.