Scores Flight Destinations with Jev
Syed used @typesafeai’s Jev as a DuckDB UDF to score flight destinations against a preference for beaches, mountains, vegan food, and cold weather. The query ranked 218 rows without embeddings or a vector database.
View on X time4 seconds
Syed@smhumair𝕏
@typesafeai's Jev as a DuckDB UDF (User Defined Function) on flight destinations: SELECT destination, jev(destination, 'has a beach and mountains with vegan food and cold weather') AS score FROM flights ORDER BY score DESC; 218 rows. 4 seconds. No embeddings, no vector DB.
Also filed under Research & data
- Visualizes French Wikipedia Elites
The project is a data visualization of French elites on Wikipedia. Its crawl is ongoing, with new biographies arriving.
- GraphRAG with Swappable Laya and Jev Models
This project is an agentic GraphRAG pipeline with swappable local Laya or cloud Jev decision models.
- Jev Probability Calibration Experiments
The repository presents reproducible experiments on Jev probability calibration, uncertainty, and forecast preservation.
- Benchmarks Jev for Malicious Skill Detection
jev-skillbench benchmarks Jev as a malicious agent-skill detector on MalSkillBench with verify-and-escalate evaluation.