Need help?
<- Back

Comments (125)

  • dluan
    So this is the dogpile.com of the askjeeves, alta vista, and lycos approach? Time is a flat circle?
  • adam_rida
    thanks to everyone for taking the time to try Echo and share feedback, this is precisely why i wanted to launch early.i am going to try to address a couple of topics that came up often:- i'll keep publishing stronger evals, including more difficult coding and agentic benchmarks, to map out more precisely the differences with sota- the public eval dashboard will keep expanding and be updated (very open to more benchmark suggestions as well!)- some people found issues in the eval dashboard ui and the sign up flow, should be now all fixed in prodsome important precisions as well:- NO credit card is required to try Echo- each acount includes 10$ of free credits to try on both the API and the chaton the approach itself: the idea i'm exploring is more broader than model routing, i'm looking at how to allocate inference efficiently across open-weight models, deciding not only which models to use, but also how much computation a request deserves and how intermediate work should be combined.ensembling by itself is not new. since random forests and probably even before in statistics/classic ml we knew that bringing multiple models together can outperform individual ones. the interesting problem for Echo is how to model and leverage this without paying the full ensemble cost at each request.while there are conceptual similarities with systems like Fusion or Fugu, the architecture and optimization objective are different.thanks again for all the thoughtful feedback.
  • cheema33
    > Fable-level results at 1/3 the costI am guessing this is not targeting those of us on the heavily subsidized $200/mo plans. Sure, these plans may be temporary, but none of us really know how temporary they are. Until then, 1/3rd of the published API pricing is not very appealing.
  • kamranjon
    No 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."
  • subygan
    This does not really work well, if you don't know the complexity of the problem ahead of time and ensure all future conversations go to the same model.Else, you break the cache by doing a round robin of the same conversation across different models. Likely you'll end up paying more than what it would've cost with a cache aware system
  • tj800x
    No single signin. Privacy policy allows training. No try it first without credit card. It's a good idea, but this looks premature.
  • slashdave
    Replace "Show HN:" with "Advertisement:" ?
  • meander_water
  • springtimesun
    I have been trying something like this with local only models. I think I’ve tried everything that will fit in 96GB alone and in concert with each other using real project data (Rails). I haven’t found much benefit to anything other than Qwen 3.6 27b dense feeding a Claude final pass. I really thought layering was going to work like the law of large numbers, but for my workload it just hasn’t.
  • ljlolel
    we did it with 1/10 the cost with Prometheus-1.0 and further https://trustedrouter.com/blog/prometheus-2-new-draco-state-...
  • blobbers
    I'm curious if there is measurable value in diversity of thought, and if there's diminishing returns on a single models thought pattern.For example, compute X tokens with model A, then feed those into model B, etc. to get chain of thought through a diverse set of mdoels rather than chain of thought through a heterogeneous chain.Humans seem to strongly believe echo chambers are bad. Are LLMs the same?
  • zhonglin
    Sounds like another token router. Not sure what is the benifit compared with codex, I used 5.6 Sol, codex already route some of the task to luna not sol.
  • anon
    undefined
  • Alifatisk
    This 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)
  • jmaw
    I think approaches like this have potential. Only time will tell. This reminds me of the mixture of experts taken by deepseek r2 (I think it was r2, at least), but less specific models I guess.I have often wondered how tools like GHCP choose the best model for the job when set to "auto".
  • jmspring
    So the word security or any topic related to it is mentioned and it flips to an older gen model? Fable is nearly useless now it you do anything around auth.
  • yonatan8070
    I'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.
  • alightsoul
    There's so many people reimplementing Sakana fugu from its two ICLR papers but no open source version of it.
  • janalsncm
    Intuitively, your savings depend heavily on how hard the tasks are in the first place. If you have a base rate where 99% of your tasks can be routed to a cheap model, yeah, you can save a ton by not using Fable for that.So “1/3 the cost” really depends.
  • ninjahawk1
    I’m very confused on what this is, my initial thought was “oh nice, open source router.”I go to the website…and it’s a sign up. I expected a repo. Otherwise how do I use it? As a SaaS? Yeah right.Oh well I guess at least the benchmarks are good…I find the benchmarks and many are either not present or are not what the title claims.My main question is how this has so many updoots from HN, probably the passerby not looking closer for sure.I mean no offense and I really do wish you best on this, but it seems like what we used to call back in the day, vaporware.
  • Art9681
    The "ensemble of models" is nothing new. It's just that it's not really a moat that can be monetized. In the end you're always paying for something. You can engineer an elaborate harness with multiple models but it is not going to particularly solve a novel problem that the frontier models can with the same level of efficiency. You're saving money and paying with time. You're going to pay with something one way or another no matter what.The frontier providers aren't dumb. They charge what they charge because they know this. If you think Fable is too expensive then the type of problems you are solving don't demand that level of capability.If you are working on something cutting edge, something truly novel, the cost of frontier AI is well worth its price.With all that being said. No one is going to complain if we can get the same capability at a lower cost. And I mean true parity. Not trading space for time.
  • qainsights
    Can't sign up: `too many authentication attempts`
  • raver1975
    I can't sign up: too many authentication attempts
  • indiantinker
    I have been using this : https://magnitude.dev/ for a while now. Is it something similar you are doing? I would love to have something that would connect to my codex, Claude, and opencode subscription rather than having to make a new subscription.
  • islambaraka
    What signals does Echo use to decide which models should participate before it has seen their outputs?
  • jacobgold
    > Fable-level results at 1/3 the cost using open-weight modelsBut we get ~$2500/mo worth of Fable credits for $200/mo on Anthropic pan? I'm still confused why people (who don't have to use API billing) are chasing open weight models based on cost.
  • bbstats
    M-o-MoE
  • maxdo
    such a scam, there is only one fable-like model, that somewhat behind, it cost half, not 3x. so from here you can stop reading.
  • fneddy
    That’s basically the same idea IBM advertises with Bob?
  • bnjemian
    I 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 to yield better results seems disingenuous.Even so, the work to predict which models are best suited for which task, how to delegate, and how to combine their outputs is interesting, especially if you’re placing a cost minimization objective on it. That said, this isn’t too far off from what many AI labs are already doing.
  • wizche
    how does this differs from OpenRouter fusion?
  • cantalopes
    By the way, is it just me or opus 4.8 is much better at some programming tasks than fable? I've been really disappointed lately, i stopped using it evem though it's "premium on my subscription"
  • codekansas
    Fable-level, yea, but can it run gstack?
  • fgoose180
    enjoying how people are re-discovering ensemble methods.
  • purplecats
    but u wouldnt get caching savings
  • jambalaya8
    Might want to rethink the name to avoid an Amazon issue.
  • j45
    If you copy Perplexity, they let you have the first few rounds of chat for free to get you going before asking to sign up.
  • ototot
    Is this yet another Sakana Fugu / OpenRouter Fusion?
  • hmokiguess
    "Backed by YCombinator"https://www.ycombinator.com/companies?query=tracermlI don't see it?
  • alexzhangai
    [flagged]
  • moriwo-dev-ai
    [flagged]
  • mandarinclips
    [dead]
  • theneocorner
    [dead]