精选归档 · 第 27 页

521540 条 · 共 694

4月22日4月22日周三

星期三 · 3 条
06:17
Cursor Blog精选
AI 评分 68/100
Cursor与SpaceX就模型训练达成合作

智能编程助手Cursor宣布与SpaceX合作,以突破算力瓶颈,加速其模型训练进程。该公司在不到半年内快速迭代了Composer系列模型:首款智能编码模型Composer问世后,Composer 1.5将强化学习规模扩大20倍以上,而Composer 2通过持续预训练,以极低成本达到了前沿性能水平。此次合作将使Cursor团队利用xAI的Colossus基础设施,大幅提升训练规模,从而显著增强模型的智能水平。


推荐理由:Cursor 抱上 xAI 的算力大腿,意味着 AI 编程工具的竞争正式进入「谁的 GPU 多」阶段。对开发者来说,Composer 系列模型接下来的进化速度会明显加快,值得持续关注。
00:00
Augment Code 博客(网页)精选
AI 评分 76/100
Augment Code 实测什么样的 AGENTS.md 才对编码 Agent 有效

Augment Code 从自家 monorepo 抽取数十个 AGENTS.md 文件,用内部评测 AuggieBench 对比有无该文件时 Agent 完成任务的表现,发现最好的文件带来相当于从 Haiku 升级到 Opus 的质量提升,最差的输出比没有文件还糟,同一文件在不同任务上可相差 30%。


推荐理由:Augment Code 用内部评测量化了不同 AGENTS.md 写法对代码生成质量的影响,给出的模式与失败案例可以直接迁移到自己的代码库。
00:00
Cognition 模型 / Devin 博客(网页)精选
AI 评分 71/100
Cognition 复盘多智能体实践:写操作单线程加辅助智能体才真正有效

Cognition 发布长文复盘,称自《Don't Build Multi-Agents》十个月后,其多智能体系统已在生产中可用,核心模式是写操作保持单线程、其他智能体只贡献智能。


推荐理由:作者基于自家生产环境实验总结多智能体落地模式,给出干净上下文评审、跨模型路由等可迁移的工程经验。

4月21日4月21日周二

星期二 · 4 条
20:00
Cursor Blog精选
AI 评分 55/100
保持 Cursor 应用稳定

Cursor 团队针对用户全天依赖应用、崩溃影响严重的问题,聚焦内存不足导致的崩溃。通过为多进程架构设计细粒度监控系统,实时追踪版本发布后的崩溃指标。采用双重调试策略:自上而下关联功能与崩溃数据,监控大消息负载;自下而上通过崩溃观察服务、堆快照等定位根本原因。自2月底以来,全版本会话OOM率下降80%,自3月1日起请求OOM率下降73%。具体措施包括处理大文件加载和修复资源泄漏,以应对突发与渐进性内存耗尽。


推荐理由:Cursor 把自家 OOM 问题的排查方法论完整公开了,自顶向下加自底向上的双线调试思路对做桌面端 Agent 产品的人有参考价值,但本质上是工程复盘而非行业事件。
19:39
Hacker News 热门(buzzing.cc 中文翻译)精选
AI 评分 73/100
GitHub Copilot 个人计划的变更

GitHub官方博客发布关于Copilot个人订阅计划的变更公告。提供的正文内容仅包含文章标题与链接,未披露具体调整细节、定价变化、功能限制或用户配额等关键数据指标。该公告在Hacker News平台获得102个点赞,完整变更条款需查阅GitHub官方博客原文。


推荐理由:这是 GitHub Copilot 第一次因用量太大主动限制新用户和模型,说明 AI 编程已从前沿进入基建,个人开发者得认真看看自己的计划。
01:08
Hacker News 热门(buzzing.cc 中文翻译)精选
AI 评分 81/100
Kimi K2.6:推动开源编程发展

Kimi发布K2.6版本,专注提升开源编程能力。新版本在代码生成与理解方面实现优化,发布后在Hacker News获得132个点赞。此次更新强化了Kimi在开发者工具领域的布局,通过改进编程辅助功能,为开源社区提供更高效的代码编写支持。

另有 5 家信源报道X:Testing Catalog (@testingcatalog)X:Kim (@kimmonismus)X:Artificial Analysis (@ArtificialAnlys)The Decoder:AI News(RSS)IT之家(RSS)
推荐理由:Kimi K2.6 把长程编程和 Agent Swarm 能力带到了开源模型里,那几个 12 小时自主优化、13 小时重构旧代码库的工程案例比基准表更有说服力,做 Agent 的可以认真看看。
00:08
Hacker News 热门(buzzing.cc 中文翻译)精选
AI 评分 74/100
Qwen 3.6-Max-Preview:更智能、更精准,仍在不断进化

