GitHub Copilot Launches HydraFusion Multi-Model Orchestration as Research Preview
GitHub shipped Project HydraFusion as a research preview in GitHub Copilot CLI on September 4, 2026. Rather than selecting the single best model for a task, HydraFusion constructs a task-specific execution workflow, drawing from models across multiple providers, per the GitHub Changelog. The same release brought Agent Merge to public preview and moved the JetBrains Copilot harness to general availability.
What
HydraFusion chooses from three execution patterns on each request. Single routes the task to one model and returns the result directly. Cascade sends the task to an efficient model first, then passes the output through a quality gate that decides whether to escalate to a stronger model. Critique runs a second model to review and correct the first model's response before the result returns to the user.
In GitHub's controlled offline evaluations, per aicybr.com's breakdown, the strongest HydraFusion configuration reduced estimated workflow costs by 67% on TerminalBench 2.1 and 65% on CheckpointBench versus Claude Opus 5. Task quality on TerminalBench came in 4.9 percentage points above Opus 5. On DeepSWE, cost reduction reached 36% with quality 1.5 percentage points below Opus 5. Billing accumulates from tokens consumed by each model in the selected workflow, at that model's standard rate.
HydraFusion is available to all Copilot plans through the /experimental flag in Copilot CLI. GitHub described the scope of the research preview as substantial, well-scoped first-turn coding tasks.
The September 4 release package also included Agent Merge in public preview for VS Code 1.136. Agent Merge takes an open pull request, resolves reviewer feedback, clears failed checks, and handles merge conflicts to deliver a merge-ready PR. Claude Fable 5.1 joined the Copilot model roster for Pro+, Max, Business, and Enterprise users in the same update, alongside a Gemini 3.8 Flash rollout across Pro through Enterprise plans.
Why it matters
The cost numbers are from GitHub's own offline evaluations, not production data, so actual savings will depend on task mix and model selection behavior at scale. The more useful framing: Cascade mode creates a systematic path for handling high-volume agentic coding work at draft-tier model cost, with escalation only when a quality gate flags it. Teams running dozens of agentic coding sessions per day have a mechanism to reduce spend without manually triaging which tasks need which model.
Agent Merge is the near-term practical win for Copilot Business and Enterprise users. Removing the manual step of getting a PR past reviewer comments, failing CI, and merge conflicts compresses the end-to-end development cycle in a concrete way. It is available now in public preview at no additional plan cost.
Both features together push Copilot's agentic story beyond code generation into workflow completion, which had been a gap relative to fully autonomous coding agents.
What to watch next
GitHub has not announced a timeline for HydraFusion exiting research preview or for production cost data. Agent Merge's path from VS Code public preview to broader client availability is the next milestone to track for teams on JetBrains or other editors.
Sources
- GitHub Copilot weekly releases - August 31: GitHub Changelog, September 4, 2026
- GitHub HydraFusion: Multi-Model Copilot Routing Cuts Estimated Cost up to 67%: AiCybr, September 5, 2026
- HydraFusion community discussion: GitHub Community
