Full Jev Tutorial What it is, how you can build with it and what new applications it can unlock → 0:00 Intro → 0:34 Jev explained → 4:06 API setup → 5:59 Demo 1: Voice-controlled browser → 11:33 Demo 2: AI memory → 17:27 Demo 3: YouTube predictor
Cookbook: Structure Recovery
Reconstruct Markdown from unformatted text in two requests: 16 Noul line-pair questions stitch split sentences, then 62 questions classify each block's type and companions.
- Category
- Cookbooks & Demos
- Published by
- TypeSafe AI
- Author
- —
- Added
- 2026-09-20
Highlights
- Two round trips on a 28-line memo: 16 stitch questions then 62 classification questions, 10,211 tokens in 0.8 seconds.
- Join cutoffs of 0.2 after dangling lines and 0.5 after terminal punctuation healed 11 line breaks.
- Asking whether a line picks up mid-sentence instead of whether it is the same paragraph kept blocks at 17 rather than collapsing to 12.
- Type dictionaries act as the whole classifier spec, and companion questions ride the same request.
Watch out
Stitching and typing are two separate judgment layers, so a bad stitch can produce a clean-looking document with the wrong structure.
More like this
From the community
Posts from builders shipping with Jev right now.
Full Jev video tutorial
The case against Jev-scored compaction
This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more
found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant