返回首页

对比阅读

对比阅读:Doubao's Zhiya: Teaching AI 'I Don't Know' Is Harder Than Making It Right 与 豆包生态里的'知芽':让 AI 学会'我不知道',比让它答对更难

AEN
DoubaoZhiyaByteDance·

Doubao's Zhiya: Teaching AI 'I Don't Know' Is Harder Than Making It Right

Doubao's weekly active users just broke through 155 million, making it China's closest product to an "AI super gateway" (with Douyin, CapCut, Coze, Feishu, and Volcengine all connected). But this week, an engineering breakdown on Juejin made us notice something more worth attention: the Doubao ecosystem's "Zhiya Notebook Skill" is turning "AI would rather shut up than fabricate" into a verifiable engineering mechanism—and this matters more than the user count itself.

What this is

Zhiya isn't another chatbot. It's a research workbench inside the Doubao ecosystem. What it solves isn't "can AI answer," but "do AI's citations actually exist."

It does four things at the engineering level:

1. Five-channel context assembly—separates user questions, retrieved materials, existing notes, long-term memory, and execution constraints, preventing unverified content from mixing with source materials.

2. Three-channel hybrid retrieval + RRF fusion ranking—multi-path recall to avoid the blind spots of single retrieval.

3. Citation existence verification—only checks "does this citation exist in the materials," not whether the paper itself is high quality.

4. Zero-hit abstention—stops generation when no materials are found; doesn't fabricate evidence.

Key judgment: the essence of this mechanism is downgrading "trust" from a model capability problem to an engineering process problem. Rather than expecting AI to be smarter, it adds constraints to the generation process.

Industry view

Supporters say this is the right direction. A developer close to the project told us: "Finally, someone is treating 'hallucination' as an engineering problem, not a model capability problem." In enterprise RAG deployments, verifiable citations are a compliance necessity—finance, healthcare, and legal are all waiting for this capability.

Critics have their objections:

First, this verification only works within closed material libraries. Once users ask beyond the materials' scope, AI may still "reasonably extrapolate"—the verification mechanism can't catch that.

Second, research-savvy readers will point out: citation existence ≠ correct conclusion. A real paper can still be miscited to support AI-fabricated reasoning.

Third, the abstention mechanism significantly reduces answer coverage. For consumer products, "AI says I don't know" drives more user churn than "AI talks nonsense"—a commercial dilemma.

Impact on regular people

For enterprise IT: procurement standards for internal knowledge bases + AI Q&A systems will change. "Can it find it" isn't enough—buyers must ask "will it fabricate when it can't find something."

For working professionals: those who frequently use AI to write reports or do research should note—citation authenticity is now engine-detectable. Next time you see AI list a paper, verify before trusting.

For the consumer market: in the short term, regular users won't directly perceive "Zhiya," but Doubao's future answer quality in search, academic, and research scenarios will widen the gap because of this mechanism.

来源: juejin.cn
BZH
豆包知芽字节跳动·

豆包生态里的'知芽':让 AI 学会'我不知道',比让它答对更难

豆包周活刚突破 1.55 亿,是国内最像'AI 超级入口'的产品矩阵(抖音、剪映、扣子、飞书、火山引擎全打通)。但本周一篇来自掘金的工程拆解让我们注意到一件更值得关心的事:豆包生态里的「知芽 Notebook Skill」,正在把'AI 宁可闭嘴,也不瞎编'做成一套可验证的工程机制——这件事的意义,比周活数本身更值得关注。

这是什么

知芽不是又一个聊天助手,而是豆包生态内部的研究工作台。它解决的不是'AI 能不能回答',而是'AI 的引用是不是真的存在'。

工程上做了四件事:

1. 五路上下文装配——把用户问题、检索资料、既有笔记、长期记忆、执行约束分开,避免没核验的内容和原始资料混在一起。

2. 三路混合检索 + RRF 融合排序(一种把多个检索结果按名次合并打分的方法)——多路径召回,避免单一检索的遗漏。

3. 引用存在性校验——只判断'这个引用在资料里有没有',不判断论文质量本身。

4. 零命中弃权——查不到资料就停止生成,不伪造证据。

关键判断:这套机制的本质,是把'信任'从模型能力问题,降级为工程流程问题。不指望 AI 更聪明,而是给生成过程加约束。

行业怎么看

赞成者认为这是对的方向。一位接近该项目的开发者评价:「终于有人把'幻觉'当成工程问题处理,而不是当模型能力问题。」在企业级 RAG(让 AI 检索内部资料后回答)落地场景里,引用可验证是合规刚需,金融、医疗、法律行业都在等这种能力。

反对意见同样存在:

第一,这种校验只在'封闭资料库'内有效。一旦用户提问超出资料范围,AI 仍可能'合理外推',校验机制防不住。

第二,研究背景的读者会指出:引用存在 ≠ 结论正确。一个真实存在的论文,也可能被错误引用来支持 AI 捏造的推论。

第三,弃权机制会显著降低回答覆盖率。对消费类产品而言,'AI 说不知道'比'AI 胡说'更让用户流失——这是商业上的两难。

对普通人的影响

对企业 IT:内部知识库 + AI 问答系统的采购标准会改变。光看'能不能搜到'不够,要看'搜不到时会不会乱答'。

对个人职场:经常用 AI 写报告、做调研的人要注意——引用是否真实存在,已经可以工程化检测。下次看到 AI 列出的论文,先查再信。

对消费市场:短期内,普通用户不会直接感知'知芽',但豆包未来在搜索、学术、调研类场景的回答质量,会因为这套机制拉开差距。

来源: juejin.cn