Skip to content
JevDirectory.org
OfficialCookbooks & DemosVerified 2026-09-20

Cookbook: Date Extraction

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.

Category
Cookbooks & Demos
Published by
TypeSafe AI
Author
Added
2026-09-20
Tagsofficialcookbookextractionconfidencedates

Highlights

  • Seven Choice questions read the date's shape and parts, month, day, year 1900 to 2050, and weekday, while the model does no math.
  • Code resolves the parts against a pinned TODAY and infers missing years; five of six examples were auto-accepted.
  • An absent kickoff date returned none with 0.46 confidence and the note that the absolute date was incomplete.
  • Bare weekdays mean the next occurrence on or after today; next means the following calendar week.

Watch out

Phrases like next Thursday are ambiguous, so the code fixes a convention and sends anything under 0.60 confidence to review.

More like this

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 & Demos#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 & Demos#official#cookbook#research
Official
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 & Demos#official#cookbook#extraction
Official
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Browser Use Ultrafast, powered by Jev

A really smart switch statement

hype-free explanation of jev: jev does not replace gpt / claude jev is just a *really* smart switch statement like if 2016 ml classifiers got 2026 levels of intelligence it's a new* type of tool that will make a lot of workloads insanely fast, cheap, and accurate * = and by Show more

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