Skip to content
JevDirectory.org
Patterns

Pre-parsed value extraction

Regex finds candidate spans, then Jev picks the requested one so code copies a verbatim value that cannot be invented.

Category
Patterns
Also known as
—
Related terms
4
Directory entries
5
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

The cookbook uses regexes to find candidate emails, phone numbers, and amounts, then offers them to a Choice question — plus a none hatch — so the returned value is copied verbatim from the source. A receipt email was picked at 0.98 and an invoice total read as $1,315.50.

find() over-finds and dedupes while pick() offers the spans as options. The limit is the 255-option Choice cap, and candidates without a regex, such as names, need a roster, NER, or a generative model.

Tagspatternsextraction

From the directory

Regex finds candidate emails, phone numbers, and amounts; Jev picks the requested span so code copies a verbatim value that cannot be invented, with no free-text extraction required.
Cookbooks & DemosDocs#official#cookbook#extraction
Official
450GitHub stars
Text-only classifier for 261 federal tax forms that sends each PDF page's text to Jev, which returns a probability over forms and page kinds behind a confidence gate; no model is trained.
Repos & SDKs#community#typescript#classification
A two-stage extraction cascade: a mini model extracts, a Noul battery verifies each field in one request, and a 0.7 gate escalates to a reasoning model, sitting on the cost/quality frontier.
Cookbooks & DemosDocs#official#cookbook#extraction
Official
Extract dates by asking seven Choice questions about a date's shape and parts, then resolving them in code: five of six examples auto-accepted and missing dates flagged at 0.46 confidence.
Cookbooks & DemosDocs#official#cookbook#extraction
Official
Turn wine tasting notes into 67 numeric columns for a CatBoost regressor: five rounds of reading its own errors cut held-out RMSE from 3.09 to 1.77 across 800 unseen reviews.
Cookbooks & DemosDocs#official#cookbook#research
Official

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

jev-review: a local-first score loop for coding agents

built `jev-review` @typesafeai it's an experimental, local-first MCP plugin that gives coding agents a score quality feedback loop across different metrics. agents call jev while they work, get scored, make improvements, and repeat the loop try below 👇

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

The X algorithm, rebuilt with Jev

Hard-coded rules moved to Jev

A chief of staff for bots

Hide posts on X in plain language

$10,000 in Jev’s hands

I gave Jev $10,000 and let it trade

Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply