Skip to main content

Using AI

Fused supports multiple ways to leverage AI when building and working with UDFs.

The recommended approach for building with AI is to use AI coding tools like Claude Code directly through the CLI with Fused SKILLs. This gives you a powerful, full-featured development experience where AI can read, write, and iterate on your UDFs locally.

See the full guide: AI Coding Tools (Claude Code & others)

This approach is recommended for:

  • Building and iterating on UDFs
  • Complex multi-file or multi-step tasks
  • Full project context and code generation
  • Using Claude Code via the CLI with Fused SKILLs

AI Chat in Workbench

Fused Workbench also includes a built-in AI Chat interface. This is still available and works well for smaller, quick tasks directly in the browser.

AI Chat is recommended for:

  • Quick questions about a UDF
  • Small edits or fixes
  • Exploring Fused capabilities inline
tip

For most development workflows, we recommend using AI coding tools like Claude Code through the CLI for the best experience.