01 / THE SIGNAL

我们发现了什么

Launch HN:Speko(YC S26)——语音 AI 版 OpenRouter。我是 Speko 创始人 Bek。我们的平台会根据你的约束条件,在所有公开且经过基准测试的选项中,找出语音转文本、LLM 和文本转语音模型的最佳组合,并告诉你原因。

  • 来源:Hacker News发现于 2026-08-18
  • 证据等级:D · 发现产品或需求信号,暂未获得可核验的商业证据。
  • 商业模式:API / Usage-based
  • 主题:独立产品
  • 初筛评分:24/100 · 收录 1
#独立开发#待验证#产品发现
02 / SOURCE & EVIDENCE

证据,比故事更重要。

发现产品或需求信号,暂未获得可核验的商业证据。

规则清洗与初筛,未经人工商业核验。原文语境、实际客户和付费情况仍需自行验证。

引用与数字披露

来源类型(原作者自述/第三方测算/媒体转引)需采集端标注,本版尚未落字段。

短句引用
作者
未标注
抓取日期
来源类型
未标注
数字口径
币种
未标注
口径
未标注
披露主体
未标注
披露日期
未标注

中文辅助译文(全文)

你好,HN!我是 Bek,Speko 的创始人。Speko 是一个平台,它能在我们所有公开基准测试的选项中,根据你的约束条件找到语音转文字、大语言模型和文字转语音模型的最佳组合,并告诉你为什么。演示:https://www.youtube.com/watch?v=no2LY2gRh-c 典型的生产语音代理是三个模型的组合:STT、大语言模型和 TTS。这三个层面中的每一个都提供了十几家可信的供应商,而且每个月市场上都有新模型出现。几乎每个人都会评估一次,选择自己喜欢的组合,然后就再也不重新检查了,因为从一个供应商切换到另一个供应商意味着又一次集成和关于数字的争论。结果就是,你使用的语音代理运行的是上个季度的模型,而更好更便宜的选项已经出现。在创立 Speko 之前,我花了四年时间作为联合创始人和 CTO 在亚洲为跨国企业构建语音代理,涵盖 10 多种语言。每次出现新的语音模型,我们都会重复同样的流程:聘请母语评估员,对其与现有技术栈进行基准测试,并在有改进时更新生产环境。Speko 将这一过程变成一个 API。一个每天运行数千次调用的团队告诉我们:"我们可以直接进入这个仪表板,切换模型,它就会为我们完成工作。" 工作原理是:你发送带有优化标准(准确性、延迟、成本或平衡)、语言和地区的请求。路由器筛选出我们针对给定约束组合测量过的模型,对它们进行基准测试,选出获胜者,并返回带有包含提供商、模型名称和分数的响应头的响应。网关会预取已签名的会话计划,因此新会话直接从内存中拨叫提供商;呼叫者等待时不会发生控制平面的往返。

故障转移仅在连接建立阶段发生:如果提供商拒绝连接尝试,我们就开始连接亚军。一些客户故事:一位创始人来找我们时根本不知道该选择什么:他给了我们他的用例,现在通过该平台路由一切。一家物业管理 AI 在 Python 中运行 LiveKit,自上线以来就没有更新过 STT 或 TTS:他们不知道他们的 STT 在他们的呼叫中错误率很高,更好的选项存在,但更换看起来总像是一个研发项目。一个团队不知道该为西班牙语选择哪些模型。一个医疗团队不知道哪个 STT 能最好地处理医学词汇。在每一种情况下,我们都帮助从基准测试中找到了合适的技术栈,现在他们通过我们进行路由。测量部分是公开的:我们将相同的输入传递给同一区域中的每个模型,在不同日期的运行中,并发布排行榜,包括那些我们的选择表现不如替代品的情况。一个发布演示回答哪个 30 秒的片段听起来更好;生产环境问哪个模型能撑过第八分钟,因此我们测试自发语音、金钱和日期、十分钟的段落,排名会发生变化。我们在盲听头对头投票的基础上为 TTS 自然度训练了一个自动评分器;在提供商……

译文由上游机器翻译生成,可能有误;判断请以英文原文为准。

英文原文(来源本站未改写)

Hi HN!I'm Bek, founder of Speko, a platform that finds an optimal combination of speech-to-text, LLM, and text-to-speech models, given your constraints, among all our public benchmarked options, and tells you why.Demo: https://www.youtube.com/watch?v=no2LY2gRh-c Typical production voice agent is an ensemble of three models: STT, an LLM, and TTS.Each of those layers offers a dozen credible vendors, and each month there are new models on the market.Almost everyone evaluates once, picks a stack of their choice, and never rechecks because switching from a vendor to another involves yet another integration and arguments about the numbers.

The result is that you use voice agents running last quarter's models while better and cheaper options are available.Before founding Speko, I spent four years as cofounder and CTO building voice agents for enterprises across Asia in 10+ languages.Each time a new speech model would arrive, we repeated the same ritual: hire native-speaking raters, benchmark it against our existing stack, and update production if it improved.Speko turns this process into an API.

A team running thousands of calls a day told us: "we can literally go to this dashboard, switch the model, and it will do it for us." How it works: you send a request with your optimization criteria (accuracy, latency, cost or balanced), language and region.The router filters to models which we measured for the given combination of constraints, benchmarks them, selects the winner, and returns a response with headers containing provider, model names, and the scores.The gateway prefetches signed session plans, so a new session dials the provider straight from memory;no control-plane round trip while a caller waits.

Failover happens only during connection setup stage: if the provider refuses the connection attempt, we start connecting to the runners-up.Some of the customer stories: one founder came to us not knowing what to pick at all: he gave us his use case and now routes everything through the platform.A property management AI runs LiveKit in Python and had not updated STT or TTS since launch: they did not know their STT had high error rates on their calls, better options existed, and swapping always looked like an R&D project.One team did not know which models to pick for Spanish.A medical team did not know which STT handles medical vocabulary best.

In every case we helped find the right stack from the benchmarks, and now they route through us.The measuring part is public: we pass the same inputs to every model in one region in different dated runs and we publish the boards, including those where our selections perform worse than alternatives.A launch demo answers which 30-second clip sounds better;production asks which model survives minute eight, so we test spontaneous speech, money and dates, ten-minute takes, and the rankings change.We trained an automatic scorer for TTS naturalness on our blind head-to-head listening votes;on providers

出处https://speko.ai抓取日期 · 采集源 Hacker News

03 / EVIDENCE GAPS

这条还缺什么证据?

下面每条都由本条已有字段推出(等级、理由、商业模式、来源次数、是否演示), 本站不生成推测性结论;通用验证方法放在方法论页。

  • 可核验的收入或付费证据查官网定价页与付费口径;第三方数据源(如 GetLatka)只作旁证,需标注来源与时点。
  • 只有单一来源找一手站点或其他渠道是否重复出现同一产品;社区热帖数量不等于商业进展。

通用验证清单(谁有这个问题/谁愿意付费/一个人能交付哪一小步)见我们的筛选方法

04 / SIGNAL HISTORY

发现时间线