The Core Insight
Think of AI models as developers on a team. Each has a different brain, different personality, different strengths.A model isn’t just “smarter” or “dumber.” It thinks differently.Give the same instruction to Claude and GPT, and they’ll interpret it in fundamentally different ways.
How Claude and GPT Think Differently
- Claude
- GPT (5.2+)
Mechanics-Driven
Best with:- Detailed checklists
- Step-by-step procedures
- Explicit templates
- Nested workflows
Agent Profiles
Communicators → Claude / Kimi / GLM
These agents have Claude-optimized prompts—long, detailed, mechanics-driven. They need models that reliably follow complex, multi-layered instructions.Sisyphus
Sisyphus
Role: Main orchestrator
Model: Claude Opus 4.6Why Claude:Notes:
Model: Claude Opus 4.6Why Claude:
- Follows complex multi-step instructions (prompt is ~1,100 lines)
- Maintains conversation flow across many tool calls
- Understands nuanced delegation patterns
- Produces well-structured output
- No GPT prompt exists — Sisyphus is Claude-family only
- Using Sisyphus with GPT would be like taking your best project manager and sticking them in a room alone to debug a race condition
Metis
Metis
Role: Plan gap analyzer
Model: Claude Opus 4.6Why Claude:Notes:
Claude preferred, GPT acceptable fallback.
Model: Claude Opus 4.6Why Claude:
- Excellent at finding ambiguities
- Detects AI-slop patterns
- Identifies hidden intentions
Dual-Prompt Agents → Claude preferred, GPT supported
These agents ship separate prompts for Claude and GPT families. They auto-detect your model and switch at runtime.Prometheus
Prometheus
Role: Strategic planner
Model: Claude Opus 4.6 (with extended thinking)Why dual-prompt:Auto-detection:
Model: Claude Opus 4.6 (with extended thinking)Why dual-prompt:
- Claude: detailed mechanics for interview process
- GPT: compact principle-driven planning
Atlas
Atlas
Role: Todo orchestrator
Model: Kimi K2.5Why Kimi: Claude-like behavior at lower cost. Sweet spot for orchestration.Fallback chain:Auto-detection:
Switches between Claude-optimized and GPT-optimized prompts.
Model: Kimi K2.5Why Kimi: Claude-like behavior at lower cost. Sweet spot for orchestration.Fallback chain:
Deep Specialists → GPT
These agents are built for GPT’s principle-driven style. Their prompts assume autonomous, goal-oriented execution.Hephaestus
Hephaestus
Role: Autonomous deep worker
Model: GPT-5.3 Codex (medium reasoning)Why GPT:Notes:
Model: GPT-5.3 Codex (medium reasoning)Why GPT:
- Deep autonomous exploration
- Multi-file reasoning
- Principle-driven execution (goal, not recipe)
- Works independently for extended periods
- Do not override to Claude. Hephaestus is built for Codex’s autonomous style.
- Named after Greek god of forge and craftsmanship.
- Inspired by AmpCode’s deep mode.
Oracle
Oracle
Role: Architecture consultant
Model: GPT-5.2Why GPT:
Model: GPT-5.2Why GPT:
- High-IQ strategic reasoning
- Deep logical analysis
- Read-only consultation
Momus
Momus
Role: Ruthless plan reviewer
Model: GPT-5.2Why GPT:
Model: GPT-5.2Why GPT:
- Verification and critique
- Different perspective from Claude
- Rigorous logic
Utility Runners → Speed over Intelligence
These agents do grep, search, and retrieval. They intentionally use the fastest, cheapest models available.Explore
Explore
Role: Fast codebase grep
Model: Grok Code Fast 1Why fast/cheap:
Model: Grok Code Fast 1Why fast/cheap:
- Speed is everything
- Fire 10 in parallel
- Simple pattern matching
Librarian
Librarian
Role: Docs/code search
Model: Gemini FlashWhy fast/cheap:
Model: Gemini FlashWhy fast/cheap:
- Doc retrieval doesn’t need deep reasoning
- High volume of searches
Multimodal Looker
Multimodal Looker
Role: Vision/screenshots
Model: Kimi K2.5Why Kimi:
Model: Kimi K2.5Why Kimi:
- Excels at multimodal understanding
- Good image analysis
Model Families
Claude Family
Characteristics:- Communicative
- Instruction-following
- Structured output
| Model | Strengths | Use For |
|---|---|---|
| Claude Opus 4.6 | Best overall. Highest compliance with complex prompts. | Sisyphus, Prometheus |
| Claude Sonnet 4.6 | Faster, cheaper. Good balance. | Everyday tasks |
| Claude Haiku 4.5 | Fast and cheap. | Quick tasks, utility work |
| Kimi K2.5 | Claude-like behavior at lower cost. | Atlas, all-rounder |
| GLM 5 | Claude-like, solid for orchestration. | Cost-effective orchestration |
GPT Family
Characteristics:- Principle-driven
- Explicit reasoning
- Deep technical capability
| Model | Strengths | Use For |
|---|---|---|
| GPT-5.3 Codex | Deep coding powerhouse. Autonomous exploration. | Hephaestus (required) |
| GPT-5.2 | High intelligence, strategic reasoning. | Oracle, Momus |
| GPT-5-Nano | Ultra-cheap, fast. | Simple utility tasks |
Other Models
| Model | Strengths | Use For |
|---|---|---|
| Gemini 3 Pro | Visual/frontend tasks. Different reasoning style. | visual-engineering, artistry |
| Gemini 3 Flash | Fast. Doc search and light tasks. | Librarian |
| Grok Code Fast 1 | Blazing fast code grep. | Explore |
| MiniMax M2.5 | Fast and smart. Utility tasks. | Fallback for search/retrieval |
Free-Tier Fallbacks
You may see model names likekimi-k2.5-free, minimax-m2.5-free, or big-pickle (GLM 4.6) in logs. These are free-tier versions served through OpenCode Zen provider.
You don’t need to configure free-tier fallbacks. The system includes them automatically so it degrades gracefully when you don’t have every paid subscription.
Task Categories
When agents delegate work, they don’t pick a model name—they pick a category. The category maps to the right model automatically.| Category | When Used | Fallback Chain |
|---|---|---|
visual-engineering | Frontend, UI, CSS, design | Gemini 3 Pro → GLM 5 → Claude Opus |
ultrabrain | Maximum reasoning needed | GPT-5.3 Codex → Gemini 3 Pro → Claude Opus |
deep | Deep coding, complex logic | GPT-5.3 Codex → Claude Opus → Gemini 3 Pro |
artistry | Creative, novel approaches | Gemini 3 Pro → Claude Opus → GPT-5.2 |
quick | Simple, fast tasks | Claude Haiku → Gemini Flash → GPT-5-Nano |
unspecified-high | General complex work | Claude Opus → GPT-5.2 → Gemini 3 Pro |
unspecified-low | General standard work | Claude Sonnet → GPT-5.3 Codex → Gemini Flash |
writing | Text, docs, prose | Gemini Flash → Claude Sonnet |
Customization
Example Configuration
Safe vs Dangerous Overrides
- ✅ Safe
- ❌ Dangerous
Same personality type:
Model Resolution
Each agent has a fallback chain. The system tries models in priority order until it finds one available through your connected providers.opencode auth login) and the system figures out which models are available and where.
Checking Available Models
Common Questions
Can I use GPT for Sisyphus?
Can I use GPT for Sisyphus?
No. Sisyphus has no GPT prompt. It’s designed for Claude’s mechanics-driven instruction-following. Using GPT will significantly degrade performance.If you want GPT-style reasoning, use Hephaestus instead.
Why does Hephaestus require GPT?
Why does Hephaestus require GPT?
Hephaestus is built around GPT-5.3 Codex’s autonomous exploration style. Its prompt assumes:
- Goal-oriented execution
- Minimal hand-holding
- Deep independent reasoning
Which models can I use for Prometheus?
Which models can I use for Prometheus?
Prometheus auto-detects Claude vs GPT and switches prompts accordingly. Safe options:
- Claude: Opus, Sonnet, Kimi K2.5, GLM 5
- GPT: GPT-5.2, GPT-5.3 Codex
- Gemini: Gemini 3 Pro (uses Claude-style prompt)
How do I make all agents cheaper?
How do I make all agents cheaper?
Target utility agents first:Keep Sisyphus/Prometheus on quality models—they’re worth it.
Related
Custom Categories
Define domain-specific model presets
Background Agents
Concurrency limits per model/provider
Prometheus Planning
Why Prometheus uses Claude Opus with extended thinking
Configuration
Full agent configuration reference