The Vibe Coder's Haven
Twelve frontier-class AI models from six major labs in seven days. The Model Avalanche Week of March 2026 reset what “state of the art” means for vibe coding — and made specialist models the empirical default for the first time.
March 2026 delivered the most concentrated AI release week in the field's history. Between March 10 and March 16, six major labs — OpenAI, Google, xAI, Mistral, Anthropic-adjacent partners, and Cursor — shipped twelve distinct models in seven days. Coding specialists like Cursor Composer 2 outperformed generalist frontier models by 8 to 14 percentage points on dedicated benchmarks for the first time, making the “pick a specialist by default” pattern empirically correct rather than aspirational. The week also surfaced GPT-5.4 (1.05M context, Tool Search), Gemini 3.1 Ultra (94.3% GPQA Diamond), NVIDIA Nemotron 3 Super (60.47% SWE-Bench Verified, top open-weight coder), and a leaked tier above Opus called Claude Mythos.
The Model Avalanche — What Just Happened
If February 2026 felt like a flood, March was a tsunami. The release cadence compressed from quarterly to monthly to weekly inside the span of one calendar quarter. By the second week of March, developers stopped trying to read every release note and started building routing layers that picked the right model for each task automatically. That shift — from “which one model do I use” to “which gateway routes to which specialist” — is the actual story of March 2026.
Three structural shifts emerged from the noise. First, coding specialists won outright on coding benchmarks for the first time: Cursor Composer 2 beat Claude Opus 4.6 on Terminal-Bench 2.0 (61.7 vs 58.0) at one-tenth the cost. Second, open-weight models reached genuine parity on critical benchmarks: Qwen 3.5 9B outscored OpenAI's own GPT-OSS-120B on graduate reasoning, and NVIDIA Nemotron 3 Super took the open-weight crown on real coding tasks. Third, price collapsed: GLM-5.1 hit 94.6% of Claude Opus 4.6's coding output at $3 per month, and Gemini 3.1 Flash-Lite served frontier-tier intelligence at $0.25 per million tokens.
The week ended with a different kind of news. On March 26, a misconfigured data store at Anthropic exposed nearly 3,000 internal files including a draft blog post describing Claude Mythos — a model the company privately calls “by far the most powerful AI model we have ever developed” and positions in a new tier above Opus. Anthropic confirmed the model exists and that early access is going to cybersecurity partners first. No public release date. The implication is clear: the avalanche has not stopped.
Below: every model worth your attention, every tool that shipped, and the production patterns I am running inside the DDS Sovereign AGI Suite right now. Every benchmark, price, and date is sourced from primary release notes or verified third-party reporting. Where a number is provisional or contested, it is flagged.
- GPT-5.4 (Mar 5) brings 1.05M-token context, Tool Search for agentic systems, and 33% fewer claim errors than GPT-5.2
- Cursor Composer 2 (Mar 19) beats Opus 4.6 on Terminal-Bench at $0.50/$2.50 per M tokens — about one-tenth Opus pricing
- Gemini 3.1 Ultra hits 94.3% GPQA Diamond and 77.1% ARC-AGI-2, beating both GPT-5.4 and Opus 4.6 on raw reasoning
- Gemini 3.1 Flash-Lite changes infrastructure cost math: $0.25 per M tokens, sub-50ms first-token latency, 1M context
- NVIDIA Nemotron 3 Super takes the open-weight coding crown at 60.47% SWE-Bench Verified, native NVFP4 4-bit pretraining
- GLM-5.1 reaches 94.6% of Opus 4.6 coding parity at $3/month with MIT license — pricing disruption most teams have not processed
- Qwen 3.5 9B beats GPT-OSS-120B on GPQA Diamond (81.7% vs 71.5%); efficiency frontier collapsed in one quarter
- Mistral Small 4 unifies Magistral + Pixtral + Devstral into a single 119B/6.5B-active MoE endpoint
- Claude Mythos (codename Capybara) confirmed via leak; positioned above Opus tier; cybersecurity partners get first access
- The pattern shift: stop picking one model. Build a router. Send each task to the specialist that wins on that task.
The Models — March 2026
Eight releases reshaped the field this month. For each: what it is, the verified benchmarks, where to access it free or cheap, and the production pattern I am using it for inside the DDS Sovereign AGI Suite.
OpenAI's most capable model to date and the first frontier release of the avalanche month. Three variants: Standard for fast iteration, Thinking for reasoning-first workflows with an upfront plan you can adjust mid-response, and Pro for maximum capability. The headline number is the context window: 1.05 million tokens, the largest OpenAI has ever offered commercially. GPT-5.4 reduces individual claim errors by 33% and full-response errors by 18% compared to GPT-5.2. It scores 83% on OpenAI's GDPval benchmark for knowledge work and hits 57.7% on SWE-Bench Pro — just above GPT-5.3-Codex's 56.8%, but with lower latency and the broader generalist capabilities folded back in.
The under-discussed feature: Tool Search. Instead of front-loading every tool definition into the prompt at request start (which gets expensive when you have 50+ tools), the model dynamically retrieves the relevant tool definitions as the agent needs them. For complex agentic systems this is real, not marketing. As of March 11, GPT-5.1 was deprecated entirely; existing conversations migrated to GPT-5.3 Instant, GPT-5.4 Thinking, or GPT-5.4 Pro depending on prior tier.
Available via ChatGPT (Plus/Pro/Team/Enterprise) and the OpenAI API. Pricing tiers and per-token rates vary by variant; check OpenAI's pricing page for current numbers as they have shifted twice since launch.
Vibe coding prompt example — using Tool Search
// System: You have access to 47 tools via Tool Search. // Plan first. Adjust if I steer you. Then execute. I need a Stripe webhook handler that: 1. Validates the Stripe signature 2. Idempotency-checks against our event log 3. Routes the event to the correct downstream service 4. Returns within 200ms or queues async Use only the tools you actually need from Tool Search. Do not load tool definitions you will not call. Return your plan first, then implement after I approve.
The release that made me re-route my daily coding workflow. Cursor's third-generation in-house model, built on the open-source Kimi K2.5 base from Moonshot AI with Cursor's own continued pretraining and reinforcement learning layered on top. Composer 2 scores 61.3 on CursorBench, 61.7 on Terminal-Bench 2.0, and 73.7 on SWE-Bench Multilingual — up from Composer 1.5's 44.2, 47.9, and 65.9 respectively. On Terminal-Bench it beats Claude Opus 4.6 (58.0) outright; GPT-5.4 still leads the bench at 75.1.
The cost story is what changes the math. Standard pricing is $0.50 per million input tokens, $2.50 per million output — roughly 86% cheaper than Composer 1.5 and approximately one-tenth the cost of Claude Opus 4.6 (~$5/$25). The Fast variant ($1.50/$7.50) is now the default in Cursor and is still cheaper than other fast frontier models. The architectural innovation Cursor calls compaction-in-the-loop reinforcement learning teaches the model to summarize its own context mid-generation, compressing 5,000+ token state down to ~1,000 tokens, which unlocks the long-horizon multi-hundred-action coding tasks Composer 1 could not finish.
Available exclusively inside the Cursor IDE. Composer 2 Fast is now the default for all paid plans. On individual plans, Composer usage sits in a separate pool from third-party model credits — you can use Composer 2 unlimited in Auto mode without burning your Opus or GPT-5.4 budget.
Use Composer 2 Fast as your daily default for routine multi-file edits, refactors, and feature implementation. Reserve Opus 4.6 or GPT-5.4 Pro for complex reasoning, novel UI generation, and hours-long autonomous engineering. The hybrid pattern is the correct strategy in March 2026.
Three models in one release. Gemini 3.1 Ultra is the flagship reasoner and currently leads the field where it counts: 94.3% on GPQA Diamond and 77.1% on ARC-AGI-2 — beating both GPT-5.4 and Claude Opus 4.6 at launch on the tests that actually predict complex reasoning capability. Gemini 3.1 Flash-Lite is where the production economics live: sub-50 millisecond first-token latency, 1 million token context, and pricing at $0.25 per million tokens. If you are running high-volume API workloads — autocomplete, classification, semantic search, embedding pipelines — Flash-Lite changes your cost math overnight. Gemini 3.1 Flash Live is Google's best audio model to date, already powering Search Live and Gemini Live in 200+ countries with real-time conversational latency.
Free via Google AI Studio with generous rate limits (no credit card). Free in Google Antigravity with rate limits. Gemini CLI for terminal-based coding is free. Flash Live is exposed via the Gemini Live consumer app. Production API pricing per Google's published rates.
The model that should be on every enterprise architect's radar but is being underreported because it shipped in a week with twelve releases. Nemotron 3 Super scores 60.47% on SWE-Bench Verified — the highest open-weight score for real coding tasks at launch, beating every other open-weight model in the category. The architecture introduces three production-relevant innovations: LatentMoE expert routing for efficient inference, native NVFP4 pretraining (the model was trained in 4-bit precision from the first gradient update, not post-hoc quantized), and built-in Multi-Token Prediction for speculative decoding gains.
Already in production at Perplexity (one of 20 orchestrated models in their Computer platform), CodeRabbit, Factory, Greptile, Palantir, Cadence, Dassault Systèmes, and Siemens. For regulated industries (defense, healthcare, financial services) that need coding agents running entirely on-prem with no data leaving their infrastructure, Nemotron 3 Super is the most important model of March 2026.
Open weights and full training recipe under the NVIDIA Nemotron Open Model License. Available on HuggingFace and via the standard NVIDIA model catalog. Self-host anywhere with sufficient GPU.
The pricing disruption most enterprise teams have not processed yet. GLM-5.1 is a coding-optimized iteration of GLM-5 — a 744 billion parameter mixture-of-experts model. On the Claude Code evaluation it scored 45.3 versus Claude Opus 4.6's 47.9, hitting 94.6% parity. The GLM Coding Plan starts at $3 per month. The model is MIT-licensed for self-hosting.
For the math: a model that does 94.6% of what Claude Opus does, at $3 per month versus Opus's roughly $100–$200 per month equivalent at typical usage, is not a niche optimization — it is a structural shift in the cost-to-capability curve. The catch: GLM-5.1 is a Chinese model and routing decisions need to factor in whether your data residency or regulatory posture allows it. For most non-regulated workflows, that math is unbeatable in March 2026.
GLM Coding Plan from z.ai starts at $3/month. Open weights under MIT License for self-hosting on HuggingFace. Available via OpenRouter for unified API routing alongside other providers.
The cleanest signal yet that efficient training has caught up to brute parameter scale. Four dense models at 0.8B, 2B, 4B, and 9B parameters. Every variant is natively multimodal — text, images, and video through the same set of weights. All Apache 2.0. The headline number: Qwen 3.5 9B scored 81.7% on GPQA Diamond, beating OpenAI's own GPT-OSS-120B (71.5%) on graduate-level reasoning. A 9B open model out-reasoning a 120B open model from the larger lab is the kind of efficiency leap that should reset assumptions about parameter count as a proxy for capability.
Use case fit: edge deployment, privacy-first applications, fine-tuning experiments, multi-agent swarms where you need many small specialists rather than one large generalist. The 0.8B and 2B variants run on consumer hardware. The 4B and 9B run on any modern GPU. Apache 2.0 means you can do anything with them, including commercial use.
Free download from HuggingFace and Ollama. Apache 2.0 license, fully commercial. Run locally with Ollama in one command per variant.
One model that replaces three. Mistral Small 4 unifies Magistral (reasoning), Pixtral (vision), and Devstral (coding) capabilities into a single 119 billion parameter mixture-of-experts endpoint with 6.5 billion active parameters. For teams that were running multiple Mistral endpoints to cover reasoning, vision, and code separately, this consolidation cuts infrastructure complexity meaningfully without giving up capability on any of the three workloads.
The activated parameter count (6.5B) means inference cost is competitive with significantly smaller models. The total parameter count (119B) means it has the headroom for the harder problems. This is the architectural pattern most labs have been moving toward through 2026: large total capacity, small active footprint per token.
Available via the Mistral API and through OpenRouter. Self-hostable for teams with the infrastructure. Replaces previous Magistral, Pixtral, and Devstral endpoints — consolidate before they sunset the older endpoints.
On March 26, a security researcher discovered that a misconfigured Anthropic data store had exposed nearly 3,000 internal files publicly without authentication. Among the leaked files: a detailed draft blog post describing a model called Claude Mythos, internally codenamed Capybara. The draft positioned Mythos as “by far the most powerful AI model we have ever developed” and as “a new tier of model: larger and more intelligent than our Opus models.”
Anthropic confirmed the model exists. From the official statement: “We're developing a general purpose model with meaningful advances in reasoning, coding, and cybersecurity. Given the strength of its capabilities, we're being deliberate about how we release it. We consider this model a step change and the most capable we've built to date.”
The deliberate release plan focuses on cybersecurity defenders first. The leaked draft notes that Opus 4.6 already demonstrated the ability to surface previously unknown vulnerabilities in production codebases — a dual-use capability. Mythos appears to extend that capability significantly. Anthropic is releasing early access to organizations with the goal of giving cyber defenders a head start before the model's capabilities are widely available to attackers.
Not publicly available. Training is complete per Anthropic confirmation. Early access is being granted to cybersecurity organizations on a deliberate, controlled basis. No public release date as of April 2026. Watch the official Anthropic blog for the canonical announcement when it ships.
Tools & IDEs — What Shipped This Month
The tools layer kept up with the model layer. Three notable IDE upgrades, plus a bonus trio of media models from the same week that did not fit the “coding” bucket but matter if you build anything multimodal.
Cursor IDE (Composer 2 Default)
Cursor flipped the default model to Composer 2 Fast on March 19. Auto mode now routes most requests through Composer 2's separate usage pool — you no longer burn Opus or GPT-5.4 credits on routine work. The model is built on Kimi K2.5 with Cursor's continued pretraining and long-horizon RL. This is the single biggest workflow change of the month for Cursor users.
cursor.comGoogle AI Studio — Build Mode
Google AI Studio launched a new Build mode in March that turns prompts into production-ready apps using the Antigravity coding agent under the hood. You can build multiplayer experiences, add databases, and connect to real-world services from a single conversational interface. The agent has deeper project understanding than the previous Code Editor view, and your API keys are stored securely so you can resume across sessions.
aistudio.google.comMicrosoft AI Toolkit v0.32.0
Microsoft consolidated AI Toolkit and the Microsoft Foundry sidebar into a single unified My Resources view. New Create Agent View as a single entry point with two paths: code-first scaffolding via GitHub Copilot, or no-code Agent Builder. Foundry resources now visible inline alongside local resources with dedicated icons. The standalone Foundry sidebar retires June 1, 2026 — migrate now.
VS Code MarketplaceGoogle Antigravity (v1.21+)
Antigravity continued shipping. v1.20.5 (March 9) added AGENTS.md cross-tool standard support alongside the legacy GEMINI.md. v1.21.6 (March 25) added Linux sandboxing for terminal isolation. AgentKit 2.0 launched with 16 specialized agents and 40+ built-in skills. Full coverage in the dedicated DDS Antigravity Masterclass.
View MasterclassGemini CLI
Google's command-line interface for Gemini models continues as the free terminal-first option. Connects directly to Gemini 3.1 Ultra and Flash-Lite with the same AI Studio rate limits. Function calling, code execution, file processing all supported. Open source on GitHub.
github.com/google-gemini/gemini-cliClaude Code
Anthropic's terminal agent, now powered by Sonnet 4.6 by default. Pairs with Opus 4.6 for the autonomous multi-hour engineering sessions where you actually need the deep reasoning premium. Included with paid Anthropic plans; metered via API otherwise.
claude.aiLTX 2.3 (Lightricks, March 2026) — 22B params generating synchronized 4K video plus audio in a single forward pass. Apache 2.0, open source, zero licensing cost. Helios (ByteDance + Peking University, March 2026) — full 60-second videos at real-time speed (1,440 frames at 19.5 FPS) on a single H100 GPU. Lyria 3 Pro (Google, March 2026) — music generation up to 3 minutes with granular control over individual elements. Three models that would have been science fiction in mid-2025.
Head-to-Head — March 2026 Models
All eight headline models compared on the metrics that matter for vibe coding decisions: best-known coding score, context window, headline reasoning, headline price, license, and where to access. Highlighted cells flag category leaders.
| Model | Coding Score | Context | Reasoning | Price (In/Out per M) | License / Access |
|---|---|---|---|---|---|
| GPT-5.4 | 57.7% SWE-Pro | 1.05M | 83% GDPval | OpenAI rates | Closed / API+ChatGPT |
| Cursor Composer 2 | 73.7% SWE-Multi | 200K | n/a | $0.50 / $2.50 | Closed / Cursor IDE only |
| Gemini 3.1 Ultra | ~SOTA | 1M | 94.3% GPQA | Google rates | Closed / AI Studio free tier |
| Gemini 3.1 Flash-Lite | n/a | 1M | n/a | $0.25 (flat) | Closed / API + AI Studio |
| NVIDIA Nemotron 3 Super | 60.47% SWE-V | varies | n/a | $0 self-host | NVIDIA Open Model License |
| GLM-5.1 | 94.6% Opus parity | varies | n/a | $3/month plan | MIT / z.ai + self-host |
| Qwen 3.5 9B | n/a | varies | 81.7% GPQA | $0 self-host | Apache 2.0 / open |
| Mistral Small 4 | unified | varies | unified | Mistral rates | Closed / API + self-host |
| Claude Mythos | step change | TBD | step change | TBD | Cyber-partners early access |
Coding scores use the model's strongest reported public benchmark and the methodology Cursor and Anthropic use is not directly comparable to OpenAI's SWE-Bench Pro — do not stack-rank across columns. Reasoning column uses each model's headline reasoning benchmark. “n/a” means not the primary positioning of the model. All benchmarks sourced from official launch posts and verified third-party reporting as of March 31, 2026.
Build Your March 2026 Stack — 45 Minutes
The pattern that worked in February (one model + one IDE) is no longer optimal. The March 2026 pattern is a four-tier router. Here is exactly how to assemble it.
Step 1 — Pick your generalist anchor
One frontier model for hard reasoning, complex architecture, and any task where the model needs to understand a problem deeply before writing code. Three viable choices: GPT-5.4 Thinking (best for tool-heavy agents thanks to Tool Search), Gemini 3.1 Ultra (best for raw reasoning benchmarks and 1M context analysis), or Claude Sonnet 4.6 (best for instruction following and predictable output structure). Pick one. Wire it as your “hard mode.”
Step 2 — Install your coding specialist
For 80% of your daily coding work, route to a specialist. The two best options as of March 2026: Cursor with Composer 2 Fast as default (cheapest path to frontier-class coding output, lives inside the IDE, no API integration work) or Claude Code with Sonnet 4.6 (best terminal-first experience, pairs naturally with Opus 4.6 for hard tasks). The 8–14 percentage-point edge specialists have over generalists on coding benchmarks now makes a specialist your daily-driver default, not a fallback.
Step 3 — Wire up the cheap high-volume tier
Anything you call thousands of times per day — embeddings, classification, autocomplete, summarization, semantic search — goes through Gemini 3.1 Flash-Lite at $0.25 per M tokens. This is the single biggest cost reduction available in March 2026 for production workloads. If you have a high-volume pipeline still routed through Sonnet or GPT-5.x, migrate it this week.
# Install Cursor and switch default to Composer 2 Fast # (Settings → Models → Composer 2 Fast as default) # Terminal agents npm install -g @anthropic-ai/claude-code npm install -g @google/gemini-cli # Open-weight self-host (NVIDIA Nemotron 3 Super or Qwen 3.5) ollama pull nemotron3:super # NVIDIA, top open coder ollama pull qwen3.5:9b # Alibaba, multimodal, Apache 2.0 # Routing layer (write your own ~50 lines, or use OpenRouter) # - hard reasoning → GPT-5.4 Thinking | Gemini 3.1 Ultra # - daily coding → Cursor Composer 2 Fast # - high-volume → Gemini 3.1 Flash-Lite ($0.25/M) # - sovereign / on-prem → Nemotron 3 Super | Qwen 3.5
Step 4 — Add an open-weight fallback for sovereignty or scale
Pull NVIDIA Nemotron 3 Super (top open-weight coder) and/or Qwen 3.5 9B (top open-weight reasoner per parameter) for self-hosted inference. Use them when data must not leave your infrastructure (regulated industries), when you need unlimited concurrent agents without per-token billing (large swarms), or when you want to reduce vendor lock-in. The DDS Sovereign AGI Suite uses both as the foundation layer with API models as escalation paths.
Step 5 — Build the router
A thin gateway in front of all four tiers. Route by task type: generalist for architecture and planning, specialist for code edits, cheap tier for high-volume operations, open-weight for sovereignty-required work. Roughly 50 lines of TypeScript or Python. Or use OpenRouter as a unified API that gives you access to most of the above through one key — pay for the convenience by giving up some routing control. The point is: stop manually picking models in 2026. The right model for each task beats the smartest model for every task on cost, latency, and quality simultaneously.
Pro Tips for March 2026
Eight patterns I am actively using in production inside the DDS Sovereign AGI Suite and the wider DDS workflow this month. Each is something most public guides will not tell you yet because the field is moving faster than the documentation.
1. The specialist is now the default, not the fallback
For the first time in March 2026, coding-specialized models outscored generalist frontier models on coding benchmarks by 8 to 14 percentage points. Cursor Composer 2 beats Opus 4.6 on Terminal-Bench 2.0. The empirical signal is unambiguous: route routine coding to the specialist by default, escalate to the generalist only when the task requires reasoning the specialist cannot do. Reverse the priority you had in January.
2. Tool Search changes how you build agents
GPT-5.4's Tool Search retrieves tool definitions on demand instead of front-loading them. If your agent has 47 tools registered and you front-load all definitions, you are spending tens of thousands of tokens before the model writes a single character of useful output. With Tool Search, the model finds and loads only the 3 to 5 tools it actually needs for the current step. This is real production cost reduction; switch your agentic systems to Tool Search-aware models if you have not.
3. Run the Composer 2 / Opus 4.6 hybrid pattern
In Cursor, set Composer 2 Fast as your default and reach for Opus 4.6 only when a task clearly requires deeper reasoning — novel UI generation, complex architecture decisions, or multi-hour autonomous engineering. The cost delta is roughly 10x. The quality delta on routine work is much smaller than that. The hybrid stretches your usage budget significantly further while preserving the option to escalate when the harder work shows up.
4. Migrate high-volume calls to Flash-Lite this week
Anything you call thousands of times per day — classifications, summaries, embeddings, autocomplete — route to Gemini 3.1 Flash-Lite at $0.25 per million tokens. If you currently pay $3, $5, or $15 per million for those calls, the migration pays back the engineering effort within hours. Set up an A/B comparison on a representative slice of your workload, validate quality holds, then flip the default. This is the single most impactful infrastructure change available in March 2026.
5. Open-weight is now production-grade
Stop treating open-weight models as second-tier. NVIDIA Nemotron 3 Super at 60.47% SWE-Bench Verified beats every other open-weight model by a meaningful margin and is in production at Perplexity, Palantir, Siemens, and Cadence. Qwen 3.5 9B beats GPT-OSS-120B on graduate reasoning. For sovereignty, on-prem, and infinite-scale workloads where per-token billing breaks the math, the open-weight option is now the right answer — not the compromise.
6. The GLM-5.1 $3/month plan is real and underused
Zhipu AI's GLM Coding Plan starts at $3/month for a model hitting 94.6% of Claude Opus 4.6's coding evaluation. For a personal vibe coding workflow that is genuinely Opus-class output for the price of a coffee. Caveat: it is a Chinese model, so factor data residency and your regulatory posture before routing client work through it. For your own projects, side projects, and learning, this is unbeatable cost-to-capability in March 2026.
7. Replay your bad outcomes; do not just retry them
When an agent ships a bad result, the temptation is to re-run the prompt and hope. The right move is to capture the full event chain (input, intermediate tool calls, model versions, temperature, system prompt) into a forensic log and replay the exact sequence in staging. The bad outcome reproduces, you identify the divergence point, you fix the actual cause, and you write a regression test against the replay. Production AI systems live or die on replay-first debugging. The Sovereign AGI Suite captures every event into a Postgres + S3 deep current for exactly this reason.
8. Prepare for Mythos before it ships
Anthropic confirmed Mythos exists, training is complete, and early access is going to cybersecurity partners first. The leaked draft positions it as a step change above Opus. When it goes general-availability, the workflow patterns built around “Opus is the apex” will need updating overnight. Two preparations to make now: (1) make sure your agent system can swap models via configuration rather than hard-coded calls, and (2) audit your codebase for the kind of vulnerabilities Opus 4.6 already surfaces — Mythos will surface more, and you want to find them first as a defender, not be told about them after exploitation.
March 2026 was the month the Vibe Coder's playbook structurally changed. The right answer is no longer “which one model do I use” — it is “what does my router send where.” A four-tier stack of generalist (GPT-5.4 or Gemini 3.1 Ultra), specialist (Cursor Composer 2 Fast), high-volume cheap tier (Gemini 3.1 Flash-Lite at $0.25 per M), and open-weight fallback (Nemotron 3 Super or Qwen 3.5) covers every workload at the right cost-to-capability point. Build the router this week. Then point it at whatever ships in April — and given Mythos is already trained, something will.
