Skip to content
JevDirectory.org
PatternsAutoresearch feature discovery

Autoresearch

A loop that proposes questions, turns free text into numeric features, and uses model errors to improve a classical regressor.

Category
Patterns
Also known as
Autoresearch feature discovery
Related terms
3
Directory entries
7
Docs
docs.typesafe.ai
Added
2026-09-24

Definition

The cookbook turns 2,000 WineMag tasting notes into 67 numeric columns for a CatBoost model: 38 questions became 29 Score questions (mean plus spread) and 9 Nouls. Five rounds of reading its own errors cut held-out RMSE from 3.09 predicting the mean to 1.77 across 800 unseen reviews.

Request count grows with rows rather than questions — 100,000 rows means 100,000 requests per round — so the pattern fits offline feature generation more than real-time paths.

Tagspatternsresearchextraction

From the directory

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
632GitHub stars
Nokia Applied Research's package that turns any open LLM into a Jev-style decision model: typed questions are read from a single prefill, and the calibration fixes need no fine-tuning.
Repos & SDKs#community#python#open-models
34GitHub stars
An independent local alternative to Jev: it takes English or Chinese context, questions, and candidate answers, and returns probabilities over the supplied candidates from a frozen Qwen3-4B backend.
Repos & SDKs#community#python#open-models
27GitHub stars
A bilingual field map of where Jev fits and where it fails, separating the author's raw API suites from cited third-party results and TypeSafe's own claims.
Practices & Patterns#community#python#evaluation
A browsable atlas of 1,018 AI papers from August 2025 to August 2026, sorted into 24 topic collections with labs, citations, and code links, plus a reproducible cost benchmark for summarizing 1,000 papers.
Sites & GuidesArticle#community#directory#benchmarks
Community
1.3kGitHub stars
Train a small model that chooses among a changing list of text options, one probability per option in a single pass. Includes Doom, chess, and Wikispeedia demos.
Repos & SDKs#community#training#research

1 more matching entry in the full directory.

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

When a designer gets Jev

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

tamara
tamara
@tamarajtran

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

Reply

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing