Meta Muse Spark 1.3 在 Artificial Analysis 编码智能体指数中与 Claude 组合对比评测结果公布
Artificial Analysis 编码智能体指数显示,Meta Muse Spark 1.3 (max) 在 Muse Code 下得 68 分,仅次于 Claude Code + Opus 5 (xhigh) 的 68 分。
X 热议
分类页是滚动库存,每页 24 条。首页只放当天精选。
Artificial Analysis 编码智能体指数显示,Meta Muse Spark 1.3 (max) 在 Muse Code 下得 68 分,仅次于 Claude Code + Opus 5 (xhigh) 的 68 分。
Ah apologies, effort levels not breaking the prompt cache is live on API but not yet on Claude Code. Should be live within a day or so, will QT when it’s ready. Was OOO and did not realize this didn’t go out with the mo…
OpenClaw 2.0 now supports per-user OAuth for MCP servers E.g. if several people share an OpenClaw bot in Slack, each person can connect their own Gmail, calendar, or other accounts. They get a sign-in link in chat, and
You can now run Cursor cloud agents on your infrastructure, including pools of machines that automatically scale with demand. This lets you give agents access to internal services or specialized hardware, while the agen
阿里 Zvec 团队开源 zg (zvec-grep) 一个本地优先、面向开发者和 AI Agent 的搜索工具,把语义检索、BM25、混合检索和 ripgrep 精确匹配收进同一个 CLI/MCP 入口,让 Agent 用更少的工具调用和 token 找到散落在本地文件里的信息。 https://github.com/zvec-ai/zvec-grep 要解决的问题 · rg 在目标明确时(函数名、报错、配置项)快且精确,但 A
Anthropic 刚开源了一个 /claude-api 的 skill,内置到了 Claude Code。 这个 Skill 的使用场景是帮你优化 Claude API 调用的,针对 Agent 开发或者基于 Claude API 开发,如果你只是 Claude Code 用户,那么不需要管,或者你不是用的 Claude 模型,那效果估计要差一点,但也会有效果。 使用方法很简单,在 Claude Code 里输入 /claude-
Cursor 推出Self-Hosted Machines自托管机器: 企业本地执行,Cursor 负责云端推理 Cursor 推出了 Self-Hosted Machines: 允许 Cloud Agents 在企业自有机器上执行文件、终端、浏览器和本地 MCP 操作; 智能体循环、推理和规划仍在 Cursor 云端运行。 此前,Cloud Agents 默认在 Cursor 管理的远程虚拟机中运行。 现在,执行环境可以换成
来交作业啦!抄了 @Sunkeke_AI 可可的作业,我也搭了一套属于自己的推特 X一手 AI 信息工作台 我是根据自己平时的关注重点,对信息源和过滤规则做了一些针对性调整,我目前重点关注这3个方向: 1. AI Agent 架构与最新演进 2. 企业 AI 落地实战案例与踩坑 3. 个人 AI 深度提效工作流 同样是每天早上 8 点,这些信息就好自动放到我的 Obsidian里。告别信息过载,早上专注读最高密度的干货。
我前阵子也用 Codex + KiCad 做了块电源板,一次打样加 pcba,按键 footprint 认错,飞了根线才救回来。走线能 work,细看就不合规范。 这块板不复杂。复杂的四层、电源、高速,现在让 AI 自己画,大概率还是一坨。 有点像 vibe coding。最早 Cursor 只能 tab 补全,现在 Claude Code 能把项目跑起来。中间差的不是会不会写,是约束。PCB 也一样,DRC、叠层、回流这些得明确告
CS 329Z: Engineering AI Agents Stanford / Fall 2026 @stanfordnlp https://cs329z.stanford.edu/ 课程定位:从"模型"到"系统"的工程学 覆盖:简单 LLM 流水线 → 复合 AI 系统 → 自主 Agent。三位讲师的背景也高度互补: @Diyi_Yang(斯坦福 NLP 教授,人机交互与社会计算方向) @michaelryan207(DSP
Fable 5.1 makes Claude Tag even more useful. Here it builds a last-minute leadership deck from a metrics spreadsheet and other data across Slack, spots a vendor report that disagrees with the numbers, and flags it befor…
Claude 现可在 Claude Cowork 和 Claude Code 中后台使用你的电脑,像人一样点击、输入和打开应用,同时你可以做其他事。Boris Cherny 评论称后台 computer use 被低估了。
最近和一个多年没联系的大学同学聊了一下,惊讶地发现他现在正带团队做一个非常硬核的产品:Moli @LexmountAI,一个专门给 AI Agent 用的浏览器。 怎么理解呢? 我们平时使用的浏览器是围绕人设计的。人需要看见网页里的图片、动画,所以浏览器要一直计算页面布局、渲染画面,让人看得舒服。 但 AI Agent 执行大多数任务,只需要读取文字、分析 DOM、执行 JavaScript,或者填写表单。它根本不关心画面长什么样
用 Claude Code 干活,一直开最贵的模型烧钱,换便宜的又不放心质量,这个取舍挺烦人。 fable-advisor 该开源插件能让 Claude 当架构师只动嘴,拆需求、写规格,敲代码的活派给 Codex 去干。 每个任务该用多大思考力度也由架构师定,机械改动跑得又快又便宜,难啃的部分才开足马力。 GitHub:http://github.com/DannyMac180/fable-advisor 活干完不算完,架构师会
AI 编程又解锁了一个新玩法。 最近看到一个开源 Skill:scroll-world,专门给 Claude Code、Codex 这类 AI 编程助手用。 它最有意思的地方是:你只要描述需求,AI 就能帮你做出类似苹果官网那种“滚动式 3D 漫游”页面。 往下滚,镜头就跟着进入场景; 一个场景结束后,继续无缝切到下一个。 而且从需求梳理、AI 生成素材,到最后前端代码组装,都能串起来自动完成,手机端也有竖屏适配。 如果你最近在
如果 AI 真能接管你的浏览器,那很多重复操作真的可以省掉了。 最近发现一个挺有意思的开源项目:Chrome MCP Server。 它不是重新启动一个“干净浏览器”,而是直接连接你平时正在用的 Chrome。登录状态、浏览器配置这些都可以继续沿用,AI 直接在你的真实浏览器里干活。 能做的事情也不少👇 🖱️ 自动点击、输入、填表、滚动,帮你处理重复网页操作。 🔍 可以提取网页内容,还支持跨标签页语义搜索,开了一堆页面也不用自
Anthropic 宣布开源 Claude Commerce Agents。这是一套构建购物与商户智能体的蓝图,提供覆盖零售、旅行、电信和娱乐场景的参考实现。
Meta 首席 AI 官 Alexandr Wang 转发用户 @jaystar524 的实测反馈,称 muse spark 1.3 表现可靠。该用户用多个 sub-agents 并行完成任务,耗时约一小时。
DeepSeek Harness went from brand new to 135,000+ GitHub stars incredibly fast. The open-source agent race is moving ridiculously quickly. Here’s the comparison: → DeepSeek Harness: 135K+ stars → Hermes: around 226K s
HOLY SH*T... DeepSeek Harness just changed AI agents 🤯 It launched... and hit 135,000+ GitHub stars almost overnight. Everyone thought Hermes would be the easy winner. Turns out the 2-day-old AI agent might be the bet
Claude Commerce Agents 开源! # 先看看这个开源电商智能体具体开源了什么? https://github.com/anthropics/commerce-agents 两个智能体 · 购物智能体(Shopping Agent):嵌入商家 App/网站面向消费者 · 商家智能体(Merchant Agent):面向店铺运营人员 四个垂直行业演示:零售(ACME)、旅行、电信、票务娱乐 三种运行方式:Mess
Claude can now use your computer in the background in Claude Cowork and Claude Code. Give it something to do on your desktop and Claude clicks, types, and opens apps just like you would, while you work on something else…
Gemini 3.8 Flash now ranks ahead of Opus 5 on DeepSWE-bench. It shows particular strength in front-end coding and agentic tasks, while having a fast response time. You can run it via the `agy` harness inside Orca, wher
We are not recording meetings for humans anymore. Nobody reads the AI summary notes or listens back. We are capturing transcripts to feed agents.