China’s BrainCo unveils what it says is the world’s first integrated “brain-to-robot” platform that lets users control robots using an EEG headset (Minxiao Chang/South China Morning Post)

China's BrainCo unveils what it says is the world's first integrated "brain-to-robot" platform that lets users control robots using an EEG headset (Minxiao Chang/South China Morning Post)

中国脑机接口公司 BrainCo 发布了首个集成式“脑控机器人”平台,用户戴上 EEG 头戴设备即可用意念操控机器人。这一进展将脑机接口从实验室推向了实际的机器人控制场景,降低了非侵入式脑控技术的使用门槛。

Anthropic says Claude Fable 5 will be included in Max and Team Premium plans at 50% of limits from July 20 and via usage credits for Pro and Team Standard users (Claude/@claudeai)

Anthropic says Claude Fable 5 will be included in Max and Team Premium plans at 50% of limits from July 20 and via usage credits for Pro and Team Standard users (Claude/@claudeai)

Anthropic 宣布,其最新模型 Claude Fable 5 将于 7 月 20 日面向付费用户开放,但不同订阅计划的调用额度差异很大。Max 和 Team Premium 用户可使用 50% 的配额,Pro 和 Team Standard 用户则需通过用量积分使用,高门槛可能会限制模型的实际普及速度。

Codex接ps 全自动跑起来吧

Codex接ps 全自动跑起来吧

用户展示了通过 API 将 AI 代码生成工具 Codex 与 Photoshop(PS)对接后的全自动操作流程,实现了从文字指令到 PS 内图层处理、滤镜应用的完整工作链。这一尝试将大模型的编程能力直接延伸至设计师的核心工具中,值得关注。

v2.1.214

v2.1.214

Anthropic 于 7 月 18 日发布了 Claude Code 的 v2.1.214 版本,重点修复了多项权限检查漏洞和安全绕过问题,同时新增了“结束对话”工具和多项遥测功能。这是对 Agent 安全性与工程稳定性的重要加固。

torch CUDA graphs with HF generate

torch CUDA graphs with HF generate

用户在调用 Hugging Face Transformers 模型的 .generate() 方法时,尝试使用 torch CUDA graphs 进行推理加速(例如自行将模型整体包裹在 CUDA graph wrapper 中),但 stream capture 失败。单独使用模型的 forwa