W

Weave Router 2.0

Subscription-aware model router for coding agents: Claude Code, Codex, Cursor.

Dev ToolsFreemium

Weave Router drops in front of Claude Code, Codex, and Cursor and routes each agent turn to the cheapest model that can get it right, using a complexity classifier and cache-aware switching that only moves when the savings beat prompt-cache rebuild cost. It routes across existing subscriptions (Claude models inside Codex, GPT models inside Claude Code) and escalates stalled work back to frontier models. The hosted version charges 5% of routed spend; self-hosting is source-available under Elastic License 2.0.

What is Weave Router 2.0?

Weave Router 2.0 is a model router for coding agents that plugs into Claude Code, Codex, and Cursor as a drop-in endpoint, reads every agent turn, scores its complexity, and routes it to the cheapest model that can get it right. It can route across existing subscriptions (Claude models inside Codex, GPT models inside Claude Code), is cache-aware so it only switches models when savings beat prompt-cache rebuild cost, and escalates stalled or looping tasks back to frontier models. It is built by Weave Engineering Intelligence (YC W25), used by startups and Fortune 100 companies per the company's Product Hunt launch.

Key features

  • Per-turn complexity classifier, trained on 10x more real agentic coding sessions than version 1.0, scores each request in single-digit milliseconds
  • Cache-aware model switching: routes only when expected savings exceed the cost of rebuilding the provider prompt cache
  • Escalation classifier detects stalls, loops, or misses and hands the task back to a frontier model
  • Multi-subscription routing: Claude models inside Codex and GPT models inside Claude Code, draining flat-rate quota first
  • One-command setup (npx @workweave/router) that detects and configures Claude Code, Codex, and Cursor
  • Vendor benchmark (pass@2): Terminal-Bench 4.0 62.1% vs GPT-6 Astra 60.6% at $5.22 vs $10.03 per trial, 2.2x faster; SWE-Atlas 62.1% vs 66.1% at $2.31 vs $5.04 per trial, 2.5x faster
  • Hosted and self-hosted options: source available under Elastic License 2.0, public repo at github.com/weave-os/router with reproducible benchmark harness
  • Per-turn visibility of routing decisions and quota savings in the UI; custom cost-vs-speed preferences available besides the auto default

Who it's for

  • Teams running coding agents daily who want lower model bills without changing their tools
  • Organizations holding both Anthropic and OpenAI subscriptions that want to use whichever plan has quota left
  • Engineering leads who want agent traffic routed by task complexity instead of one frontier model for everything
  • Enterprise teams (50+ engineers) that want forward-deployed-engineer setup help on their agent traffic

When not to use it

It targets coding agents specifically, not general LLM API traffic from your own apps — a general gateway like OpenRouter fits that better. Early Product Hunt reviewers also noted limited post-hoc visibility into why a specific turn was routed to a weaker model, a gap if every routing decision must be auditable.

FAQ

What does Weave Router cost?

The hosted version charges 5% of routed spend. Self-hosting is source-available under Elastic License 2.0. Teams of 50+ engineers can book an FDE for setup, per weaveos.com/router.

Does Weave Router work with Claude Code, Codex, and Cursor?

Yes. One command, npx @workweave/router, detects and configures Claude Code, Codex, and Cursor, and you add the keys or subscriptions you want to route across.

How is Weave Router different from OpenRouter?

OpenRouter is a general model gateway you point your own app at; Weave Router sits in front of coding agents and can route across existing flat-rate subscriptions instead of pay-per-token API billing, per the Product Hunt launch discussion.

What happens when both Claude and GPT quotas run out?

The makers say it still routes to the best model for the job, which can be an open-source model or an Anthropic/OpenAI model at API pricing.

Is Weave Router open source?

It is source-available under Elastic License 2.0 with the code and benchmark harness on GitHub (weave-os/router); the hosted service at router.workweave.ai is the paid product.

claude-codecodexmodel-routingai-coding-agentsllm-cost
Submitted by Adam CohenX ↗Launched September 24, 2026

Share this launch

Embed this badge

Featured on OrangeBot
<a href="https://orangebot.ai/product/weave-router" target="_blank" rel="noopener noreferrer">
  <img src="https://orangebot.ai/api/badge/weave-router.svg" alt="Featured on OrangeBot" width="200" height="54" />
</a>

Comments