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.
714 resources / The collection
Reset filtersAI-assisted summaries and translations. Check original sources for context and performance claims.
Browser Use's ultrafast agent: Jev picks the operation and DOM element in one request; a small LLM only writes text when typing is needed.
Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.
Official sync and async Python client. pip install typesafe-sdk.
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.
Command-line tool for TypeSafe AI's Jev model. Ask yes/no, multiple-choice and rubric questions about any text and get calibrated probabilities back. Answers become exit codes for shells and CI, JSON for scripts, and MCP tools for AI agents.
A curated, source-backed list of projects built with Jev, TypeSafe AI's System One model for typed decisions.
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.
Typed-decision benchmark from PadFlow (land development SaaS): schemas, anonymized labeled rows, and a runner for confidence-calibrated models like TypeSafe Jev.
Fast semantic code search & diff sanity auditor for AI coding assistants (Antigravity, Cursor, Claude Code) powered by TypeSafe System One.
Go SDK for the TypeSafe AI API — typed questions in, probability distributions out.
Computer use for about $0.0002 a step: OCR the screen, classify the next action with TypeSafe, click. macOS.
Guardrail + model router for LLM gateways on TypeSafe's Jev (System One model), with an independent accuracy/calibration/latency evaluation. Stdlib Python.
List of projects that use typesafe's jev.
Benchmarks Jev against other evaluation models in games with explicit states, legal actions, and measurable outcomes.
Hunch is a GitHub tool for code review that applies rules written in plain English to analyze and improve code quality.
Sub-second Git pre-commit & pre-push semantic reflex gate powered by TypeSafe AI Jev.
Dasheng is a GitHub tool combining speech recognition with Jev for real-time word-by-word transcription and marking of spoken content.
Jev-Tool-Runner is a GitHub project where Jev selects developer tools and Codex generates code based on those selections.
Visual-Jev is a GitHub research project that makes decisions based on images rather than text descriptions of visual content.
Screen a folder of CVs with the TypeSafe Jev decision model: typed judgments, an editable policy, free re-scoring.
Chess moves, evaluations, persona opponents, and game classification with TypeSafe AI System One.
Chrome-devtools-mcp plus one tool: Jev walks the browser to the right spot, then your agent makes a single devtools call there.