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.
50 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.
Request and response contract for POST /v1/systemone.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.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.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.Speculative fan-out, confidence-gated routing, composite scoring, and intent routing.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.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 TypeSafe reference: Intent routing.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: API reference.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Pre-parsed value extraction.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Date extraction.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Hierarchical classification.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: JavaScript SDK.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: TypeSafe Python SDK.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: API reference.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Self-consistency: nouls.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Structure recovery.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Score.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Knowledge graph entity alignment.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Confidence-gated routing.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: SDE cascade.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.Official TypeSafe reference: Self-consistency: choices.
const answer = await client.systemOne({
state, questions
});
// intelligence, in your code.