Skip to main content

One post tagged with "ai-builder"

View All Tags

Announcing Fused AI Builder

Β· 2 min read
Max Lenormand
Developer Advocate @ Fused

Fused AI Builder let's you create LLM Agents that can directly call & execute deployed Python code through Fused UDFs!

Give LLMs the ability the talk to your data & code​

We're launching Fused AI Builder, a simple way for you to give an LLM access to any UDF you want

Fused UDFs meets MCP Server​

MCP (Modal Context Protocol) Servers allow Large Language Models like Claude or ChatGPT to directly make HTTP queries. This means they can now access APIs and make all sorts of calls.

But a lot of the internet still doesn't have APIs, be it a new dataset you just discovered that's hosted on an FTP server or data on an S3 bucket that needs some processing before it's useful.

That's where Fused UDFs come into play. UDFs allow you to write Python code that can be executed from anywhere, and more importantly called from anywhere.

Fused + MCP Diagram

By using UDFs with MCP Server you can now easily write any Python code and allow a LLM like Antrophic's Claude to execute it & use its output.

Data, Python & LLMs all in one​

You can now use LLM + Fused UDFs to do a whole host of tasks: