Live data from Hacker News

Project HydraFusion: Frontier quality via multi-model orchestration

github.blog

1–10 of 36 posts

Re: Project HydraFusion: Frontier quality via multi-model orchestration

#4
I have a custom agent that I call my "G.S.D." (Get Stuff Done) agent.

It is explicitly not a foreman, task routing, or an orchestrator agent. It has a bias toward direct action and is instructed to only delegate when necessary.

I've found that this approach yields significantly faster results, without much of a quality trade-off, than an agent whose primary impulse is to delegate.

In contrast, HydraFusion starts with a task routing step, then sequential planning, execution, and review stages. My guess is that this workflow is best for people who are prioritizing cost over speed for the same level of quality.

Re: Project HydraFusion: Frontier quality via multi-model orchestration

#5
> One model drafts a result, an independent read-only critic from a different model family reviews it

Multiple model vendors is key here, the cascade pattern doesn't need it, but the critique pattern does.

Last Nov, my team wrote a paper ("Team of Rivals") on the difference between using an OpenAI model to Critique an Anthropic model's output vs running a self-review agent loop on the same vendor.

The ablations [1] proved that neither company alone was better than using both.

The paper was a general response to "What does your company do that Anthropic can't?" but more so a demonstration of how to make something 90%+ good with models which eval at 60% or so (& Gas Town post unblocked our "this is a trade secret" argument about the paper).

[1] - https://github.com/t3rmin4t0r/critique-evals

Re: Project HydraFusion: Frontier quality via multi-model orchestration

#8
From the article:

> In controlled offline evaluations, HydraFusion’s selective coding workflows matched or exceeded the evaluated Opus 5 baseline

Opus 5 (in practice) is not a good baseline to compare against.

I'm shocked that they chose to primarily compare against Opus 5 in all the article's charts. It's pretty disingenuous that they're claiming "frontier" quality, but didn't compare against Fable or Sol.

Re: Project HydraFusion: Frontier quality via multi-model orchestration

#9

From the article: > In controlled offline evaluations, HydraFusion’s selective coding workflows matched or exceeded the evaluated Opus 5 baseline Opus 5 (in practice) is not a good baseline to compare against. I'm shocked that they chose to primarily compare against Opus 5 in all the article's charts. It's pretty disingenuous that they're claiming "frontier" quality, but didn't compare against Fable or Sol.

Well, saying it was a shitshow compared to … is just not good marketing i guess

Re: Project HydraFusion: Frontier quality via multi-model orchestration

#10

From the article: > In controlled offline evaluations, HydraFusion’s selective coding workflows matched or exceeded the evaluated Opus 5 baseline Opus 5 (in practice) is not a good baseline to compare against. I'm shocked that they chose to primarily compare against Opus 5 in all the article's charts. It's pretty disingenuous that they're claiming "frontier" quality, but didn't compare against Fable or Sol.

They did also compare to Sol and the comparisons are still favorable. However, they were most favorable comparing to Opus 5 because of the cost judging by the charts.
Post reply on HN