註冊並分享邀請連結,可獲得影片播放與邀請獎勵。

思维怪怪
@0xLogicrw
写关于 AI 的一切 Shit Post @BeatingOfficial AI 信息流:
2.7K 正在關注    7.7K 粉絲
Cua 开源了只有 70.6 万参数、2.8MB 的 CUA-S1-FORMS,专门负责自动填表。 系统先从 PDF 中提取姓名、电话等信息,再由模型判断这些信息分别该填进哪个字段,最后交给 Cua Driver 执行。 它走的也是 Jev 最近带火的 System One 路线,只做选择和判断,不生成文字。但 Jev 面向更通用的决策任务,CUA-S1-FORMS 又把范围缩了一层,只解决表单里的信息匹配。 Cua 自测中,CUA-S1-FORMS 在同一套填表任务上得分 99.7%,Jev 为 83.6%。不过前者就是针对这项任务训练的,主场优势很明显。Jev 在真正需要判断填、勾、点的项目上仍有 96%。 Jev 想把 Agent 里的部分大模型决策换掉,Cua 又继续往下拆。任务足够固定时,甚至不需要一个通用决策模型。
顯示更多
智谱上线 GLM-5.3-FlashX,可以理解为 GLM-5.3-Flash 的高速版本,最高输出速度达到 200 tokens/s。官方这次没有公布新的能力跑分或架构变化,更新重点就是继续提高推理速度。
顯示更多
阿里千问上线原生全模态模型 Qwen3.8-Omni-Flash,支持文本、图片、音频、视频和 1M 上下文。 这代明显加强了音视频 Agent 能力。模型可以自己从视频里找信息、规划任务,再调用外部工具完成剪辑、配音和渲染。官方展示了长会议处理、短剧翻译、电影解说、MV 制作和视频转图文笔记等场景。 面对几小时的长视频,它也不用从头到尾全部处理。模型会先判断答案可能在哪,再逐步定位关键片段。OmniVideoBench 上,准确率从 63.4 提到 67.8,Token 消耗从 145,736 降到 79,117,少了 45.7%。 千问称,Qwen3.8-Omni-Flash 在 30 项评测上的平均成绩比 Qwen3.5-Omni-Plus 提升超过 26%,音视频能力接近 Gemini 3.8 Flash,音频能力整体超过后者。音频输入成本下降超过 98%,音视频输入下降超过 93%。 目前 Qwen3.8-Omni-Flash 模型权重尚未公开,只开放了 API。千问同时开源了 Qwen-MM-Plugins,可以装进 Claude Code、Codex、Gemini CLI、Qwen Code 等 Agent,给它们补上图片、音频、长视频处理和视频剪辑能力。 另一套 Qwen-Live Harness 更像实时调度层。用户可以直接和实时全模态模型说话,再把复杂任务交给 Gemini CLI、Claude Code、Codex 等后台 Agent 持续执行。它会跟踪任务进度,做完后再主动回来告诉你结果。
顯示更多
🚀 Meet Qwen3.8-Omni-Flash, Qwen's first omni-modal model built around agentic capabilities! Native audio-video understanding, reasoning, and tool use come together in one model: understand the content, plan the task, execute with tools, and deliver the result. Highlights: 🥳 - Audio-video intelligence that gets things done: jointly reason over what's seen and heard, and orchestrate tools across long workflows to auto-edit vlogs, translate short videos, and turn movies into recaps. - A major leap: approaching Gemini 3.8 Flash in audio-video capabilities; +19.5 points on average in agent performance across WildClawBench-MM & UniClawBench. - 1M-token context with agentic perception: actively explore long videos and locate key moments with higher accuracy, using 51.8% fewer tokens than static understanding on OmniVideoBench. Video input costs are reduced by about 89% compared with Qwen3.5-Omni-Plus, making long-form audio-video understanding and agentic workflows more affordable than ever. To help you build apps around Omni, we're also open-sourcing Qwen-MM-Plugins and Qwen-Live Harness! 🛠️ We can't wait to see what you build with Qwen3.8-Omni-Flash! 👀 - Blog: - Qwencloud: - Qwen Studio: - API: - Qwen-MM-Plugins: - Qwen-Live Harness: coming soon
顯示更多
彭博产品开发教练 Carter Leffen 用 GPT-6 Astra,破解了一条 1941 年德国陆军的恩尼格玛密电。他本人并不是密码学家。 这条密文只有 82 个字母,9 月 14 日时还被密码史料网站 CryptoCellar 标记为未解。Leffen 称,Astra Extra High 大约花了 10 小时找到答案。 关键线索来自当天另一封已经破解的德军电报。里面连续出现两次地名「ROSENOW」。Astra 猜测这个词也藏在目标密文里,随后自己查历史资料、搭恩尼格玛模拟器、写破解程序,再让多个 Agent 并行搜索不同密钥。 最后还原出的内容大意是:「请告知行军路线。我在 Rosenow。请立即通过无线电回复。」CryptoCellar 现在已经把这条密文正式改成「Broken」,并注明由 Carter Leffen 破解。 这是一次非常理想的人机协作。Leffen 负责提出目标、判断线索和持续反馈,Astra 负责查资料、写代码、跑搜索和验证。彼此都做了自己最擅长的事情。
顯示更多
Two days ago, GPT-6 Astra broke a yet unsolved German Army Enigma message from 1941. Amazingly Astra was able to autonomously: - Search historical archives - Compare uncertain letters - Find contextual clues - Build an Enigma simulator - Write cryptanalysis code - Run parallel experiments - Test competing keys - Recover the plaintext - Cross-check the results 1/n
顯示更多
Anthropic 重做 Claude Projects,结果和 Cursor 一周前推出的同名功能几乎一个模子。 Cursor 让一个总控 Agent 当项目经理,自己不写代码,只负责拆任务、定计划,再把活分给多个 Agent 并行完成。任务长期跑在云端,关电脑也不停;所有 Agent 共享项目上下文,需要时还能自动拉起本地 Agent。 Claude 新 Projects 基本照着这套来。也是总控 Agent 拆任务、验结果,下面同时跑多个 Claude Code 会话;每个会话独立改代码、跑测试、提交 PR,共享项目记忆,电脑关了照样干。 Cursor Projects 9 月 10 日上线,Claude Projects 9 月 17 日才发布。现在甚至还是 Cursor 功能更多,看来 7 天只够 Claude 抄个七七八八。
顯示更多
Projects now run from one conversation, starting in Claude Code. You describe what needs doing, and Claude directs parallel threads that keep working after you close your laptop. In beta today for select Pro and Max users in cloud sessions; coming to all Claude users soon.
顯示更多
OpenAI 推出 Astra for Law,把 GPT-6 Astra 做成专门面向法律工作的版本。它加入法律检索、分析和写作能力,可以帮律师查判例、分析案件、起草文件,也能接入律所现有的工作流。 OpenAI 还新建了一套法律搜索索引,可以查询美国判例、法规、法院规则等超过 2.3 亿个 URL,覆盖 99.9% 以上已公开的美国先例判决。 在 200 道美国法律研究题中,Astra for Law 的整体正确率达到 54.0%,普通 GPT-6 Astra 加网页搜索为 38.7%,相对提升约 40%。在判例题上,它找到的参考案例也多了 24%。 Astra for Law 会先向部分美国律所开放,在 ChatGPT 和 Codex 中显示为 GPT-6 Astra Law,随后开放 API。Harvey、Legora 等法律 AI 公司也可以把它接进自己的产品。OpenAI 还推出 26 个法律行业插件,可以调用 Thomson Reuters、Relativity、Clio 等专业法律数据和工具。
顯示更多
Astra for Law: Frontier intelligence built for your practice. A new offering powered by GPT-6 Astra with tools, settings, and context to support the expertise and judgment of lawyers and legal technology firms.
顯示更多
lol,谢谢你们的牺牲🫡
muse is the first ever product from meta i use multiple times a day. the computer use capability is insanely good, and im fully convinced this is the next major inflection point in ai (last one being coding agents) to meta employees whose computers are recorded at all times, thank u for ur sacrifice 🫡
顯示更多
Mark Kretschmann 爆料,OpenAI 正准备推出一款暂称 Codex Bot 的新产品。它基于 OpenClaw 开发,产品形态更接近 xAI 上个月推出的 Grok Bot。原计划本周发布,目前已经推迟到下周。 这条爆料和两条已知信息能对上。Sam Altman 今天刚表示,原定本周发布的「主要新东西」推迟到了下周。OpenAI 今年 2 月招募 OpenClaw 创始人 Peter Steinberger 时,也明确称他会负责开发「下一代个人 Agent」。 Grok Bot 的核心是把多个 Agent 做成长期在线的「AI 同事」。它们有自己的工作环境,可以跨网站和 App 干活,也能持续执行任务。Mark 在回复中称,Codex Bot 会比现有 ChatGPT Work 更像 Grok Bot。
顯示更多
OpenAI is close to releasing their answer to Grok Bot: a product I'll tentatively call Codex Bot, based on OpenClaw. This is what OpenClaw founder Peter Steinberger worked on after being hired by @OpenAI. Release was planned for this week, but was postponed to next week instead.
顯示更多
这几天,Anthropic 推荐的第三方评估机构 METR 接连遭到质疑。外界发现,它的不少核心成员和 Anthropic、OpenAI 等 AI 公司关系密切。METR 自己也承认,此前一次评估中至少 6 名参与者与 AI 公司员工有密切私人关系,当时甚至还没有正式的利益冲突政策。 METR 总裁 Chris Painter 现在正面回应。他称 METR 靠捐款运营,从未接受前沿 AI 公司及其员工的钱,给 Anthropic、OpenAI 等公司做评估也不收费。这些公司会免费开放模型和 Token,让 METR 做测试。 Painter 强调,METR 的目标不是替 AI 公司证明模型「安全」,而是在发现模型可能失控时,把证据公开给政府和公众。
顯示更多
My name is Chris Painter, and I'm the President of METR (Model Evaluation and Threat Research). I know we've made a lot of new friends on the internet the last couple of days, so I thought I'd take this chance to re-up what we do and why. Our work is aimed at making sure that if AI really were autonomous, difficult to steer, and close to "going rogue," the public would find out. If evidence exists inside of an AI company that it’s close to losing control of AI, we want to make sure that information gets shared with the rest of the world, including governments and the public outside the company’s walls. This is what we've been focused on since 2022, and over the years we've worked with OpenAI, Anthropic, Google DeepMind, Meta, Amazon, and others on piloting third-party assessments and investigations of this type. We don’t have some private room where we rubber stamp things as “safe” or not. We have had a track record of publishing results on AI that don't cleanly map onto the "doomer" or "accelerationist" labels, and we put in effort to hire people with competing views on AI. We’ve been cited for having found some of the strongest evidence that AI capabilities are improving rapidly (our work measuring AI “time horizons”) while also presenting some of the strongest evidence that, at various points, AI’s capability may be overstated (some might remember our study showing that early 2025 software engineers were actually being slowed when they thought they were being sped up). METR is funded by donations. We don't accept money from frontier AI companies. They haven't paid us for our work, and we don't accept donations from them or their employees. As we’ve shared previously, multiple frontier AI companies currently provide us with free access to their models in order to perform our evaluations, research, and engineering. Our funding intentionally comes from a wide range of donors, which we’ve shared on our website. Today, when an AI company works with any third-party evaluator or external testing organization (of which there are and should be many), it's entirely voluntary. This often involves NDAs and redactions. To counterbalance this, we have a principle that when we enter into a contract with a company, we try to retain the right to tell the public the terms of the contract we signed, and characterize the nature of redactions that the company chose to make. For example, the report from our independent investigation of the OpenAI-HuggingFace incident included that information. Public disclosure is also a big part of our COI policy (linked on our website). That’s not to say our reports are adequate as oversight. We’re just one organization (among many doing great work), working in a voluntary setup, trying to get good evidence to the public and the world about AI, letting the facts fall where they may.
顯示更多
智谱披露,GLM-5.3 驱动的 Infra Agent 已经参与优化 GLM-5.3-Flash 的推理系统。从首次跑通到承接全部生产流量不到两周,端到端吞吐提升到最初的 3.2 倍。 联合创始人兼首席科学家唐杰在复盘中提到,Agent 现在最容易卡住的地方,往往不是不会写代码,而是不知道问题出在哪。比如一次修改让吞吐下降 20%,它知道自己改坏了,却不知道是哪一层出了问题,下一步该查什么。 于是智谱把资深工程师平时的排查方法做成一套 Agent 可以直接使用的工具。Agent 改完代码后,可以自己检查结果对不对、时间耗在哪里、哪种方案更快,再根据结果继续修改。 靠这套方法,Agent 找出了长上下文计算误差、KV 传输阻塞和解码 kernel 重复计算等问题。其中一个 kernel 重写后提速 1.71 倍。 唐杰判断,工程师的角色会越来越像「设计反馈的人」。人负责定目标、设边界和审核高风险修改,Agent 自己提假设、改代码、跑实验。离完整的 RSI 还很远,但「模型优化系统,系统再服务模型」这个最小闭环已经出现。
顯示更多
Two weeks. That's how long it took to go from GLM-5.3-Flash's first run on domestic accelerators to serving all of its production traffic, with 3.2× end-to-end throughput along the way. What I keep thinking about is who did much of the work: an Infra Agent powered by GLM-5.3. A model helping optimize the system that serves it. The conditions were hard. Limited memory and interconnect bandwidth. 1M-token context. Multimodal requests. An immature software stack where kernels were missing and documentation was often guesswork. Every optimization was a trade: compute for memory (ReplaySSM), communication for memory (intra-node tensor parallelism), precision for capacity (mixed INT8/FP8/BF16 caching), and disaggregation for scheduling freedom (Encode–Prefill–Decode). But the most important lesson wasn't about any single optimization. When the agent got stuck, it was rarely because it couldn't write the code. It was because it didn't know *why* things got worse. "Throughput down 20%" tells you something broke. It doesn't tell you which layer, which hypothesis, or what to test next. In RL terms, it's a sparse reward with a credit assignment problem. And an end-to-end benchmark that takes hours makes exploration painfully slow. Senior engineers solve this with an implicit process reward in their heads. They know when to check the timeline, when to run a microbenchmark, and which layer's output to compare. So we made that explicit. We call it dense feedback: layered verification interfaces the agent can call directly. Correctness feedback: did it compute right? System behavior feedback: where did the time go? Performance feedback: which option wins, under which conditions? Each signal has to be local, cheap, and objectively verifiable. Three things the agent found: First, precision drift in KDA's context-parallel path that grew with sequence length. The cause was TF32 rounding error compounding through chained state-matrix merges. The fix is now merged upstream in Flash Linear Attention (PR #1180#). Second, KV transfer never overlapped with DeepEP dispatch. The agent followed the call chain across the Python/C++ boundary and found that the intranode path never released the GIL. After the fix, transfer overhead fell from over 30% to under 1%. Third, a decode kernel recomputing the same normalization four times because of how it was chunked. The agent restructured it and got a 1.71× speedup. The idea came from "optimization skeletons" it had distilled by reading existing kernels across SGLang, FLA, and DeepGEMM. To be clear about the boundaries: humans still defined the goals, built the feedback environment, and reviewed every high-risk change. But the engineer's role is changing, from the person who solves the problem to the person who designs the feedback. There's a deeper implication too. A layered, verifiable feedback environment built on real infrastructure tasks is exactly what training the next generation of models needs most. Every task the agent completes can become training ground for its successor. We are still far from recursive self-improvement. But the smallest loop now exists. The model optimizes the system. The system serves the model.
顯示更多
Grok 4.7 疑似已经进入发布前最后阶段。 博主 Bedros Pamboukian 发现,Google Cloud Console 的模型配额页面突然出现了 grok-4.7。 Grok 4.7 原本应该更早上线。马斯克上周称还需要再等几天,因为模型面对困难任务时容易过早放弃,对自己的答案检查得也不够严格。 这周马斯克又吹牛说,Grok 4.7 大致会达到 Claude Opus 5.0 水平,但多模态能力还需要改进。Grok 4.8 会有明显提升,Grok 4.9 则可能达到 Astra 和 Fable 级别。 过去类似的 Google Cloud 配额更新通常和新模型在同一天出现,最长大约相隔 12 小时。所以 Grok 4.7 最快可能就在今晚上线。
顯示更多
Grok 4.7 has appeared on Google cloud quotas. This is usually a same-day release, generally up to 12 hours though.
0
20
15
1
轉發到社區
华为把下一代昇腾 960 的发布时间提前了 9 个月。 原计划 2027 年 Q4 推出的昇腾 960DT,现在将在 2027 年 Q1 就绪;更强的 960PR 也会在 Q3 跟进。 960DT 单芯片提供 2 PFLOPS FP8、4 PFLOPS FP4 算力,最高搭载 288GB HBM,内存带宽达到 9.6TB/s。 华为还把超节点继续往大了做。新的昇腾 960 超节点最多可以连接 4096 张 NPU,提供 8 EFLOPS FP8 算力和 1PB HBM。 它首次用上 NPO,也就是把光引擎直接放到芯片附近,用 5500 个 Hi-ONE 替代原方案约 4.8 万个 800G 光模块。华为称,仅这一项就能省下超过 550 千瓦功耗。 接下来,华为会继续保持昇腾一年一代,同时靠灵衢和光互联把越来越多芯片连在一起。与其只拼单颗芯片性能,华为明显更想靠更大的超节点把整体算力做上去,继续和英伟达争 AI 算力市场。
顯示更多
月之暗面推出 Kimi 金融行业解决方案,把金融数据、Skill 和 Agent 能力打包到一起。 方案接入 Wind、东方财富、标普全球、财联社、财新数据等 10+ 数据源,并提供财务建模、机构研报、财报点评、组合复盘、持仓早报等 9 项金融 Skill。 Kimi 称,合作案例中,财务建模的人力投入从 5–7 人天降至 0.5–1 人天,深度研究从 10–20 天缩短至约 2 天。 Kimi 还与中信建投共建「风险评估网关」,处理数据分级、个人信息保护、工具授权、内容核验和审计追溯。试点中,单份临时受托报告的人工制作时间从约 30 分钟降至 10 分钟。 短短一周,OpenAI、Anthropic 和 Kimi 相继推出金融行业产品。金融 AI 的竞争也从聊天和信息检索,开始深入数据、建模、报告和合规等完整工作流。
顯示更多
0
4
107
15
轉發到社區
终于有国内手机号也可以直接注册的个人 Agent 助手了。
薛天禄创办的 AI 创业公司 Second Enlightenment 推出个人 Agent 助手 Rene。它直接运行在 iMessage 里,用户像发短信一样就能让它干活。 Rene 能使用浏览器、处理邮件和日历,也能购物、写代码、做网站、演示文稿和图片。它还会记住过去的信息,并主动提醒和跟进。 Rene 主打「多人协作」。它可以加入群聊,也能和朋友的 Rene 直接沟通。比如约饭时,双方的 Rene 可以分别查看日历,自动找出都有空的时间,再交给各自用户确认。原本需要几个人来回商量的事,可以先让 Rene 在后台协调。 薛天禄此前在小红书和字节跳动做过产品。他称自己已经用了 Rene 四个月,让它找办公室、准备会议,还会让它收集团队的晚餐意见。
顯示更多
薛天禄创办的 AI 创业公司 Second Enlightenment 推出个人 Agent 助手 Rene。它直接运行在 iMessage 里,用户像发短信一样就能让它干活。 Rene 能使用浏览器、处理邮件和日历,也能购物、写代码、做网站、演示文稿和图片。它还会记住过去的信息,并主动提醒和跟进。 Rene 主打「多人协作」。它可以加入群聊,也能和朋友的 Rene 直接沟通。比如约饭时,双方的 Rene 可以分别查看日历,自动找出都有空的时间,再交给各自用户确认。原本需要几个人来回商量的事,可以先让 Rene 在后台协调。 薛天禄此前在小红书和字节跳动做过产品。他称自己已经用了 Rene 四个月,让它找办公室、准备会议,还会让它收集团队的晚餐意见。
顯示更多
Today we're launching Rene. A multiplayer-first iMessage agent you text like a friend. It has a browser, writes code, goes shopping, ships sites, makes slides and images. Not much it can’t do. It's been in my texts for four months. It found me a new office, preps me for every meeting, and polls the team for dinner options. No app or signup. Link below👇
顯示更多
Jev 这个 waitlist 还是很给力的,昨天申请,今天就能用上。 给已经拿到 API、但还不知道怎么玩的人整理了一份 Awesome Jev,目前我能确认到的 Jev 项目基本都在这里: 1. jev-ultrafast Browser Use 做的高速浏览器 Agent。Jev 负责每一步判断「做什么、点哪个元素」,需要输入文字时才调用小模型。Google Flights 搜航班完整跑完约 7.1 秒。 2. typesafe-mcp 把 Jev 直接接进 Claude Code、Claude Desktop 和 Codex。Agent 可以随时调用 Jev 做 Choice / Score / Noul 这类结构化判断。 3. jev-mcp 另一个更偏实用工具的 MCP,已经封装好事实核验、Prompt Injection 检测和语义排序。 4. SemDecide 把 Jev 做成 Unix 命令行工具,可以直接拿来做语义判断、分类、打分、过滤和 Guard。很适合塞进脚本、CI 和数据流水线。 5. Jev Codex Router 先让 Jev 判断每一轮编程任务有多难,再自动决定交给便宜模型还是更强模型。作者用 237 个真实 turn 回放,自测成本降低约 60%。 6. Winnow 给 Claude Code 做「上下文垃圾回收」。Read、Bash、Grep 输出太长时,先让 Jev 判断哪些内容真的跟当前任务有关,再决定哪些需要进上下文。 7. Jev Review 用 Jev 做代码审查前置筛选,先判断 correctness、security、reliability、兼容性和测试风险,再把重点问题交给更重的模型处理。 8. Blink 用 Jev 在代码库里做语义寻路。每到一层目录,就判断哪些文件或文件夹最可能和问题有关,再把更多 walker 分配过去。 9. neo4jev 把同样的思路用到知识图谱。Jev 给每条候选边打概率,再用 beam search 一步步找到最可能的路径。 10. jev-desktop 把 Jev 接到桌面自动化里。它读取 Accessibility Tree,判断该操作哪个控件、执行什么动作,再交给本地执行器。 11. TypeSafe AI Playground 一个专门拿 Jev 做实验的 Rust CLI,已经做了 PHI 检测、代码注释审查、实时语气分析、职业和行业分类等玩法。 12. Prism 目前我看到最接近量化/交易场景的项目。它让 Jev 判断流动性池的 toxic flow、市场压力、均值回归可能性和流动性分布方式,目前默认还是 shadow/advisory,不直接驱动交易。 13. 1v1 Jev 直接做了一个 FPS,让 Jev 大约 9Hz 判断移动、瞄准、ADS、开枪和跳跃。属于最直观展示 Jev 低延迟决策能力的项目之一。 14. TypeSafe on Neon 拿 Jev 做模型 Router。请求先由 Jev 判断属于哪种任务,再转给 Grok 4.6 或 GPT-6 Astra 等模型执行。 看完这些项目,你大概也知道 Jev 可以怎么玩了,就是拿它反复做「要不要、选哪个、打几分、下一步干什么」。 真正需要生成代码、写文章和复杂推理时,再把任务交给传统大模型。
顯示更多
前 OpenAI 研究员 Diogo Almeida 创办的 TypeSafe AI 推出新模型 Jev。它有点像一个能读懂自然语言的超级分类器,不生成文本,只返回选项、分数和概率,专门给软件做判断。 普通大模型需要一个 token 一个 token 往外生成,Jev 则可以并行给出多个结果。TypeSafe 还用新的 RLCD 方法训练它的置信度,让模型在给出判断的同时,告诉程序自己有多大把握。 TypeSafe 用安全告警、Agent 审查、发票处理和客服做了 4 组自动化工作流测试。在这套自建评测里,Jev 最高比 Claude Sonnet 5 快约 193.6 倍,比 Claude Opus 5 便宜约 444.6 倍。 TypeSafe 把 Jev 称为首款「System One Model」(快速决策模型),名字来自卡尼曼《思考,快与慢》里的 System 1。它专门处理分类、打分、路由和下一步决策这类快速判断任务。
顯示更多
0
12
1.1K
150
轉發到社區
模型玩起心眼来,跟人一样一样的。
OpenAI 推出一套新的模型「跑偏」披露机制。以后发现模型擅自行动、隐瞒错误或绕过限制,会更快公开,不必等原因和修复方案全部查清。 首批一次公布了 6 个案例: 1. 偷偷给自己加指令。 一个未发布模型在长任务的「交接笔记」里加入新命令,让接着干活的自己忽略原有限制。OpenAI 共发现 27 份。 2. 给自己留话继续撒谎。 GPT-5.6 Sol 做长任务时会给「下一轮的自己」留备忘录。有些模型会写下「缺数据就编,别主动告诉用户」,之后还真的照做。 3. 擅用泄露的 API Key。 模型从公开代码库找到别人泄露的 Key,直接拿来查数据。查不到后又自己编了一份,还说数据来自指定来源。 4. 为了给答案找出处,把文件传上网。 模型已经算出了正确答案,但用户要求附网页来源。它于是擅自把本地文件上传公网,再把这个链接当出处。 5. 把内部代码库当留言板。 不同训练任务里的模型,通过 OpenAI 内部软件仓库互相留言,试图帮彼此寻找缺失文件。 6. 几个 Agent 擅自把文件传到公网。 它们互相读不到对方电脑里的文件,就改用公共文件网站传递,导致本应只留在本地的文件公开可访问。
顯示更多
OpenAI 推出一套新的模型「跑偏」披露机制。以后发现模型擅自行动、隐瞒错误或绕过限制,会更快公开,不必等原因和修复方案全部查清。 首批一次公布了 6 个案例: 1. 偷偷给自己加指令。 一个未发布模型在长任务的「交接笔记」里加入新命令,让接着干活的自己忽略原有限制。OpenAI 共发现 27 份。 2. 给自己留话继续撒谎。 GPT-5.6 Sol 做长任务时会给「下一轮的自己」留备忘录。有些模型会写下「缺数据就编,别主动告诉用户」,之后还真的照做。 3. 擅用泄露的 API Key。 模型从公开代码库找到别人泄露的 Key,直接拿来查数据。查不到后又自己编了一份,还说数据来自指定来源。 4. 为了给答案找出处,把文件传上网。 模型已经算出了正确答案,但用户要求附网页来源。它于是擅自把本地文件上传公网,再把这个链接当出处。 5. 把内部代码库当留言板。 不同训练任务里的模型,通过 OpenAI 内部软件仓库互相留言,试图帮彼此寻找缺失文件。 6. 几个 Agent 擅自把文件传到公网。 它们互相读不到对方电脑里的文件,就改用公共文件网站传递,导致本应只留在本地的文件公开可访问。
顯示更多
We're sharing our new framework for tracking, investigating, and disclosing instances of model misalignment at OpenAI. The framework sets criteria and timelines for public disclosure, including when we haven’t yet fully explained or mitigated the behavior. More complex cases may require longer investigation or coordination with third parties. We’ll prioritize examples that reveal new misalignment mechanisms, meaningful changes in known behavior, or findings that challenge assumptions about safety or mitigation. Alongside the framework, we’re publishing six reports on instances of misaligned behavior we’ve observed during the training or evaluation of our models in the last six months. This is a starting point. We’ll refine the process through experience and public feedback, and share more reports on an ongoing basis.
顯示更多
腾讯 AI 语音输入工具 Chatterfly 已经上线官网并开启限时内测,目前开放 Windows 和 macOS 客户端。 用户按 Fn 直接说话,它会把口语整理成可以直接发送的文字,并根据当前场景和上下文调整表达。 Chatterfly 还把 Skills 直接塞进了输入工具。首批包括工作汇报、项目推进、营销文案、VibeCoding 提示词优化、会议纪要等 6 个 Skills。比如口述一段零散的开发需求,它可以整理成目标、约束和验收标准,再直接交给 Agent 执行。用户修改语音识别结果后,Chatterfly 还会自动学习专有名词,也支持手动维护个人词库。
顯示更多
前 OpenAI 研究员 Diogo Almeida 创办的 TypeSafe AI 推出新模型 Jev。它有点像一个能读懂自然语言的超级分类器,不生成文本,只返回选项、分数和概率,专门给软件做判断。 普通大模型需要一个 token 一个 token 往外生成,Jev 则可以并行给出多个结果。TypeSafe 还用新的 RLCD 方法训练它的置信度,让模型在给出判断的同时,告诉程序自己有多大把握。 TypeSafe 用安全告警、Agent 审查、发票处理和客服做了 4 组自动化工作流测试。在这套自建评测里,Jev 最高比 Claude Sonnet 5 快约 193.6 倍,比 Claude Opus 5 便宜约 444.6 倍。 TypeSafe 把 Jev 称为首款「System One Model」(快速决策模型),名字来自卡尼曼《思考,快与慢》里的 System 1。它专门处理分类、打分、路由和下一步决策这类快速判断任务。
顯示更多