阿里通义千问团队发布Qwen 3.6-Max-Preview预览版大模型,主打更智能的推理能力与更精准的输出表现,目前仍处于快速迭代阶段。该版本在Hacker News社区获得121个赞,用户可通过官方博客了解详情并体验最新功能。作为Max系列的最新预览版本,模型在保持高性能的同时持续优化,具体技术细节和基准测试成绩尚未完全公布。

另有 2 家信源报道X:Kim (@kimmonismus)Qwen:Blog Retrieval(API)
推荐理由:通义千问新旗舰模型预览,agentic coding 多个 bench 冲到第一,虽然还不是正式版,但已经能通过 Studio 试用了,对做 coding agent 的团队是个实在信号。

4月17日4月17日周五

星期五 · 1 条
01:26
OpenAI:官网动态(RSS · 排除企业/客户案例)精选
AI 评分 72/100
适用于(几乎)所有场景的 Codex

Codex 应用推出重大更新,正式支持 macOS 和 Windows 双平台。新版本集成计算机操控、应用内浏览、图像生成、记忆存储及插件系统五大核心能力,通过自动化操作与多模态功能深度整合,全面加速开发者工作流程。

另有 9 家信源报道X:Tibo (@thsottiaux)X:Testing Catalog (@testingcatalog)X:Kim (@kimmonismus)X:Rohan Paul (@rohanpaul_ai)The Decoder:AI News(RSS)X:OpenAI (@OpenAI)X:Sam Altman (@sama)X:Greg Brockman (@gdb)Hacker News 热门(buzzing.cc 中文翻译)
推荐理由:Codex 这次更新不是小修小补,电脑操控和长期记忆让它从一个写代码的窗口变成了能跟着你开发全程的副驾驶,开发者工具的逻辑变了。

4月16日4月16日周四

星期四 · 4 条
22:45
Anthropic:Newsroom(网页)精选
AI 评分 79/100
Claude Opus 4.7 正式发布

Claude Opus 4.7 全面上线,在高级软件工程任务上实现重大飞跃,93项编码基准测试解决率较 Opus 4.6 提升 13%,并首次解决四项前代无法完成的难题。新版本支持更高分辨率图像识别,在研究代理基准测试中总分达 0.715,长上下文性能表现最为稳定。模型定价维持每百万输入 token 5 美元、输出 25 美元不变。出于安全考量,其网络攻击能力较 Claude Mythos Preview 有所削弱,并配备自动拦截高风险网络安全请求的防护机制,合法安全研究人员可通过 Cyber Verification Program 申请使用权限。

另有 12 家信源报道Claude Code:GitHub Releases(RSS)X:Boris Cherny (@bcherny)X:Yuchen Jin (@Yuchenj_UW)X:Kim (@kimmonismus)X:Thariq (@trq212)X:Testing Catalog (@testingcatalog)X:Claude (@claudeai)X:Artificial Analysis (@ArtificialAnlys)X:Rohan Paul (@rohanpaul_ai)The Decoder:AI News(RSS)Claude:Blog(网页)Hacker News 热门(buzzing.cc 中文翻译)
推荐理由:Opus 4.7 不是最炫的模型,但多家真实用户反馈指出它在复杂工程任务上的可靠性提升是实打实的,尤其长链自主执行和指令遵循,对开发 Agent 的团队是一次直接的生产力升级。
22:39
Hacker News 热门(buzzing.cc 中文翻译)精选
AI 评分 84/100
Qwen3.6-35B-A3B:具有能动编码能力的模型,现已向所有人开放

阿里巴巴通义千问团队发布Qwen3.6-35B-A3B代码模型,总参数350亿、激活参数30亿,具备能动编码(Agentic Coding)能力,可自主规划并执行复杂编程任务。该模型采用MoE架构平衡性能与成本,现已完全开源并向公众免费开放。

另有 2 家信源报道X:Kim (@kimmonismus)Qwen:Blog Retrieval(API)
推荐理由:Qwen 这台 3B 活跃参数的 MoE 在 coding agent 上追平 27B 密集模型,效率惊人,对端侧部署和低成本 agent 应用是实打实的利好。
08:00
Claude Platform:开发者版本说明(RSS)精选
AI 评分 82/100
Claude Opus 4.7 发布:复杂推理与智能体编码能力升级,定价不变

