Tutorials
Learn the multi-model patterns
Short, practical walkthroughs for the patterns that make running several models worth it. New here? Start with the getting started guide, then work through these.
Compare Claude, GPT, and Gemini in one run
Put Claude, GPT, and Gemini on the same prompt and read the answers side by side. It is the fastest way to catch tone and accuracy differences before you pick a final answer.
Beginner · 5 minBuild a consensus draft that merges multiple models
Use the Consensus Draft pattern when you want one clean answer, not a pile of model replies to sort through by hand.
Intermediate · 5 minRank and fuse multiple model outputs
Generate a few candidate answers, rank them, then fuse the best parts. Use this when quality matters more than speed.
Intermediate · 4 minGround a weave in current sources with web search
Turn on web search when the answer depends on today’s facts: prices, product pages, news, docs, or anything else that can go stale.
Intermediate · 7 minSet up a multi-step workflow in The Loom
Use The Loom when one prompt is not enough. Build draft, critique, research, and review steps, then let the workflow run in the background.
Intermediate · 6 minRun a workflow from the API
Call a saved workflow from code, Zapier, Make, or n8n. Start with polling, then switch to webhooks when the run needs to feed another system.