聊聊有点被低估的豆包Seed 2.0。 * { margin: 0; padding: 0; outline: 0; } body { font-family: “PingFang SC”, system-ui, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, “Hiragino Sans GB”, “Microsoft YaHei UI”, “Microsoft YaHei”, Arial, sans-serif; line-height: 1.6; } .__page_content__ { max-width: 667px; margin: 0 auto; padding: 20px; text-size-adjust: 100%; color: rgba(0, 0, 0, 0.9); padding-bottom: 64px; } .title { user-select: text; font-size: 22px; line-height: 1.4; margin-bottom: 14px; font-weight: 500; } .__meta__ { color: rgba(0, 0, 0, 0.3); font-size: 15px; line-height: 20px; hyphens: auto; word-break: break-word; margin-bottom: 50px; } .__meta__ .nick_name { color: 576B95; } .__meta__ .copyright { color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.05); padding: 0 4px; margin: 0 10px 10px 0; } blockquote.source { padding: 10px; margin: 30px 0; border-left: 5px solid ccc; color: #333; font-style: italic; word-wrap: break-word; } blockquote.source a { cursor: pointer; text-decoration: underline; } .item_show_type_0 > section { margin-top: 0; margin-bottom: 24px; } a { color: 576B95; text-decoration: none; cursor: default; } .text_content { margin-bottom: 50px; user-select: text; font-size: 17px; white-space: pre-wrap; word-wrap: break-word; line-height: 28px; hyphens: auto; } .picture_content .picture_item { margin-bottom: 30px; } .picture_content .picture_item .picture_item_label { text-align: center; } img { max-width: 100%; } .pay_subscribe_notice { margin: 30px 0; padding: 20px; background: fffbe6; border: 1px solid ffe58f; border-radius: 8px; } .pay_subscribe_badge { display: inline-block; padding: 4px 12px; background: faad14; color: fff; border-radius: 4px; font-size: 14px; font-weight: 500; margin-bottom: 12px; } .pay_subscribe_desc { font-size: 15px; line-height: 1.8; color: rgba(0, 0, 0, 0.7); margin-bottom: 12px; } .pay_subscribe_hint { font-size: 13px; color: rgba(0, 0, 0, 0.4); } .__bottom-bar__ { display: flex; justify-content: space-between; align-items: center; position: fixed; bottom: 0; left: 0; right: 0; height: 64px; padding: 8px 20px; background: white; box-sizing: border-box; border-top: 1px solid rgba(0, 0, 0, 0.2); } .__bottom-bar__ .left { display: flex; align-items: center; font-size: 15px; white-space: nowrap; } .__bottom-bar__ .right { display: flex; } .__bottom-bar__ .sns_opr_btn { display: flex; align-items: center; user-select: none; background: transparent; border: 0; color: rgba(0, 0, 0, 0.9); font-size: 14px; } .__bottom-bar__ .sns_opr_btn:not(:last-child) { margin-right: 16px; } .__bottom-bar__ .sns_opr_btn > img { margin-right: 4px; }
聊聊有点被低估的豆包Seed 2.0。
原创 数字生命卡兹克 数字生命卡兹克 2026-02-14 20:24 北京
字节今天又发了新一代的大模型,豆包seed 2.0。
很多人也在讨论。
本来真的不想卷了,花了点时间看完了技术报告,然后火山上也上了,我就把我项目里的所有seed 1.8都升级到了2.0后,测试了些任务,我觉得还是有点超我预期的。
所以回家路上手机码字碎碎念几句。
首先,这次发的Seed 2.0,定位是多模态通用模型,三个规格,Pro、Lite、Mini,外加一个专门写代码的Code。
细节就不详细展开了,手边没电脑一些数据也记不太清了,我简单总结一下:
Seed 2.0是个原生多模态模型,多模态能力全球SOTA,在视觉理解、视频理解上基本就是No.1,从火山上接了一下API,用我最爱用的blender教程视频,测了一下目前做的都不太好的视频理解能力,体感上应该就是当今最强的,比Gemini 3 Pro还要强。
本体代码能力确实普通,但是跟OpenAI一样,代码单独用Code模型去做,而不用自己的主模型去卷,主模型是给普罗大众用的,这个思路没问题。
然后还有两个有意思的特点我觉得对普通人也很有用,但是没啥人提。
一个是基于视觉理解的非结构化文档理解,比如各种乱七八糟的复杂的文件和PDF,都是那种扫描版或者图片,用大模型提取信息的能力,目前Seed 2.0应该也是SOTA,对于所有的办公场景都非常的实用。
另一个就是搜索Agent这块,这个非常重要,我自己之前一直都是用GPT-5.2来作为的搜索引擎,这半年来我用它搜索几乎都已经不去验证数据源了,幻觉率极低,是我体感是最强的,全球没有一个能追上,几乎是把Claude和Gemini摁在地上打。
这次seed 2.0在最核心的评测集BrowseComp上,居然直接打平GPT-5.2,我自己下午随便试了下,在国产环境下,我甚至觉得比GPT 5.2还要准一点,这个属实是在我意料之外的。
而且,在这些能力的提升下,Seed 2.0的人味不像很多其他模型,居然没有降低,这个更离谱。
我个人下午体验下来,觉得反而在通用场景下,是有些超预期的,因为我知道字节内部有一个硬性规定,就是不准蒸馏,所以这个能力是实打实的,在没蒸馏的情况下,把这些能力做到这种程度,属实不易。
在国内,这可能就是你日常工作中能比肩GPT 5.2在拟人化上比肩GPT4o的水桶模型。
有时候,为了绝大多数场景和用户考虑,可能会更重要更普惠一些。在这个思路上,字节跟OpenAI倒是如出一辙。
国产大模型卷到这个程度,作为用户是真的幸福。
而从业者,也是真的天天过年。
最后,就说到这吧。
真的祝大家新年快乐啦~
数字生命卡兹克
 阅读 赞  分享 ‘%3E %3Cg transform=‘translate(0 -2.349)‘%3E %3Cpath d=‘M0 2.349h24v24H0z’/%3E %3Cpath fill=‘%23576B95’ d=‘M16.45 7.68c-.954 0-1.94.362-2.77 1.113l-1.676 1.676-1.853-1.838a3.787 3.787 0 0 0-2.63-.971 3.785 3.785 0 0 0-2.596 1.112 3.786 3.786 0 0 0-1.113 2.687c0 .97.368 1.938 1.105 2.679l7.082 6.527 7.226-6.678a3.787 3.787 0 0 0 .962-2.618 3.785 3.785 0 0 0-1.112-2.597A3.687 3.687 0 0 0 16.45 7.68zm3.473.243a4.985 4.985 0 0 1 1.464 3.418 4.98 4.98 0 0 1-1.29 3.47l-.017.02-7.47 6.903a.9.9 0 0 1-1.22 0l-7.305-6.73-.008-.01a4.986 4.986 0 0 1-1.465-3.535c0-1.279.488-2.56 1.465-3.536A4.985 4.985 0 0 1 7.494 6.46c1.24-.029 2.49.4 3.472 1.29l.01.01L12 8.774l.851-.85.01-.01c1.046-.951 2.322-1.434 3.59-1.434 1.273 0 2.52.49 3.472 1.442z’/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E) 推荐 ’ fill=‘%23000’ fill-opacity=’.9’/%3E%3C/svg%3E) 留言