Anthropic 发布 Claude Opus 4.7,定位为最强大的通用模型,擅长复杂推理与智能体编码,定价保持与 Opus 4.6 相同的 $5/$25 per MTok。


推荐理由:Opus 4.7 发布,定价不变但加入了 task budgets 和高分辨率支持,对于构建 coding agent 的团队,这次更新相当于给模型装了进度条和显微镜。
07:46
Thariq@trq212精选
AI 评分 72/100
使用 Claude Code:会话管理与百万级上下文窗口的策略http://x.com/i/article/2044537014620721153Using Claude Code: Session Management & 1M ContextIn my recent calls with Claude Code users, one theme keeps coming up: the 1M token context window is a double-edged sword.It lets Claude Code operate autonomously for longer and handle tasks more reliably, but it also opens the door to context pollution if you're not deliberate about managing your sessions.Session management matters more than ever and there seem to be a lot of questions about it. Do you keep one session open in a terminal, or two? Start fresh with every prompt? When should you use compact, rewind, or subagents? What causes a bad compact?There’s a surprising amount of detail here that can really shape your experience with Claude Code and almost all of it comes from managing your context window.A Quick Primer on Context, Compaction & Context RotThe context window is everything the model can "see" at once when generating its next response. It includes your system prompt, the conversation so far, every tool call and its output, and every file that's been read. Claude Code has a context window of one million tokens.Unfortunately using context has a slight cost, which is often called context rot. Context rot is the observation that model performance degrades as context grows because attention gets spread across more tokens, and older, irrelevant content starts to distract from the current task. For our 1MM context model, we see some level of context rot happen around ~300-400k tokens, but it is highly dependent on the task- not a fast rule.Context windows are a hard cutoff, so when you’re nearing the end of the context window, you will need to summarize the task you’ve been working on into a smaller description and continue the work in a new context window, we call this compaction. You can also trigger compaction yourself.Every Turn Is a Branching PointSay you've just asked Claude to do something and it's finished, you’ve now got some information in your context (tool calls, tool outputs, your instructions) and you have a surprising number of options for what to do next:• Continue — send another message in the same session• /rewind (esc esc) — jump back to a previous message and try again from there• /clear — start a new session, usually with a brief you've distilled from what you just learned• Compact — summarize the session so far and keep going on top of the summary• Subagents — delegate the next chunk of work to an agent with its own clean context, and only pull its result back inWhile the most natural is just to continue, the other four options exist to help manage your context.When to Start a New SessionThe new 1M context windows means that you can now do longer tasks more reliably, for example to have it build a full-stack app from scratch. But just because your model hasn't run out of context, it doesn't mean you shouldn't start a new session.Our general rule of thumb is when you start a new task, you should also start a new session.A grey area is when you may want to do related tasks where some of the context is still necessary, but not all.For example, writing the documentation for a feature you just implemented. While you could start a new session, Claude would have to reread the files that you just implemented, which would be slower and more expensive. Since documentation may not be a highly intelligence sensitive task, the extra context is probably worth the efficiency gain of not having to re-read the relevant files again.Rewinding Instead of CorrectingIf I had to pick one habit that signals good context management, it’s rewind.In Claude Code, double-tapping Esc(or running /rewind) lets you jump back to any previous message and re-prompt from there. The messages after that point are dropped from the context.Rewind is often the better approach to correction. For example, Claude reads five files, tries an approach, and it doesn't work. Your instinct may be to type "that didn't work, try X instead." but the better move is to rewind to just after the file reads, and re-prompt with what you learned. "Don't use approach A, the foo module doesn't expose that — go straight to B."You can also use “summarize from here” to have Claude summarize its learnings and create a handoff message, kind of like a message to the previous iteration of Claude from its future self that tried something and it didn’t work.Compacting vs. Fresh SessionsOnce a session gets long, you have two ways to shed weight: /compact or /clear (and start fresh). They feel similar but behave very differently.Compact asks the model to summarize the conversation so far, then replaces the history with that summary. It's lossy, you're trusting Claude to decide what mattered, but you didn't have to write anything yourself and Claude might be more thorough in including important learnings or files. You can also steer it by passing instructions (/compact focus on the auth refactor, drop the test debugging).With /clear you write down what matters ("we're refactoring the auth middleware, the constraint is X, the files that matter are A and B, we've ruled out approach Y") and start clean. It's more work, but the resulting context is what you decided was relevant.What Causes a Bad Compact?If you run a lot of long running sessions, you might have noticed times in which compacting might be particularly bad. In this case we’ve often found that bad compacts can happen when the model can’t predict the direction your work is going.For example autocompact fires after a long debugging session and summarizes the investigation and your next message is "now fix that other warning we saw in bar.ts."But because the session was focused on debugging, the other warning might have been dropped from the summary.This is particularly difficult, because due to context rot, the model is at its least intelligent point when compacting. With one million context, you have more time to /compact proactively with a description of what you want to do.Subagents & Fresh Context WindowsSubagents are a form of context management, useful for when you know in advance that a chunk of work will produce a lot of intermediate output you won't need again.When Claude spawns a subagent via the Agent tool, that subagent gets its own fresh context window. It can do as much work as it needs to, and then synthesize its results so only the final report comes back to the parent.The mental test we use: will I need this tool output again, or just the conclusion?While Claude Code will automatically call subagents, you may want to tell it to explicitly do this. For example, you may want to tell it to:• “Spin up a subagent to verify the result of this work based on the following spec file”• “Spin off a subagent to read through this other codebase and summarize how it implemented the auth flow, then implement it yourself in the same way”• “Spin off a subagent to write the docs on this feature based on my git changes”SummaryIn summary, when Claude has ended a turn and you’re about to send a new message, you have a decision point.Overtime we expect that Claude will help you handle this itself, but for now this is one of the ways you can guide Claude's output.Claude Code 的百万级上下文窗口在支持长任务的同时,也带来了"上下文腐化"的风险,即模型性能可能在处理约30-40万token后开始下降。因此,有效的会话管理至关重要。关键策略包括:开启新任务时建议新建会话;对于关联任务可酌情保留上下文以提升效率;善用 /rewind 回退功能而非直接纠正错误,是维护上下文清洁的核心习惯。用户在每个对话轮次后,应根据情况选择继续、回退、新建会话、压缩或使用子代理。
推荐理由:Claude Code 1M 上下文听着爽,但 context rot 在 300k 就开始咬你了。这篇把 rewind、compact、subagent 三个操作的使用时机讲得极清楚,是目前最实用的 Claude Code 上下文管理指南,重度用户必读。

