← Reddit

How do you guys make use of multiple models?

Reddit · WayKey1965 · August 9, 2026
A user asked how practitioners employ multiple AI models for different tasks and whether this requires maintaining separate chats while preserving context across them. The post also questioned whether additional tools or delegation systems facilitate coordinated use of multiple models.

Detailed Analysis

The Reddit thread in question captures a common point of confusion among users navigating an AI landscape increasingly defined by multi-model workflows. The original poster asks a foundational question: when practitioners describe using different models for different tasks—one for coding, another for writing, another for research—does this imply separate, siloed conversations, and if so, how does context transfer between them? The question, while framed as basic, actually surfaces a genuine architectural and workflow gap in how consumer-facing AI tools like Claude.ai currently operate versus how power users and developers are stitching together more sophisticated systems.

The underlying reality is that most model-switching happens through deliberate, manual orchestration rather than any built-in delegation layer. In Claude.ai's standard interface, each conversation is generally tied to a single model selection at a time, meaning users who want to leverage different models for different strengths—say, Opus for complex reasoning and Sonnet for faster, cheaper iteration—typically open separate chats and manually carry context between them by copying summaries, key outputs, or project files. Anthropic's Projects feature helps here by allowing shared knowledge bases and system instructions to persist across conversations regardless of which model is active, giving users a lightweight way to maintain continuity without re-explaining context from scratch. Beyond the native interface, more technical users turn to API-level orchestration, agentic frameworks, or tools like Claude Code, where developers can programmatically route tasks to different models based on cost, latency, or capability requirements, effectively building their own delegation logic rather than relying on the product to do it automatically.

This question matters because it reflects a broader tension in the AI industry between the promise of "the right model for the right job" and the practical friction of actually implementing that in daily use. As Anthropic, OpenAI, Google, and others release increasingly differentiated model tiers—reasoning-optimized versus fast-response, cheap versus premium, long-context versus short—users are being asked to become de facto systems integrators, manually managing which model handles which piece of a workflow. This is a meaningfully different burden than the early era of AI chatbots, where a single model handled everything, and it signals that multi-model fluency is becoming a genuine skill users need to develop, not unlike knowing which software tool to reach for in a professional toolkit.

The thread also points to an unmet product opportunity: automatic or semi-automatic model routing based on task type, something companies are beginning to address through features like automatic model selection, tiered subscription plans that grant access to multiple models, and agentic systems that can internally delegate subtasks to specialized sub-models. Anthropic's own移动 toward more capable orchestration—visible in Claude Code's ability to spin up subagents and in enterprise API patterns—suggests the company is aware that manual context-shuttling between chats is a real usability bottleneck. As multi-agent and multi-model architectures become more central to how AI products are built, questions like this one from an everyday user hint at where the next layer of product polish needs to land: not just better individual models, but better systems for coordinating them.

Read original article →