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
Send a single prompt to several frontier models at once and see their answers together, so you can judge accuracy, tone, and cost in one place.
Beginner · 5 minBuild a consensus draft that merges multiple models
Instead of picking one model’s answer, merge several into a single stronger draft. This is the pattern most people want when they say "use multiple models".
Intermediate · 5 minRank and fuse multiple model outputs
Generate several candidate answers, rank them, and fuse the best parts into one result. Useful when quality matters more than speed.
Intermediate · 4 minGround a weave in current sources with web search
Turn on web search so models answer from current sources rather than training memory. Essential for anything recent or fact-sensitive.
Intermediate · 7 minSet up a multi-step workflow in The Loom
Chain multiple steps into a durable workflow that runs in the background and can pause for human review. This is where LLMWeave goes past a single prompt.