# A DuckDB extension where you can use Jev to do quick classification of rows

> Source: <https://twitter.com/hamiltonulmer/status/2100370557405667768>
> Published: 2026-09-17 09:47:11+00:00

Hamilton Ulmer on X: "I made a DuckDB extension where you can use @typesafeai 's Jev to do quick classification of rows in any csv/parquet file or duckdb table
about 10sec for 1k rows ~ better than using an LLM, way more ergonomic than a classifier
game-changing for data analysis!"

I made a DuckDB extension where you can use @typesafeai 's Jev to do quick classification of rows in any csv/parquet file or duckdb table
about 10sec for 1k rows ~ better than using an LLM, way more ergonomic than a classifier
game-changing for data analysis!

I made a DuckDB extension where you can use @typesafeai 's Jev to do quick classification of rows in any csv/parquet file or duckdb table
about 10sec for 1k rows ~ better than using an LLM, way more ergonomic than a classifier
game-changing for data analysis!

For just classification, you can go much faster still by treating classification as a retrieval problem and just using embeddings. We easily hit about 20k rows/sec on CPU without doing any performance optimizations.
