AI Workflows
Pre-built multi-tool workflows to automate your daily tasks. Each guide includes the full architecture, step-by-step setup, and the tools you need - no fluff.
Integrate Claude into your CI/CD pipeline for automated, intelligent code reviews. Catch bugs, enforce best practices, and maintain code quality with AI-powered pull request analysis.
Claude + CI/CDA production-ready ComfyUI workflow that applies an artistic style to a content image while preserving its structure. Chains img2img, ControlNet, and upscaling into one pipeline.
ComfyUI + ControlNetTurn choppy 24fps footage into silky 60fps or artifact-free slow motion. Chains video loading, RIFE/FILM interpolation, and re-encoding into one ComfyUI pipeline.
ComfyUI + RIFE/FILMBuild an autonomous AI research team using CrewAI. Define specialized agents that collaborate on deep research, analysis, and comprehensive report generation.
CrewAI + ClaudeBuild an automated data analysis agent using Dify. Multi-step workflow for data ingestion, cleaning, analysis, visualization, and report generation.
Dify + ClaudeAn AI sales assistant built in Dify. It classifies inbound inquiries, retrieves answers from your product knowledge base, drafts replies, and escalates complex cases to a human.
Dify + ChatGPTBuild an intelligent customer support automation system using LangGraph. Features multi-agent orchestration with triage routing, knowledge base retrieval, human escalation, and automated resolution.
LangGraph + ClaudeAutomatically convert RSS feed items into formatted blog posts using n8n. Includes AI-powered content rewriting, SEO metadata generation, and CMS publishing.
n8n + ChatGPTFrequently Asked Questions
What is an AI workflow?
An AI workflow is a repeatable automation that chains multiple AI tools and steps - such as data ingestion, LLM processing, human review, and publishing - into a single pipeline that runs without manual intervention.
Do I need to know how to code to use these workflows?
No. Several workflows here (Dify, n8n, ComfyUI) use visual editors where you connect nodes by dragging. Others (LangGraph, CrewAI) are code-first, but each guide includes copy-paste templates and setup instructions.
Which workflow should I start with?
Start with the workflow that automates your most time-consuming repeated task. For most teams that is either content production (n8n RSS to blog) or customer support (Dify or LangGraph).
Can I combine these workflows?
Yes. The workflows are modular. For example, an n8n RSS-to-blog pipeline can feed a ComfyUI image pipeline, and both can trigger a Claude code review before publishing to your CMS.