jevbooks

← All projects

duckdb-jev

colliber/duckdb-jev

DuckDB extension: typed Jev answers as real SQL types

What it is

A DuckDB extension that lets you ask a Jev question about every row of a table or Parquet file in SQL, returning real SQL types instead of text.

How it uses Jev

Each function takes a row's text plus a constant criteria literal that defines both the permitted answers and the column type. Jev picks from that set, and the typed result is used directly as an ENUM, DOUBLE, or STRUCT field in SQL.

Primitives:choicescorenoul

Technique worth stealing

Declare the answer set as a constant criteria literal so the result is typed by construction, not by validation.

Try it

CREATE SECRET (TYPE jev, API_KEY 'sk-...'); then call jev_choice, jev_score, jev_noul, or jev_ask.

View on GitHub

judged by Jevjev-1.13.0

Evidence

Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.

  • Jev-centricyes0.95
  • Shows a System One patternno0.27
  • Handles uncertaintyno0.04
  • Measuredno0.05
  • Runnableyes0.97
  • Worth recommendingno0.33
  • Model replicano0.05
  • Problem scopescore on a 0–2 scale1.07
  • About Jevyes0.98

Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.