VynarisEarly betaGet your API key

Devin Fusion two-model harness cuts coding agent cost per task 11-46%: the counterintuitive case for pricier sidekicks

Cognition's Fusion harness pairs a frontier lead with a cheaper sidekick. Across 10 benchmark comparisons, costs fell 11-46% per task. A pricier sidekick can lower total session cost by reducing the lead model's review burden. Prices verified 2026-09-12.

Cognition's Fusion agent harness pairs a frontier model lead with a cheaper sidekick for coding tasks. Across 10 published benchmark comparisons, costs fell 11-46% per task while scores moved by at most 6.4 points. The counterintuitive finding: a sidekick with higher token cost can reduce total session cost by reaching correct implementations in fewer turns, cutting the lead model's review burden. Prices verified 2026-09-12.

TL;DR

Verdict table

Agent harness     Model pair                                     Index  Cost per task  Tokens per task  Time per task
----------------  ---------------------------------------------  -----  -------------  ---------------  -------------
Devin Fusion CLI  Fable 5.1 XHigh + SWE-2 Medium                 62     $7.90          9.7M             35.8m
Devin Fusion CLI  Astra XHigh + SWE-2 Medium                     59     $4.54          6.1M             24.7m
Opencode          [GLM-5.3](https://vynaris.com/models#glm-5-3)  54     $4.24          14.3M            48.1m

Artificial Analysis Coding Agent Index v1.5 incorporates DeepSWE v1.1, Terminal-Bench 4.0, and SWE-Atlas-QnA. Higher index is better. Cost is average API cost per task in USD.

Savings across benchmarks

Fable 5.1 solo vs Fusion (Fable 5.1 + SWE-2)

Benchmark            Solo score  Fusion score  Solo cost  Fusion cost  Cost cut
-------------------  ----------  ------------  ---------  -----------  --------
DeepSWE 1.1          64.3        63.1          $14.63     $7.88        46%
Terminal-Bench 4     57.6        56.1          $17.46     $13.37       23%
SWE-Atlas QnA        64.8        65.9          $7.57      $5.00        34%
Vals Code Migration  54.6        57.3          $70.97     $42.00       41%
FrontierCode 1.1     63.6        63.5          $2.68      $1.67        38%

Four of five Fable-led scores moved by 1.5 points or fewer. The migration score improved 2.7 points. This is the steadier pairing.

GPT-6 Astra solo vs Fusion (Astra + SWE-2)

Benchmark            Solo score  Fusion score  Solo cost  Fusion cost  Cost cut
-------------------  ----------  ------------  ---------  -----------  --------
DeepSWE 1.1          67.6        67.3          $7.88      $4.69        40%
Terminal-Bench 4     55.6        50.0          $10.08     $6.06        40%
SWE-Atlas QnA        61.8        59.4          $5.72      $3.59        37%
Vals Code Migration  67.7        61.3          $44.36     $35.51       20%
FrontierCode 1.1     63.1        63.4          $2.62      $2.34        11%

The Astra-led pairing is cheaper on average ($4.54 vs $7.90 per task) but produces larger quality swings. Terminal-Bench fell 5.6 points. Vals Code Migration fell 6.4 points. Two benchmarks improved slightly.

Chart showing solo vs Fusion cost per task across 10 benchmark comparisons on log scale
Fusion cuts cost per task 11-46% across 10 comparisons. Fable-led is steadier; Astra-led is cheaper but has larger quality swings. Source: Cognition blog + Artificial Analysis Coding Agent Index v1.5. Prices verified 2026-09-12.

The counterintuitive case for pricier sidekicks

The standard model routing approach picks a cheap or expensive model based on the initial prompt. Cognition argues this fails because the initial prompt does not reveal task difficulty. "Fix xyz bug" could be a one-line edge case or a full rearchitecture.

Fusion takes a different approach: two agents run in parallel, each with its own persistent context window and prompt caching. The lead owns planning and review. The sidekick handles implementation. They exchange briefs and results, not full conversations. This keeps both caches warm.

The counterintuitive finding concerns the sidekick. Cognition tested two sidekicks on the same Astra-led FrontierCode workload:

Sidekick                                                        List price          Score  Cost per task
--------------------------------------------------------------  ------------------  -----  -------------
[GPT-5.6 Luna](https://vynaris.com/models#gpt-5-6-luna) (high)  $0.20/Mtok          62.0   $2.39
SWE-2 (medium)                                                  $0.75/Mtok (+275%)  63.4   $2.34

SWE-2 costs 275% more per token. The total session cost was 2% lower and the score was 1.4 points higher. A stronger sidekick reaches correct implementations in fewer turns, reducing the lead model's review and correction rounds.

Cognition observed the same effect at the lead position. Replacing Opus 4.8 with Fable 5 as lead (2x nominal token cost) lowered average session cost 9% and scored higher on FrontierCode. Fable delegated earlier and wrote clearer briefs. Opus spent more turns directing the sidekick and redoing its work. This experiment used Fable 5, not Fable 5.1. Cognition's recommendation names Fable 5.1. Do not conflate the two.

Price per completed task captures these interactions. Token cost alone does not. Put your own workload into the cost calculator to see how your model pair affects total session cost.

The Astra quality swings

The Astra-led pairing is cheaper but riskier. The agent loop on Terminal-Bench dropped from 55.6 to 50.0 (a 5.6-point decline). Vals Code Migration dropped from 67.7 to 61.3 (6.4 points). These are not rounding errors.

By contrast, the Fable-led pairing was steady. Four of five scores moved by 1.5 points or fewer. The one exception, Vals Code Migration, improved by 2.7 points. If you need consistent quality across task types, Fable-led is the safer choice. If you can absorb quality variance on some benchmarks, Astra-led delivers lower cost per task.

Our coding agent token cost analysis showed 30x variance in token usage across coding agents. Fusion's cache hit rate of 96% on the Fable pairing helps explain why: keeping both caches warm avoids the re-reading costs that dominate long agent loops. The cache reads analysis covers the quadratic mechanics.

When this harness does not help

Fusion adds a second model to every session. If your tasks are simple enough that a single cheaper model handles them in one pass, Fusion's overhead is pure cost. The FrontierCode benchmarks show the smallest savings (11-38%) because those tasks are shorter and involve less back-and-forth.

The harness also assumes your workload benefits from delegation. If your tasks are single-turn (classification, extraction, simple completions), there is nothing to delegate. A frontier model solo or a cheap model solo will both be cheaper than running two agents.

Finally, the published results are benchmark comparisons, not production data. Cognition and Artificial Analysis ran controlled evaluations on public benchmarks. Your repository, tool chain, and acceptance criteria will produce different numbers. Test on real work before adopting.

The Fable 5.1 vs Opus 5 token efficiency analysis covers when Fable's higher token price pays off in solo mode. The LLM router estimation break-even covers when routing decisions are worth their inspection cost.

FAQ

Does Fusion work with any model pair? No. Cognition tunes the harness for each pair. Instructions that help one pair can hurt another. A new lead or sidekick requires its own delegation policy and benchmark pass.

Is SWE-2 a standalone model I can call? SWE-2 is Cognition's sidekick model available within the Fusion harness. The benchmarks do not report standalone SWE-2 performance.

What is the cheapest Fusion configuration? Astra + SWE-2 at $4.54/task average. But Opencode with GLM-5.3 is cheaper still at $4.24/task with a lower index (54 vs 59). The output tokens tell the story: Opencode uses 14.3M tokens per task versus Astra Fusion's 6.1M. Opencode is cheaper because GLM-5.3 has lower token prices, not because it is more efficient.

Were these numbers independently verified? Artificial Analysis and Vals AI partnered with Cognition on the evaluation. The Cognition blog published the raw numbers. AlphaSignal independently covered the release. The cost figures are Cognition's, not third-party audited.

Verification

All cost-per-task figures were fetched live from the Cognition blog and the Artificial Analysis comparison page on 2026-09-12. The AA Coding Agent Index v1.5 uses DeepSWE v1.1, Terminal-Bench 4.0, and SWE-Atlas-QnA. The 10 comparisons span 5 benchmarks and 2 model pairs (Fable-led and Astra-led). Arithmetic was recomputed independently using Python's Decimal module. All percentage reductions match the source data to within 0.1 percentage points.