4月15日4月15日周三

星期三 · 5 条
20:00
Cursor Blog精选
AI 评分 70/100
更强AI模型推动开发者转向更高复杂度工作

一项针对500家公司开发者使用Cursor的八个月研究发现,在Opus 4.5和GPT-5.2等先进模型发布后,人均周AI使用量增长44%。开发者初期用更强模型完成更多同复杂度任务,4-6周后开始转向更高复杂度工作,高复杂度任务量激增68%,远超低复杂度任务的22%。媒体广告、软件工具和金融科技行业增长最为显著。任务分布呈现结构性变化:文档编写、架构设计等管理性任务增长超50%,而UI设计等独立任务仅增15%,表明开发者角色正从代码生成转向代码库管理。研究揭示了类似杰文斯悖论的效应——AI效率提升反而刺激了总需求,并可能创造新的经济活动空间。


推荐理由:Cursor 拿 500 家公司八个月的真实数据证明了一个反直觉结论,AI 越好开发者用得越多,而且是从做更多简单活慢慢转向啃硬骨头。做 AI 产品的人该认真想想这个杰文斯效应。
08:00
Cursor Blog精选
AI 评分 69/100
在画布中与智能体创建的可视化界面交互

Cursor新增画布功能,可将信息转化为可视化、可交互的界面,替代难以阅读的长篇文本。智能体能利用画布为真实数据创建仪表盘,或定制带逻辑的交互界面,应用于代码审查、学习库文档乃至管理其他智能体。该功能基于React组件库构建,包含表格、图表等原生组件。在数据密集型任务中尤为高效,例如聚合多源数据生成统一分析图表,或在代码审查中智能分组并优先展示关键变更。Cursor团队已借此显著提升了模型评估分析和复杂问题研究的效率,成为扩展人机协作信息带宽的关键工具。


推荐理由:Cursor 把 agent 输出从纯文本拉到可交互的可视化画布,PR review、eval 分析这些高频场景立刻能用上。做 coding agent 的同行该想想自己的 agent 输出形态是不是该升级了。
08:00
Google Developers Blog(RSS)精选
AI 评分 67/100
Subagents 已登陆 Gemini CLI

Gemini CLI 引入了子代理功能,这是一种专门的专家代理,能在独立的上下文窗口中处理复杂或高吞吐量任务,从而保持主会话的快速与专注。用户可通过 Markdown 文件自定义这些代理,并支持并行运行以提高效率。使用 @agent 语法即可轻松调用,实现精准的任务委派。该架构通过将复杂的多步骤执行过程整合为简洁的摘要反馈给主协调器,有效防止了“上下文腐化”。


