devwithjev
โ€” reading nowโ€” views
Submit a build

Natural-Language Predicates for SQL

Eugene Boondock describes using jevsql to add natural-language predicates to SQL queries. His example filters tickets with `jev_bool(body, 'Is this customer angry?')`.

Eugene Boondock ๐ŸŒ2๏ธโƒฃEugene Boondock ๐ŸŒ2๏ธโƒฃ@eugeneboondock๐•
I taught SQL to ask questions using jev: SELECT * FROM tickets WHERE jev_bool(body, 'Is this customer angry?') No embeddings. No keyword list. No LLM writing SQL. jevsql: natural-language predicates, a typed control plane that never lets an LLM touch your data... @typesafeai https://t.co/JtqOsiYoIl
Sep 18, 2026X postsView on X
He says the approach uses no embeddings or keyword list and does not have an LLM write SQL. He describes jevsql as a typed control plane that never lets an LLM touch the data.

Also filed under Tools & apps