⚠️ NEW on The Axios Show: President Trump tells @MarcACaputo that a week ago, he might've considered Anthropic a nationa...
⚠️ NEW on The Axios Show: President Trump tells @MarcACaputo that a week ago, he might've considered Anthropic a nationa...
博客详解 Claude Code 的七种指令配置(CLAUDE.md、Rules、Skills、Subagents、Hooks、Output Styles、追加系统提示),从加载时机、压缩后保留性、token消耗与权威性三个维度对比。CLAUDE.md 分根目录(全程驻留)和子目录(按需加载);Rules 支持路径作用域节省 token;Skills 仅加载名称和描述,调用时载入完整内容;Subagents 独立上下文运行,只返回结果;Hooks 绕过压缩实现确定性控制;Output Styles 直接注入系统提示且永不被压缩;追加系统提示仅单次生效。文章给出实用决策原则,如用 Hook 跑 lint、用 Skills 封装部署流程等。
Anthropic对Claude Fable 5增加竞品研究限制,并疑似降低同行研究者输出质量;美国出口管制迫使Fable全球下线。DeepSWE等新基准显示智能体编程能力未触顶。Nvidia发布Nemotron 3 Ultra混合架构开源模型。Spring I/O演讲演示LLM应用攻防:路径穿越污染RAG、SQL注入越权、拆分追问绕过护栏,强调授权与可观测性。TypeScript 7.0 RC将编译器移植Go,实现约10倍性能提升。Andrew Ng认为限制措施加速全球AI主权投资。
http://x.com/i/article/2068133950955085826
OpenAI将前沿级健康AI从高级推理模型移至免费的GPT-5.5 Instant模型。Satya Nadella关于AI组织经济学和“token资本”的文章走红。Anthropic展示Claude Opus 4.7用12分07秒编程机器人狗,比去年人类团队快20倍,并推出Claude Design大更新(支持设计系统导入、代码往返、修复高token用量)。AI金融领域推动SEC文件可机器读取但不简化会计逻辑。扎克伯格裁员8000人后试图重启Meta黑客文化,员工抵制。
Earlier today, ~3% of Claude Code Max and Pro users hit a bug that showed an incorrect weekly usage limit, and in some c...
特朗普对Anthropic的态度在一天内反转:此前将其视为国家安全威胁,但会见CEO Dario Amodei后改口称其“聪明、好人、反应很负责任”。被问是否用国防生产法管制AI时,他表示“可能但似乎大家都很负责任”。特朗普还透露,举报Anthropic的是其竞争对手兼部分股东——Amazon。这一事件暴露了AI监管的真实逻辑:出口管制等重大决策可能取决于与总统的面谈效果。
🚨BREAKING: TRUMP ON ANTHROPIC REPORTER: Do you view Anthropic and to a degree its CEO, Dario Amodei, as a threat to nat...
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
2024 年诺贝尔化学奖得主、AlphaFold 团队领导者 John Jumper 宣布在 Google DeepMind 工作近 9 年后离职,将加入 Anthropic(先休整一段时间)。Jumper 博士毕业仅 6 个月即被 Hassabis 信任,任命领导 AlphaFold 团队并攻克生物学 50 年未解难题。他告别时称 DeepMind 教会他如何做伟大的科学,是一个特别的地方。社区将 Anthropic 的招揽戏称为组建“AI Avengers”。
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
关联讨论 3 条Hacker News 热门(buzzing.cc 中文翻译)IT之家(RSS)X:Berry Xia (@berryxia)Exclusive: Trump tells "The Axios Show" that Anthropic was a national security threat https://www.axios.com/2026/06/19/t...
同一事件,精选展示《关于美国政府指令暂停访问Fable 5和Mythos 5的声明》Even before Mythos I was getting asked more and more what Anthropic's deal is, and why tf they're acting the way they're...
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
关联讨论 3 条Hacker News 热门(buzzing.cc 中文翻译)IT之家(RSS)X:Berry Xia (@berryxia)AI编程圈出现新主张:不应再手动提示编码智能体,而应设计循环自动完成提示、读取输出、判断完成,并在出错时重新提示。Boris Cherny(Claude Code创建者)和Peter Steinberger均持此观点。文章梳理了循环的五种演进形态(ReAct、AutoGPT、ralph loop、/loop与/goal、编排),并拆解六大组装部件:触发机制、隔离工作区、项目上下文记录、工具连接、独立验证智能体等。核心转变是从编写代码升级到编写驱动代码的系统。
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...
关联讨论 3 条Hacker News 热门(buzzing.cc 中文翻译)IT之家(RSS)X:Berry Xia (@berryxia)搭AI Agent团队远非“5分钟教程”那么简单。环境配置(Python 3.10+等)劝退八成新手。Agent编排面临从众效应、角色不一致等缺陷,Anthropic采用Subagents模式,Cognition甚至发文称“不要构建多Agent”。上下文管理是最大隐性杀手,同一模型因上下文工程不同分差36个百分点。工具接入缺乏行为合约,API调用失败频发。低代码平台、单Agent SDK正降低门槛,但多Agent自由协作仍是难题。
Claude Code新增Artifacts功能,可将整个工作会话(代码、上下文、工具调用)打包成独立网页,后台持续迭代时页面自动同步更新。生成的私密链接可共享给团队成员,支持切换历史版本,适用于PR走查、系统架构图、交互式数据分析仪表盘等场景。目前以beta版面向Team和Enterprise计划开放。作者认为,该功能的核心价值在于将AI产出从静态文本升级为可共享、可实时更新的数字资产,降低技术方案向非技术人员解释的成本,让AI更顺畅地融入团队协作流程。
New in Claude Code: Artifacts. Interactive pages built from your session, like a PR walkthrough or a living project dash...
Claude Fable 5 debuts at #1 on DeepSWE. It outscores the previous best by 3% and sets a new state-of-the-art on our long...
新研究对Anthropic Fable 5和Opus 4.8进行自动化红队攻击,持续改写有害提示词直至模型拒绝或生成坏答案。Fable 5最差攻击成功率6.1%,Opus 4.8为11.5%,证明最强LLM也无法完全免疫越狱——即便微小失败率,规模化自动化攻击仍可产生大量有害内容。旧式编码/角色扮演型越狱已非主要威胁,新弱点在于上下文:自适应攻击者在被拒后不断改写请求,寻找模型视为合法而非危险的框架。白宫与Anthropic正转向基于基准的测试框架,通过评分绕过程度、暴露能力、攻击可重复性及实际后果来量化越狱风险,而非追求不现实的完美免疫。
The White House and Anthropic may have found the first serious path to restore Mythos and Fable access without pretendin...
白宫与Anthropic正合作制定正式技术评估框架,用于量化AI模型越狱攻击的严重性,并建立标准化评估方法论。框架将开发通用基准,评估防护被绕过程度、暴露的能力、攻击可重复性及实际运营后果。双方认识到完全免疫越狱并非可行目标。近期红队研究表明,强化后的前沿模型Fable 5比Opus 4.8更鲁棒,但在持续自动化攻击下仍产生有害输出。新框架每次以相同问题衡量风险,被视为更务实的监管路径。
NEW: White House and Anthropic are working to create a formal technical assessment framework that can quantify the sever...
Earlier today, ~3% of Claude Code Max and Pro users hit a bug that showed an incorrect weekly usage limit, and in some c...
In beta now with Okta and connectors from Asana, Atlassian, Canva, Figma, Granola, Linear, Slack and Supabase, with Slac...
Nypost: Anthropic is trying to get Washington to reverse the US block on its most powerful Mythos Anthropic has proposed...
Announcing AA-Briefcase, the benchmark for the next era of agentic knowledge work AA-Briefcase is our new benchmark for ...
@yaojingang(姚老师)打磨的元Skill(创建Skill的Skill)已升级至2.0。该工具源自Anthropic官方泄露的Claude code源码,并整合了全网其他模型Skill,比官方Skill-creator更强大。用户可借助它写出90分的Skill。2.0版本已推送到GitHub,附带升级方案和对比报告。
终于完成了对元Skill(创建skill的skill)的2.0升级 已推送到GitHub 这两天又进行了一些微调和测试,欢迎体验 相关资源与文档分享: 1、元skill仓库:https://github.com/yaojingang/yao...
Artificial Analysis 推出新基准 AA-Briefcase,用于评估模型在长期知识工作项目中的智能体能力。基准包含 4 个私有场景(每项目需处理 25000+ Slack 消息、3500+ 邮件等碎片化上下文)及一个公开演示场景。评测结果:Claude Fable 5 以 Elo 1587 领先,其次为 Claude Opus 4.8(1356)、Opus 4.7 及智谱 GLM 5.2(max,1266)。成本方面,Claude Fable 5 平均每任务 $31,Opus 4.8 为 $10.40,GPT-5.5 (xhigh) 为 $3.68,GLM 5.2 (max) 为 $2.40,DeepSeek V4 Flash (max) 仅约 $0.04。所有模型中仅 3% 的任务满足全部标准,31/91 个任务无模型得分超 50%,显示真实世界复杂性仍是挑战。最佳性价比为开源权重模型 GLM-5.2 (max) 和 DeepSeek V4 Pro (max)。
Claude Code 新增 Artifacts 功能(Team 和 Enterprise 计划 beta 版)。用户可从 coding session 生成交互页面(如 PR 演示、项目 dashboard),通过私有链接分享给团队;页面随 session 自动刷新,调用代码库、插件、技能等全部上下文。该更新旨在将 Claude Code 从单人工具拓展为团队实时协作平台,解决上下文传递和版本同步痛点。
New in Claude Code: Artifacts. Interactive pages built from your session, like a PR walkthrough or a living project dash...
Claude Code 新增 Artifact 功能,可将终端会话中的 PR 走查、调试时间线等过程生成实时更新的交互页面,并通过私有链接分享给团队成员。Artifact 利用当前会话的完整上下文(代码库、外部工具、对话),随会话自动更新,支持历史版本回溯。默认私有,仅同组织认证成员可见。该功能以 beta 形式向 Claude Team 和 Enterprise 组织开放,通过 CLI 和桌面应用生成,个人用户暂不可用。Anthropic 内部测试显示调试场景最高频。
New in Claude Code: Artifacts. Interactive pages built from your session, like a PR walkthrough or a living project dash...
Artifacts draw on the full context of your session: codebase, plugins, skills, connected tools. They're private until yo...
Huge: Dean Ball, who helped shape the Trump administration's, heading to OpenAI. Via Axios This is an even more signific...
New in Claude Code: Artifacts. Interactive pages built from your session, like a PR walkthrough or a living project dash...
OpenAI今日取得重大胜利:Transformer架构发明者之一Noam Shazeer正式加入,他曾创立CharacterAI、通过27亿美元交易回归DeepMind并参与Gemini项目;曾帮助塑造特朗普政府AI政策的Dean Ball也加盟。The Information指出,Shazeer的招聘是AI人才战的重大胜利,他是支撑GPT系列模型的Transformer原始论文关键作者。Ball的加入使OpenAI能提前预判政策冲突并深入美国政府人脉圈,而其主要竞争对手Anthropic正面临政府关系困境。OpenAI成为Anthropic当前挣扎的最大受益者。
Huge: Dean Ball, who helped shape the Trump administration's, heading to OpenAI. Via Axios This is an even more signific...