Open-source AI-SQL engine Quail hits 1B+ input tokens/min on a single H100

sh_reya · x · 2026-09-25

shreya's team, in collaboration with Modal, released Quail, an open-source AI-SQL engine that lets users write queries like SELECT FROM reviews WHERE AI.IF("the review discusses the ending").

The catch: AI operators are wildly expensive — an AI filter calls an LLM for every row, and an AI join for every candidate pair (mn), so one query can trigger millions of LLM calls.

By planning queries and LLM inference together, Quail reaches 1B+ input tokens/min on a single H100 for a single query — a new and interesting inference workload, the authors argue.

Related event: UC Berkeley Open-Sources Quail, an AI-SQL Engine Hitting 1B+ Tokens/min on a Single H100(8 posts)→

Original post →

More from coding & agent

coding & agent channel →