
TL;DR
A new multi-model orchestration system routes requests across open-weight models to match frontier performance at reduced inference cost. Here is what we know.
A Show HN post this week introduced Echo, a system that claims to match Claude Fable-level performance while costing roughly one-third as much. The approach: dynamically route requests across a pool of open-weight models, allocating compute based on task difficulty.
The post hit 403 points and 193 comments, sparking debate about what "Fable-level" actually means, whether the benchmarks hold up, and whether this approach can scale to production.
Echo is not a single model. It is an orchestration layer that decides, for each request, which models should participate and how their outputs should be combined.
From the creator's description:
"It started with a simple experiment. 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."
That hypothetical system - the "oracle" that knows the right model for each task - performed substantially better than any individual model in the pool. Echo is an attempt to recover some of that advantage without having oracle knowledge.
The system exposes an OpenAI-compatible API endpoint. Users send prompts; Echo decides how much computation to allocate, which models participate, and how to combine their work. Some prompts may only need lightweight inference. Others get multiple models working on different parts of the problem.
Echo publishes an evaluation observatory with 907 questions across 8 benchmarks and 9 test sets. The methodology page notes that results represent performance "on the questions listed here" rather than universal guarantees.
Current status according to the observatory:
The creators acknowledge that public benchmarks can appear in model training data, which complicates interpretation.
The discussion was polarized between skepticism about the claims and genuine interest in the architecture.
On benchmarks: Several commenters noted that "Fable-level" is a loaded term when benchmarks are saturated. One developer working on a similar project shared: "I wasted a huge amount of time trying to improve GPQA Diamond results above the 93% range. I realized my mistake when Fable dropped and made no improvement on this benchmark vs. Opus."
Another commenter pointed to research suggesting roughly 7% of GPQA Diamond questions may have incorrect ground truth labels. (link to thread)
On transparency: A recurring critique was that Echo does not disclose per-request routing decisions. The creator responded: "Echo does not disclose its per-request routing decision because that policy is the product."
A Canva engineer pushed back hard on this: "Observability and full transparency is a critical requirement; we can't accept not knowing which model serves a request. Both for legal/contract reasons, coordinated capacity planning with API providers, or even just evaluating our prompts and harnesses."
On the comparison to existing approaches: Multiple commenters noted similarities to OpenRouter (which offers model routing), NotDiamond (which does task-based model selection), and Sakana AI's Fugu (which orchestrates multiple models). The debate was whether Echo adds meaningful innovation or is simply "vibe-coded OpenRouter."
On practical value: Supporters argued that even if the claims are aggressive, the approach has value. One commenter noted: "A model that is clearly weaker overall can still be extremely useful on particular problems or as part of a combination." The insight that models are complementary - rather than strictly rankable - is the core of why multi-model systems can outperform single-model approaches.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 24, 2026 • 9 min read
Jul 23, 2026 • 9 min read
Jul 23, 2026 • 9 min read
Jul 22, 2026 • 8 min read
Echo is currently in public alpha with no charges. The estimated pricing includes "every internal model attempt and guardrail at provider rate-card prices," but actual billing may differ based on caching, tools, and other factors.
The "one-third the cost" claim appears to assume that routing to smaller open-weight models for easier tasks reduces average cost versus always using a frontier model. This is plausible but depends heavily on the task distribution and routing accuracy.
The broader trend here is important: as open-weight models close the gap with closed models, orchestration becomes a viable strategy. If GLM-5.2 or Kimi K2.7 can handle 60% of requests at 10% the cost of Fable, routing saves money even if the routing itself adds overhead.
This aligns with patterns we have covered in AI Model Routing Orchestration Layer and Agent Fleet Economics. The question is no longer "which model is best" but "which model is best for this specific task at this cost."
The HN discussion also surfaced a real tension in the space: developers want observability, but providers want to protect their routing logic. This is the same tension that exists in any managed service, but it is sharper when the "service" is making model selection decisions that affect output quality, latency, and cost.
Echo makes aggressive claims that are not fully substantiated by the published benchmarks. The evaluation methodology is more transparent than most, but the benchmark selection and the "Fable-level" framing invite skepticism.
That said, the underlying approach - multi-model orchestration with dynamic allocation - is sound. The best production AI systems already do some version of this, whether through explicit routing (OpenRouter), implicit caching (Anthropic's prompt caching), or task-specific model selection (GitHub Copilot's "auto" mode).
If Echo's routing layer actually works - if it can reliably match task to model - then the cost savings are real. The question is whether the accuracy holds up on the long tail of real prompts, not just curated benchmarks.
For developers evaluating Echo, the advice is standard: test on your actual workload, compare costs end-to-end, and demand the observability you need for production. The claims are interesting. The proof is in the deployment.
Read next
A new American open-weights frontier model with multimodal capabilities, 1M token context, and competitive benchmarks. Here's what the HN community thinks.
7 min readTencent's Hy3 ships 295B parameters but activates only 21B per token, matching flagship performance at flash-tier pricing under Apache 2.0.
6 min readMoonshot AI releases Kimi K3 with 2.8 trillion parameters, 1M context window, and Delta Attention architecture. Here's what developers need to know about pricing, performance, and where it fits in the frontier model landscape.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolDeepSeek's open-weights frontier family, previewed April 24, 2026. V4-Pro is 1.6T total / 49B active params; V4-Flash is...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolOpen-source reasoning models from China. DeepSeek-R1 rivals o1 on math and code benchmarks. V3 for general use. Fully op...
View ToolPick a model in 30 seconds. Built for the answer, not the marketing.
View AppTry AI models in the browser before paying for a single token.
View AppAnswer a few task questions and get a practical model recommendation with cost and latency tradeoffs.
View AppInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-developmentPerform web searches and return ranked results with snippets.
Claude Code
Exploring Google's Advanced Gemma 2 AI Models and Exciting Updates In this video, I delve into Google's newly released Gemma 2 AI models, including the 9 billion and 27 billion parameter versions....

Introducing Meta Llama 3: The most capable openly available LLM to date Meta has released two groundbreaking AI models under the Lama 3 series, an 8 billion parameter model and a 70 billion...

In this video, I explore Together AI which is an AI cloud platform that also you to both easily access apis for a ton of open source models such as the llama-2 models, mistral 7b, stable diffusion...

A new American open-weights frontier model with multimodal capabilities, 1M token context, and competitive benchmarks. H...

Tencent's Hy3 ships 295B parameters but activates only 21B per token, matching flagship performance at flash-tier pricin...

Switzerland's fully open foundation model promises transparent training data and EU compliance. The HN crowd has questio...

The Gleam programming language has migrated to Tangled, a new ATProto-based code hosting platform. Here's what this mean...

A developer built a complete X11 server in 20,000 lines of assembly language using Claude as a compiler, running Firefox...

LM Studio launches Bionic, a standalone agent harness for open models with local inference, voice input, and zero data r...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.