AI workflows are getting complex. Chain an LLM call, run a web search, call an API, process the results, run another LLM call, format the output. This logic is painful to write, painful to debug, and painful to hand off to non-engineers.
Today we're launching Hanzo Flow: a visual builder for AI workflows.
The Problem With Code-Only Workflows
LangChain and similar frameworks solved the "chain multiple LLM calls" problem. But they created a new problem: sprawling Python files full of nodes, edges, and callback hell that only the original author can modify.
Product managers can't read it. Designers can't contribute. QA can't test individual steps. Every change requires a developer.
Flow puts the workflow in a visual editor where anyone can understand it, run it, and modify it.
What Flow Looks Like
You build workflows by dragging nodes onto a canvas and connecting them:
- Model nodes: Call any LLM — Zen, OpenAI, Anthropic, local models
- Tool nodes: Web search, code execution, database queries, file operations
- API nodes: HTTP requests to any external service
- Logic nodes: Conditional branching, loops, map/reduce
- Prompt nodes: Templated prompts with variable injection
- Output nodes: Structured data extraction, formatting
Connections between nodes define data flow. The output of one node becomes the input of the next.
Real Workflows
Research assistant: Search → Scrape → Summarize → Format
- Take user query
- Run web search (Serper API)
- Scrape top 5 results
- Summarize each with LLM
- Synthesize into structured report
Code review pipeline: PR → Analyze → Comment → Track
- Receive PR webhook
- Extract diff from GitHub API
- Analyze with code model
- Post structured review comment
- Log to tracking system
Content pipeline: Brief → Draft → Edit → Publish
- Accept content brief
- Generate draft with Zen Scribe
- Edit for style/brand compliance
- Push to CMS via API
LangSmith Integration
Flow exports to LangSmith for evaluation and monitoring. Build visually, evaluate programmatically, monitor in production.
API-First
Every workflow is also an API endpoint. Build visually, deploy as an endpoint, call from any application.
curl https://flow.hanzo.ai/v1/workflows/research-assistant/invoke \
-H "Authorization: Bearer $HANZO_API_KEY" \
-d '{"query": "latest advances in protein folding"}'Available Now
Hanzo Flow is available at flow.hanzo.ai. Start with the workflow templates — research assistant, email drafter, code reviewer — or build from scratch.
Zach Kelling is the founder of Hanzo AI (Techstars '17).
Read more
One API for Every AI Model: Introducing the Hanzo AI Gateway
Hanzo AI launches the industry's first zero-markup multi-provider AI gateway — one API key for 100+ models from every major provider, plus 14 proprietary Zen models.
Zen4 Coder: 480B Parameters, 92% Fewer Active — The MoE Code Model
Hanzo AI launches Zen4 Coder, a 480B-parameter Mixture of Experts code model that activates only 35B parameters per token — delivering frontier code intelligence at a fraction of the compute cost.
Ad Nexus: AI-Powered Programmatic Advertising Stack
Ad Nexus is Hanzo's programmatic advertising stack — RTB bidding, audience segmentation, campaign management, and creative optimization powered by AI.