Latent Space AI News:Anthropic
[AINews] not much happened today
深度梳理了Agent运行时架构的最新演进(如Anthropic Projects与Jev的路由定位),并披露了Anthropic内部AI辅助研发的量化数据,对理解Agent工程实践极具参考价值。
if you see this, it’s beacuse you’re a real fan.
如果你看到这条,说明你是真正的粉丝。
AI News for 9/16/2026-9/17/2026. We checked 12 subreddits, 544 Twitters and no further Discords. AINews’ website lets you search all past issues. As a reminder, AINews is now a section of Latent Space. You can opt in/out of email frequencies!
2026年9月16日至9月17日的AI新闻。我们检查了12个Subreddit、544条推文和零个Discord频道。AINews的网站允许你搜索所有过往期号。提醒一下,AINews现在是Latent Space的一个板块。你可以选择订阅或取消邮件频率!
AI Twitter Recap
AI推特回顾
Agent Runtimes, Long-Horizon Workflows, and the Rise of Coordinator UIs
智能体运行时、长周期工作流与协调器UI的兴起
- Claude Code Projects pushes “one conversation, many cloud threads” into product: Anthropic rolled out Projects in Claude Code, where a single conversation can spawn parallel cloud sessions, pass context between threads, and continue running after the user leaves. Follow-up posts clarify availability and that threads currently run in the cloud, with local workflows coming. Internally, Anthropic staff describe it as a higher-level coordinator abstraction with evolving long-lived memory and aggregated status updates via a single controlling Claude (Cat Wu, MikeyK). This is one of the clearer productizations yet of multi-session orchestration instead of just “chat + tools.”
- Google and others are standardizing agent infrastructure around managed harnesses, files, and secrets: Google updated Gemini managed agents with a new Antigravity-based harness plus two notably practical APIs: a Credentials API that keeps secrets out of model context via placeholders and trusted-domain egress proxying, and a Files API for artifact movement and persistent sandboxes. The same release claims up to 30% lower costs and 22% higher cache hits. Meanwhile, Perplexity’s Computer, Base44’s phone-calling Superagent, Google Labs’ family-oriented CC agent, and Meta’s desktop Muse for Mac all point in the same direction: persistent agents with scoped permissions, user-specific context, and asynchronous execution as the default UX rather than an add-on.
- Claude Code Projects将“一次对话,多个云端线程”变为现实:Anthropic在Claude Code中推出了Projects功能,单个对话可以生成并行的云端会话,在线程间传递上下文,并在用户离开后继续运行。后续帖子澄清了可用性,并指出线程目前运行在云端,本地工作流即将到来。内部而言,Anthropic员工将其描述为一种更高级别的协调器抽象,具有不断演进的长期记忆,并通过一个主控的Claude进行聚合状态更新(Cat Wu, MikeyK)。这是多会话编排最清晰的产品化之一,而不仅仅是“聊天+工具”。
- Google等公司正围绕托管框架、文件和密钥标准化智能体基础设施:Google更新了Gemini托管智能体,引入了基于Antigravity的新框架以及两个 notably 实用的API:Credentials API通过占位符和可信域出口代理将密钥排除在模型上下文之外;Files API用于工件移动和持久化沙箱。同一版本声称成本降低高达30%,缓存命中率提高22%。与此同时,Perplexity的Computer、Base44的电话呼叫Superagent、Google Labs的家庭导向CC智能体以及Meta面向Mac的桌面Muse都指向同一个方向:以受限权限、用户特定上下文和异步执行为默认用户体验而非附加功能的持久化智能体。
Jev and “System One” Classification Models as a New Agent Primitive
Jev与“系统一”分类模型作为新型智能体基元
- TypeSafe’s Jev dominated discussion as a fast, cheap constrained-output primitive: The clearest pattern in the feed is that builders are treating Jev less as a chatbot competitor and more as a routing / judgment / structured-decision layer inside larger systems. Community reactions emphasize using it for LLM-as-judge, harness routing, subagent creation, and structured outputs, with LangChain noting that Jev is useful precisely because it is not meant for free-form generation. Cloudflare already exposed it via AI Gateway, and open reproductions appeared quickly, including openjev-s with Qwen3.6-35B-A3B + SGLang radix cache and browser demos.
- The technical thesis is “replace prompts with discriminative control flow where possible”: Several posts frame Jev as an “AI if statement” or a generalized classifier for harness logic. Examples include a toy Probably language powered by Jev, a predictive launcher / keystroke oracle, and repeated claims that Jev may be especially strong for reranking, instant routing, and typed extraction (AJ Ratner, dbreunig’s skill, Sydney Runkle’s harness post). The core appeal is familiar to systems engineers: push easy, high-frequency decisions into a small, low-latency discriminative model so expensive frontier models can spend budget on harder reasoning.
- But the compaction discourse showed the limits of classifier-first thinking: A widely shared counterpoint from Theo argues that using Jev for aggressive line-by-line history compaction misunderstands how agent memory, reasoning traces, and cache economics work. His critique is substantive: compaction is not just filtering; dropping hidden reasoning payloads can degrade frontier models; and editing history can be more expensive than leaving it alone because it invalidates cached prefixes. He follows with the stronger framing that the interesting idea is not “better compaction,” but whether future harnesses can abstract away KV caching concerns entirely. That debate is more valuable than the Jev hype itself: it forces clearer separation between classification, memory management, and reasoning preservation in agent runtime design.
- TypeSafe 的 Jev 因其快速、廉价且输出受限的特性,在讨论中占据主导地位:信息流中最明显的模式是,开发者将 Jev 视为更大系统内部的路由/判断/结构化决策层,而非聊天机器人的竞争对手。社区反应强调将其用于 LLM-as-judge(大模型作为评判者)、Harness 路由、子智能体创建和结构化输出,LangChain 指出 Jev 的价值恰恰在于它并非用于自由形式的生成。Cloudflare 已通过 AI Gateway 暴露了该服务,开源复现版本也迅速出现,包括使用 Qwen3.6-35B-A3B + SGLang 基数缓存的 openjev-s 以及浏览器演示。
- 其技术论点是“在可能情况下用判别式控制流替代提示词”:多篇帖子将 Jev 描述为 Harness 逻辑的“AI if 语句”或通用分类器。示例包括由 Jev 驱动的玩具级 Probably 语言、预测性启动器/击键预言机,以及反复出现的观点认为 Jev 在重排序、即时路由和类型化提取方面尤为出色(AJ Ratner、dbreunig 的技能模块、Sydney Runkle 的 Harness 文章)。其核心吸引力对系统工程师而言并不陌生:将简单、高频的决策推送到小型、低延迟的判别式模型中,以便让昂贵的前沿模型将预算集中在更复杂的推理上。
- 但关于压缩的讨论揭示了以分类器为先的思维局限:Theo 提出的一个广泛分享的反对意见认为,使用 Jev 进行激进的逐行历史压缩误解了智能体记忆、推理轨迹和缓存经济学的运作方式。他的批评切中要害:压缩不仅仅是过滤;丢弃隐藏的推理负载可能会削弱前沿模型的性能;而且编辑历史可能比保留原状更昂贵,因为它会使缓存的前缀失效。他进一步提出了更强的观点,即有趣的问题不在于“更好的压缩”,而是未来的 Harness 能否完全抽象掉 KV 缓存的相关问题。这场辩论比 Jev 本身的炒作更有价值:它迫使我们在智能体运行时设计中更清晰地区分分类、内存管理和推理保留。
OpenAI’s Astra Expansion, Legal Verticalization, and Autonomous Capability Demos
OpenAI 的 Astra 扩展、法律垂直领域化及自主能力演示
- Astra for Law is OpenAI’s strongest vertical packaging move in this batch: OpenAI launched Astra for Law, with 26 partner-built plugins and 47 community plugins and initial rollout through Trusted Access in ChatGPT and Codex, with API access coming later. Vals says OpenAI’s reported runs show Astra for Law beating generic GPT-6 Astra + web search on its legal benchmark at every price point. The packaging matters more than the benchmark delta: OpenAI is turning frontier capability into domain-specific products with maintained configs, tools, and safety defaults rather than leaving verticals to prompt-engineer from scratch.
- Astra also keeps showing up in unusually broad long-horizon evals and demos: Community reports claim GPT-6 Astra beat Factorio: Space Age, outperformed Fable on RollerCoaster Tycoon 2, and was used for codebreaking-style tasks including WWI/WWII German radio messages. Separately, OpenAI shipped Codex voice from phone via GPT-Live-1, Appshots on Windows, and usage analytics for tasks/subagents/chats. Together these paint a fairly coherent product arc: Astra as the reasoning core, Codex as execution substrate, and increasingly rich interfaces for multimodal capture and async orchestration.
- Astra for Law 是 OpenAI 在本批次中最强的垂直领域包装举措:OpenAI 推出了 Astra for Law,包含 26 个合作伙伴构建的插件和 47 个社区插件,最初通过 ChatGPT 和 Codex 中的可信访问(Trusted Access)进行部署,API 访问将在稍后提供。Vals 表示,OpenAI 公布的运行数据显示,Astra for Law 在各项价格点上均优于通用 GPT-6 Astra + 网页搜索,在 legal benchmark 上表现更佳。这种包装方式比基准测试的差距更重要:OpenAI 正在将前沿能力转化为具有维护配置、工具和默认安全设置的特定领域产品,而不是让各垂直领域从零开始提示工程。
- Astra 也频繁出现在异常广泛的长周期评估和演示中:社区报告称 GPT-6 Astra 击败了《异星工厂:太空时代》(Factorio: Space Age),在《过山车大亨 2》(RollerCoaster Tycoon 2)上的 Fable 任务中表现更优,并被用于包括一战/二战德国无线电报文破译在内的类密码破解任务。此外,OpenAI 通过 GPT-Live-1 实现了手机端的 Codex 语音功能,在 Windows 上推出了 Appshots,并提供了针对任务/子代理/聊天的使用分析数据。这些内容共同描绘出一条相当连贯的产品弧线:Astra 作为推理核心,Codex 作为执行基础层,以及日益丰富的多模态捕获和异步编排接口。
Multi-Agent Research, Evaluation, and AI-for-AI-R&D Measurement
多智能体研究、评估与 AI-for-AI-R&D 测量
- Research harnesses are getting more explicit, modular, and benchmarked: Google’s DeepMind published Stellar Colosseum, a model-agnostic many-agent harness for mathematics and TCS that separates strategy, decomposition, subproblem solving, and verification; claimed results include a Codeforces 4263 and 71.0% on TCS-Bench. NVIDIA-associated work on Agora uses Git commits as shared memory for 13 workers over 12 days, achieving reproducible progress on model initialization without gradient updates. LangChain shared practical lessons from a 200+ tool paid media agent. The common trend is away from vague “agent swarms” and toward explicit memory structures, decomposition patterns, and reproducibility.
- Anthropic published unusually concrete internal metrics on AI-driven R&D: In a notable transparency move, Anthropic released three measurements for tracking AI development: how much AI R&D is done by AI, how well agents are overseen, and how compute is allocated. Secondary discussion highlights striking numbers: Claude-led share of model R&D tasks rising from 1% to 26% in ~6 months, >90% of model R&D work involving Claude collaboration/leadership, and ~30,000 internal agents active. Even if one treats those figures cautiously, this is one of the few public glimpses into AI-lab internal automation as an empirical object rather than a vibes-based argument.
- Benchmark skepticism is becoming first-class: Epoch launched Benchmark Reviews with 15 audits labeled Verified / Flawed / insufficiently documented, and others noted implications such as artificial ceilings from false negatives on saturated benchmarks (nrehiew). Vals introduced Vibe Code Bench 1-100 to measure iterative modification robustness rather than first-pass success. This is healthy: the field is finally spending public attention not only on scores, but on whether the test itself deserves to exist.
- 研究工具正变得更加明确、模块化和基于基准测试:Google DeepMind 发布了 Stellar Colosseum,这是一个模型无关的多智能体工具包,用于数学和理论计算机科学(TCS),它将策略、分解、子问题求解和验证分离开来;声称的结果包括 Codeforces 4263 分以及在 TCS-Bench 上达到 71.0%。NVIDIA 关联的 Agora 项目使用 Git 提交作为 13 个工作节点在 12 天内的共享内存,在不进行梯度更新的情况下实现了可复现的模型初始化进展。LangChain 分享了一个拥有 200 多个工具的付费媒体智能体的实践经验。共同的趋势是从模糊的“智能体群”转向明确的记忆结构、分解模式和可复现性。
- Anthropic 发布了异常具体的 AI 驱动研发内部指标:作为一次引人注目的透明化举措,Anthropic 发布了三项用于追踪 AI 发展的测量数据:由 AI 完成的 AI 研发比例、对智能体(agents)的监督水平以及算力的分配情况。次要讨论突出了令人瞩目的数字:Claude 主导的模型研发任务份额在约 6 个月内从 1% 上升至 26%,超过 90% 的模型研发工作涉及 Claude 的合作或领导,且约有 30,000 个内部智能体处于活跃状态。即使对这些数据持谨慎态度,这也是少数几个将 AI 实验室内部自动化作为实证对象而非基于氛围感论证的公开窥探之一。
- 基准测试的怀疑主义正成为头等大事:Epoch 推出了基准测试审查(Benchmark Reviews),包含 15 项审计,标记为“已验证”、“有缺陷”或“文档不足”,其他人则指出了诸如饱和基准测试中假阴性导致的人为上限等影响(nrehiew)。Vals 推出了 Vibe Code Bench 1-100,旨在衡量迭代修改的鲁棒性而非首次尝试的成功率。这是健康的现象:该领域终于开始将公众注意力不仅放在分数上,还放在测试本身是否值得存在这一问题上。
Security, Control, and Misalignment: From Exploit Chains to Reward Hacking
安全、控制与错位:从漏洞利用链到奖励黑客
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力