Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
21–30 of 254 posts
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#22As I understand it, in an MoE model, you essentially have hundreds of smaller sub-models ("experts") that are good at different tasks, and for every generated token, a single "master" model chooses which ones are most relevant to participate, and you only activate them.
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#23I'm not an expert on this, but this sounds a lot like a larger-scale MoE (Mixture of Experts) type of architecture. As I understand it, in an MoE model, you essentially have hundreds of smaller sub-models ("experts") that are good at different tasks, and for every generated token, a single "master" model chooses which ones are most relevant to participate, and you only activate them.
Even more confusingly, there are older pre-LLM MoE systems which ensemble and pool the predictions from multiple sub-components. For example in a random forest you could take the majority vote of the decision trees or the average of their numerical predictions.
After that, we developed neural net architectures for predicting a single thing like whether the user will click on your ad. An MMoE is in the same family.
And so now we are at massive MoE networks for LLMs which have similarities with MMoE in that the “decision” is about the very next token to predict.
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#24I don’t find the recent spate of blog posts and systems delegating and combining LLMs to get better performance particularly interesting. Especially given that anyone who’s taken an ML 101 course has learned about ensemble methods. While an LLM isn’t what you’d traditionally consider a weak learner, the theorems on learning systems clearly point to them being so in this context. The feigned surprise at combining them…
It's the natural move that happened after people realized you couldn't throw away half a century of AI research.
Most of these focus on costs. But it is simply the case that the one-shot output did not scale for harder problems on workflows.
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#25This reminds me on OpenRouters report that combining multiple different models gave comparable performance to Fable 5. I think this approach has lots of potential. Maybe OpenAi was ahead of its time with GPT-5 (it being a router to different models rather than just being one new model)
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#26No benchmarks, no info on which models are used, ai generated video, just a signup page with nothing else. Anyhow, this kinda reminds me of that quote about architecture: "We replaced our monolith with micro services so that every outage could be more like a murder mystery."
> No benchmarks, no info on which models are used, […] The benchmarks are here → https://echo.tracerml.ai/eval/ They are not good benchmarks but at least they exist.
In my project, I wasted a huge amount of time trying to improve GPQA Diamond results above ~93% range. I realized my mistake when Fable dropped and made no improvement on this benchmark vs. Opus.
Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#27Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#28Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#29Re: Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
#30So “1/3 the cost” really depends.