EN / TR
← Back to Products
FREE RELEASED

Falcon AI

AI for Grasshopper

Native Grasshopper plugin: chat with Claude to create Rhino geometry or GhPython scripts. No Python server, runs inside the plugin.

  • Rhino Viewport Mode: geometry appears directly
  • GhPython Script Mode: copy code into Script component
  • Claude, GPT, Ollama: multi-provider support
  • Runs locally in Rhino 8, no external server
  • Free tier available
Free version available. Pro tier coming to Food4Rhino.
terminal
# Falcon AI
$ falcon connect --rhino
Connected to Rhino 8

$ falcon generate \
  "parametric tower with twisted floors"
Generated 14 components, 23 connections
Definition saved to canvas

Three Steps

01

Describe

Type what you want in natural language: "Create a parametric facade with hexagonal cells that respond to solar exposure."

02

Generate

AI selects the right Grasshopper components, wires them together, sets initial parameters, and builds a working definition.

03

Refine

Tweak sliders, ask for changes in plain text, or let AI analyze your definition and suggest improvements. Iterate until perfect.

Who It's For

ARCHITECTS

Skip the wiring

Describe your design intent and get a working Grasshopper definition. No more hours of dragging and connecting components.

  • Natural language to definition
  • Complex pattern generation
  • Rapid prototyping
COMPUTATIONAL DESIGNERS

Accelerate your workflow

Let AI handle the repetitive wiring while you focus on design logic and optimization strategies.

  • Script generation (C# & Python)
  • Definition analysis & debugging
  • Automated parameter setup
STUDENTS & RESEARCHERS

Learn by example

Describe what you want to build and see how an expert would wire it. Understand parametric design through generated examples.

  • Step-by-step explanations
  • Best practices built in
  • Experiment rapidly

What It Can Do

From simple geometry to complex multi-plugin workflows.

Text to Geometry

Available

Describe shapes, patterns, or structures in plain English. Get working Grasshopper definitions with correct wiring.

Definition Analysis

Available

Paste an existing definition. AI explains what it does, identifies problems, and suggests optimizations.

Script Generation

Available

Need a C# or Python script component? Describe the logic, get production-ready code with error handling.

Multi-Model Support

Available

Works with Claude Opus 4.6, Sonnet 4.5, Gemini 2.5, local models via LM Studio/Ollama, or any MCP-compatible endpoint.

Plugin Awareness

Coming Soon

Understands Ladybug, Karamba, Kangaroo, and 40+ other Grasshopper plugins. Routes to the right components.

Visual Debugger

Coming Soon

Highlights data type mismatches, missing connections, and performance bottlenecks in existing definitions.

What Can You Ask?

Facade
YOU SAY

Create a parametric facade with hexagonal cells that vary by solar exposure

IT BUILDS

Attractor-based hex grid + Ladybug solar analysis

Structure
YOU SAY

Optimize this structure for minimum material

IT BUILDS

Karamba analysis + Galapagos evolutionary solver

Surface
YOU SAY

Make roof panels follow a double-curved surface

IT BUILDS

Kangaroo planarization on subdivided quad mesh

AI Meets Parametric Design

AI-generated Grasshopper definition on canvas with interconnected parametric nodes

AI-generated Grasshopper definitions produce complex parametric structures from natural language prompts.

Falcon AI in Action

Supported AI Models

Falcon AI connects to any AI model that speaks your language. Use cloud providers or run fully local.

CLOUD PROVIDERS

Claude Opus 4.6

Anthropic

Best for complex multi-step definitions and analysis

Claude 4.5 Sonnet

Anthropic

Excellent at code generation with fast response

Gemini 2.5 Pro

Google DeepMind

Strong reasoning for structural optimization

GPT-4.1

OpenAI

Reliable general-purpose generation

LOCAL / SELF-HOSTED

LM Studio

Local

User-friendly local model management with GPU acceleration

Ollama

Local

Run open-source models privately on your machine

Any MCP-compatible

Custom

Connect to any server that supports the MCP protocol

How It Connects

Falcon AI sits between your AI model and Rhino/Grasshopper. It translates natural language into geometry and scripts.

01 Your Prompt Natural language or code
02 Falcon AI Native Grasshopper Plugin (C#)
03 Rhino / Grasshopper Geometry or GhPython script

Manual vs Falcon AI

ManualFalcon AI
Wiring Drag, connect, adjust Describe in text
Scripts Write from scratch Generated for you
Errors Find at runtime Caught before run
Speed Minutes per change Seconds per change

Get Falcon AI

Free tier: download from Food4Rhino. Install the .gha plugin directly. Requires Rhino 8 (Windows) and an Anthropic API key.

$ Download .gha from Food4Rhino → Copy to Grasshopper Libraries folder → Restart Rhino

Frequently Asked Questions

What is Falcon AI?

Falcon AI is a native Grasshopper plugin (C#) that lets you chat with Claude or other AI models to create Rhino geometry and GhPython scripts. It runs inside Rhino, no separate Python server required.

Do I need coding experience?

No. Describe what you want in plain English (e.g. "Create a 10m box at origin" or "Tower 10 floors, 5m base"). Falcon AI generates geometry or GhPython code for you. Advanced users can refine the output.

Which Grasshopper plugins are supported?

Falcon AI works with native Grasshopper components. GhPython mode generates code that can use Ladybug, Honeybee, Kangaroo, and other plugins. We're expanding support with each release.

Is it safe to use with client projects?

Your prompts are sent to your chosen AI provider (Claude, GPT, etc.). Your Rhino geometry and project files stay on your machine. The plugin runs locally; only the text of your prompts goes to the API.

How do I install Falcon AI?

Download the plugin from Food4Rhino. Copy the .gha file to your Grasshopper Libraries folder (File → Special Folders → Components Folder). Restart Rhino 8, open Grasshopper, search for 'Fraktal' and drag the component. First run: Settings → enter your Anthropic API key.

Early Feedback

Prompt → Geometry

Type a description. Get a working Grasshopper definition.

Falcon AI
|
Parsing intent…
Model: Claude 4.5 Sonnet
Plugins: Ladybug, Lunchbox
Generating GH definition…
✓ 24 components wired - 1.8s
24 components · 3 plugins · 1.8s build time