The post introduces Echo, a hosted system that routes each prompt across a pool of open-weight models and decides how much compute to spend, which models to involve, and how to combine their outputs. The claim is not that one open model suddenly matches a frontier closed model. It is that a routing layer over several weaker models can hit roughly the same aggregate benchmark score as Fable while using much less inference cost. The author points to a public evaluator with 907 stored rows across seven benchmark families and says harder coding evidence like SWE-bench Verified and BigCodeBench is still being added.
Most of the useful reaction was that the idea itself is not novel. People immediately placed it in the lineage of
ensemble methods, metasearch, mixture-of-experts,
OpenRouter Fusion, and
Sakana Fugu. The interesting part is not “many models beat one.” That is expected. The interesting part is whether a router can predict when a cheaper model is enough, avoid excess
latency, and still outperform a single premium model on the tasks people actually care about. That is where confidence dropped. Several commenters said benchmark mixes can flatter routers, especially when they are saturated or weakly validated, and that the quoted “1/3 the cost” depends heavily on task distribution, token usage, cache behavior, and whether expensive models sometimes finish faster with fewer tokens. The practical objection was simple: routing wins or loses on workload shape, not on a headline ratio.
Another strong thread was that the product presentation made people suspicious. The launch initially looked like a signup page with thin documentation, unclear privacy language, and missing details on the model pool or routing policy. The author responded by clarifying that user data is not used for training, that free credits exist without a card, that the privacy text was being fixed, and that some model pool details could be published without revealing per-request routing. That helped, but did not erase the feeling that the evidence is still early. The bottom line people landed on was that this category is real and likely useful for enterprise
API buyers, but Echo has not yet shown enough transparent, hard-to-game evidence on coding and production-style workloads to separate itself from the growing pile of multi-model routers.