GitHub turns Copilot into a model router with Project HydraFusion research preview
The research preview routes tasks across three execution patterns and models from multiple providers. GitHub reports equal or better quality and 65–67 percent lower estimated cost than Claude Opus 5 — figures not yet independently verified.

GitHub turns Copilot into a model router with Project HydraFusion research preview
The research preview routes tasks across three execution patterns and models from multiple providers. GitHub reports equal or better quality and 65–67 percent lower estimated cost than Claude Opus 5 — figures not yet independently verified.
GitHub has introduced Project HydraFusion, an advanced research preview for GitHub Copilot that aims to deliver frontier-level code intelligence through real-time orchestration of models. Rather than relying on a single fixed model, HydraFusion dynamically builds execution plans that use models from multiple providers, routing requests according to task complexity and context. That is according to InfoQ (Olimpiu Pop, September 13, 2026), reporting GitHub's own announcement (InfoQ).
The move represents a bet on what it actually takes to deliver top performance in code-assistance tools. In GitHub's framing, performance is not tied to one particular frontier model, but to the way the system assembles and runs multiple models per task. That makes HydraFusion an experiment in routing as product, not just routing as cost savings.
Three execution patterns
HydraFusion routes requests through three distinct execution patterns in real time: single, cascade and critique. The choice depends on task complexity and context, according to InfoQ's description of the system.
- Single: One selected model executes the task directly, when one model is sufficient — optimized for speed and low latency.
- Cascade: An efficient model generates a draft, a quality gate assesses the draft, and the task escalates to a stronger model if the draft falls short of the bar.
- Critique: A read-only critic model from a separate model family, with no access to tool execution, reviews the draft. The drafting model then makes one structured revision based on the review.
What, beyond complexity and context, triggers the choice of pattern is not detailed in the source.
According to InfoQ, the system rests on five operational principles: token accounting, bounded execution with timeouts and interruption capability, isolated review steps, fail-safe rejection of patches, and validated pre-checks of routing decisions.
The numbers — GitHub's own evaluations
The reported results come from GitHub's own controlled offline evaluations and are not independently verified:
- TerminalBench 2.1: An improvement of 4.9 percentage points in "verified task quality" — a quality stamp from GitHub's own verification, not external validation — alongside an estimated cost reduction of 67 percent compared with Claude Opus 5.
- CheckpointBench: Average session score practically equal to the Claude Opus 5 baseline — a difference of 0.1 percentage points — with an estimated 65 percent reduction in workflow cost.
Overall, the quality result comes out as equal to or better than the baseline — not better on both benchmarks.
Two caveats matter. First, CheckpointBench is an internal benchmark developed by GitHub itself, not an independent standard. Results from a vendor's own evaluation on its own benchmark should be read as a vendor claim, not a verified fact. Second, the cost reductions depend on GitHub's cost-estimation methodology, which is not described in the source — it is unclear what "estimated cost" actually covers, or how the estimates are calculated.
There is, moreover, no primary documentation from GitHub (blog, changelog, or press release) in the evidence base. All figures and availability details rest on the single InfoQ report of the announcement.
Availability and billing
Project HydraFusion is available as a research preview to users on all GitHub Copilot tiers, via the /experimental configuration in GitHub Copilot CLI. Users are billed at the standard token prices of the underlying models, according to InfoQ.
Opening the preview to all tiers, rather than enterprise customers only, makes it easy to try — but its status as an "advanced" research preview also signals that behavior and results may change before any general availability.
What to watch
If the numbers hold, HydraFusion points toward a future where frontier-level performance in code-assistance tools becomes a routing problem rather than a model problem — with price as a consequence of which models actually run per task. That is a model that could benefit users who mostly run simple tasks, yet still get access to frontier performance when a task demands it.
The concrete things to watch are independent evaluations of the TerminalBench 2.1 result, documentation of GitHub's cost-estimation methodology, and developers' real-world usage confirming or refuting GitHub's own offline numbers. What routing-based billing means in practice for Copilot users' bills — and whether quality holds in everyday scenarios outside benchmarks — remains to be seen.