Routing Becomes the New Model Choice
For most of the current AI-coding era, the decision developers made was simple: pick a model, then send it every task. HydraFusion reframes that decision entirely. Instead of a static router table, GitHub now builds a full execution plan per task at runtime, choosing from models across multiple providers to draft, critique and revise, or cascade to a more powerful model as needed [1]. As one technical writeup put it, the decision is no longer only which model to use, it is also which sequence of model calls should solve the task [2].
That sequencing takes one of three shapes. Single mode sends a task straight to one model when the job is simple enough that escalation would just add cost. Cascade mode lets a cheaper model draft first, with a quality gate deciding whether the draft is good enough to ship or needs to be handed off to a stronger model. Critique mode pairs two models from different provider families: one drafts, the other reviews independently, and the first revises once based on that critique [1]. GitHub's own internal read on the result is bullish: a Microsoft engineer working on the project said the system's reasoning and task-solving capability is already at or better than Claude Opus 5 [2].