推荐理由:Gemini CLI 把 agent 拆成了可自定义的专家小队,developer 可以把自己的开发流程切成可复用的 subagent,并行跑起来对大型代码库的效率提升会很明显。
01:03
Claude:Blog(网页)精选
AI 评分 72/100
Claude Code 推出 Routines 自动化功能

Claude Code 发布 routines 研究预览版,支持配置包含提示词、代码仓库及连接器的自动化工作流,可按定时计划(每小时/每晚/每周)、API调用或GitHub Webhook事件触发,并在云端基础设施运行,无需本地电脑保持在线。适用于自动处理积压工单、代码审查、部署验证及告警分类等场景。目前向Pro、Max、Team及Enterprise订阅用户开放,每日运行次数限制分别为5次、15次和25次。

另有 5 家信源报道Hacker News 热门(buzzing.cc 中文翻译)X:Claude (@claudeai)X:Testing Catalog (@testingcatalog)Claude:Blog(网页)The Decoder:AI News(RSS)
推荐理由:Claude Code 的 routines 让 AI 助手进入自动值守模式,定时修 bug、响应告警、审查 PR,很可能会改变开发者的工作流,可惜每日运行次数限制让重度用户有点不爽。
00:00
Cognition 模型 / Devin 博客(网页)精选
AI 评分 62/100
Cognition 推出 Devin in Windsurf,Windsurf 2.0 内置本地加云端智能体协作流程

Cognition 发布 Windsurf 2.0,将云智能体 Devin 内置其中,用户在 Windsurf 本地规划后可一键交给 Devin 实施,Devin 会自建机器开工并提交 PR。


推荐理由:原文讲清了本地与云端智能体的分工逻辑,以及 Devin 接入 Windsurf 2.0 后从规划到审 PR 的完整闭环。

4月14日4月14日周二

星期二 · 1 条
20:00
Cursor Blog精选
AI 评分 62/100
多智能体系统将GPU内核性能提升38%

我们与NVIDIA合作,利用自主运行的多智能体系统,在为期三周内对235个真实CUDA内核进行了优化。该系统从零开始构建并优化Blackwell GPU内核直至汇编级别,实现了38%的几何平均速度提升,其中63%的问题超越基线,19%实现超2倍优化。这些内核直接影响AI训练与推理效率,传统上需资深工程师耗时数月乃至数年的优化工作,该系统在数周内即自主完成,并能探索更广阔解决方案空间,突破了人工逐项优化的限制。


推荐理由:Cursor 把自家多 Agent 系统拉去优化 CUDA 内核,38% 的 geomean 提速不算炸裂,但真正值得看的是它证明了 Agent 可以在无人干预下跑三周啃硬骨头,这对做 Agent 产品的人是个强信号。

4月10日4月10日周五

星期五 · 1 条
23:00
Epoch AI:研究、数据与评测精选
AI 评分 68/100
Epoch AI 发布 MirrorCode 初步结果:Claude Opus 4.6 可完全重实现 1.6 万行的 gotree

Epoch AI 与 METR 联合开发的 MirrorCode 基准初步结果显示,AI 在无源码、仅有可执行权限和详细可检验规格的条件下能完全重实现真实软件,Claude Opus 4.6 成功重实现约 16,000 行 Go 代码、含 40+ 命令的生物信息学工具 gotree,四位工程师估计人类需 2-17 周。


推荐理由:原文给出可复现的黑盒重实现评测设计与关键数字,读者可以据此判断长时程自主编码能力的边界与前提。

4月8日4月8日周三

星期三 · 1 条
20:00
Cursor Blog精选
AI 评分 66/100
Bugbot 现可通过学习规则实现自我改进

Bugbot 的 bug 解决率已从 2025 年 7 月正式推出时的 52% 提升至近 80%,领先其他 AI 代码审查产品。其核心改进在于引入了规则学习机制,能够从实时代码审查反馈(如开发者反应、回复和人工评审意见)中自主学习,取代了原先依赖离线实验的更新模式。自测试版推出以来,已有超过 11 万个仓库启用该功能,生成了逾 4.4 万条规则。这些规则可根据信号积累被激活或禁用,帮助 Bugbot 更精准地识别问题。用户可在 Cursor Dashboard 中管理学习规则,以优化审查效果。


推荐理由:AI code review 赛道卷了两年,Bugbot 78% 的解决率终于把第二名甩开 15 个点,关键不是分数而是它开始从真实 PR 反馈里自动学规则,做 code review 工具的该认真看看这套闭环逻辑。