Yeah, this is the natural next step. We're currently combining LLMs and compute -- mostly in the form of giving agents tools, then terminal access and now most recently sandboxes. The most logical next step is to give them specialized compute engines and frameworks for their tasks.
I've been building SQL agents recently, and nothing is better than just giving it access to Trino.
>You import heavy libraries just to do fuzzy string matching.
So instead of a heavy library for string matching you use a heavy library for a whole SQL engine which includes fuzzy string matching?
Yeah, this is the natural next step. We're currently combining LLMs and compute -- mostly in the form of giving agents tools, then terminal access and now most recently sandboxes. The most logical next step is to give them specialized compute engines and frameworks for their tasks.
I've been building SQL agents recently, and nothing is better than just giving it access to Trino.