Back to Projects
news.ycombinator.com July 23, 2026 at 07:26 PM
Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models
96
Points
42
Comments
adam_rida
Author
Top Comments
hmokiguessJul 23
"Backed by YCombinator"
https://www.ycombinator.com/companies?query=tracerml
I don't see it?
dluanJul 23
So this is the dogpile.com of the askjeeves, alta vista, and lycos approach? Time is a flat circle?
kamranjonJul 23
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."
jacobgoldJul 23
> Fable-level results at 1/3 the cost using open-weight models
But 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.
tj800xJul 23
No single signin. Privacy policy allows training. No try it first without credit card. It's a good idea, but this looks premature.
janalsncmJul 23
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.
yonatan8070Jul 23
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.