Published:
Echo, an AI inference system published by developer adam_rida at echo.tracerml.ai, routes each request across a pool of open-weight models and reached roughly Claude Fable 5-level aggregate quality at about one-third of the inference cost in the creator’s own evaluations, announced in a Show HN post on July 24, 2026. The post scored 402 points with 193 comments on Hacker News, making Echo one of the day’s most-discussed developer tools.
How Echo’s Multi-Model Routing Works
Echo decides per-request which open-weight models to use and how to combine their outputs, instead of sending every task to one model. The pool includes GLM-5.2 and Kimi K2.7, plus other models the creator has not fully disclosed, and the system exposes an OpenAI-compatible API with a publicly testable chat interface. “I took a group of models, including GLM-5.2, Kimi K2.7 and others, and ran them on the same evaluations. Then I measured what would happen if, for each problem, you somehow knew in advance which models would be useful and how their outputs should be combined,” adam_rida wrote in the Show HN post.
The approach — sometimes called mixture-of-agents or LLM routing — exploits an asymmetry the creator states directly: “A model that is clearly weaker overall can still be extremely useful on particular problems or as part of a combination.”
The Cost Math for Businesses
The business case rests on the price gap between open-weight and proprietary frontier models. MindStudio’s 2026 AI model pricing roundup lists Claude Fable 5 at $10 per million input tokens and $25 per million output tokens, while open-weight inference of the kind Echo pools runs roughly $3–8 per million tokens. At those rates, a business sending 10 million tokens per month would cut $70,000–$170,000 in annual inference spend — if the quality parity holds outside the creator’s evals. Cost of AI tools is a core selection criterion in our guide to the best AI tools for business, and routing systems, such as Echo, attack that criterion directly rather than competing on capability.
The Caveats: Creator-Run Benchmarks Only
No independent third party has verified the Fable-parity claim. The evaluation mix is the creator’s own — published at echo.tracerml.ai/eval but not a standard public benchmark, such as MMLU or GPQA — and adam_rida acknowledges open failure modes: “There are still some cases where Echo makes the wrong allocation or combination decision.” Echo is a solo developer’s Show HN project, not a production-hardened service, and the 193-comment HN thread includes practitioner debate over routing methodology and benchmark validity. According to adam_rida’s own framing, the result held on his first evaluation mix: “Echo consistently performed better than the best individual model in its pool. It also reached roughly the same aggregate result as Fable, which I used as one of the stronger comparison systems, at around one third of the inference cost.”
Our Take: Echo reveals something the AI industry doesn’t want businesses to notice: frontier-model quality is increasingly replicable by combining weaker open models intelligently. Whether or not this specific project’s benchmarks survive scrutiny, the cost gap between open and closed AI is the real business story of 2026.
For Context: The Open-vs-Closed Cost Gap in 2026
Echo lands in a widening open-weight ecosystem we have tracked through 2026. Industry data shows open vs. closed AI models sit only about 3% apart on quality while open models capture just 4% of revenue — exactly the arbitrage Echo’s routing exploits. Tooling is maturing on the local side too: open-model AI agents, such as LM Studio’s Bionic, give businesses agent workflows on downloadable models without per-token API fees.
FAQ
What is Echo AI?
Echo is an AI inference system by developer adam_rida that routes each request across a pool of open-weight models, including GLM-5.2 and Kimi K2.7, and combines their outputs. It offers an OpenAI-compatible API and a public chat interface at echo.tracerml.ai.
Does Echo really match Claude Fable 5’s quality?
The parity claim comes from the creator’s own evaluations, published at echo.tracerml.ai/eval — no independent third party has verified it. The eval mix is not a standard public benchmark, and the creator acknowledges cases where Echo makes wrong allocation or combination decisions.
How much cheaper is Echo than Fable?
The creator reports roughly one-third of Fable’s inference cost. MindStudio’s 2026 pricing roundup lists Fable 5 at $10 input / $25 output per million tokens, versus roughly $3–8 per million for the open-weight inference Echo pools.
Is Echo ready for business use?
No, not yet: Echo is a solo developer’s Show HN project with acknowledged edge cases and active debugging, not a production-hardened service. Businesses can test it via the public chat interface and OpenAI-compatible API before committing any workload.