Skip to content
JevDirectory.org
CommunityTools & IntegrationsVerified 2026-09-20

Search Postgres in Plain Language

The pg-jev author demos jev(), a PostgreSQL extension that filters table rows with natural-language conditions and no index or embeddings, judging 129 rows in about a second.

Category
Tools & Integrations
Published by
Community
Author
Zachi
Added
2026-09-20

The post

I think I just cooked something 🔥 jev(): a PostgreSQL extension that searches your whole database in natural language. No index, no embeddings, just one function. WHERE jev(people, 'could work from home') or WHERE jev(people, 'name sounds european') 129 rows judged in ~1s  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
Tagscommunityxvideopostgresdemo

Highlights

  • Plain-language conditions inside WHERE, with no index or embeddings.
  • 129 rows judged in about one second in the demo.
  • Ships as the open-source pg-jev extension with benchmarks in its README.

Watch out

A full scan sends row contents to the Jev API, and the timing comes from a single demo.

More like this

Browser Use's Ultrafast agent puts Jev in charge of picking each browser action from a dynamic DOM action space. The author reports a flight search in 7 seconds for about $0.0039.
Tools & Integrations#community#x#video
Community
A short demo of a model router built with Jev: each request is classified by Jev and forwarded to the model judged most suitable, shown as a screen recording.
Tools & Integrations#community#x#video
Community
Tamara's demo of fast-jev-compaction for Claude Code: instead of summarizing context, Jev scores every tool call and drops the irrelevant ones, with a video of it running.
Tools & Integrations#community#x#video
Community
Back to all resources

From the community

Posts from builders shipping with Jev right now.

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

When a designer gets Jev