精选归档 · 第 22 页
第 421–440 条 · 共 553 条
03:18
The Decoder:AI News(RSS)精选
OpenAI 发布 GPT-5.5,宣称其为"新型智能"并实现 API 价格翻倍OpenAI 正式推出 GPT-5.5,该模型被定义为一种代理模型,能够通过自主切换多种工具来完成复杂任务。公司宣称其代表了一种“新型智能”。与此同时,GPT-5.5 的 API 调用价格将提升至原来的两倍。
另有 2 家信源报道Hacker News 热门(buzzing.cc 中文翻译)Ethan Mollick:One Useful Thing(RSS)
推荐理由:GPT-5.5 是 OpenAI 的又一次代际发布,核心在 agentic 能力,但 API 价格翻倍可能让中间层开发者犹豫。基准上领先但非全面碾压,值得关注长上下文和 Pro 版的重度研究场景。
02:14
OpenAI:官网动态(RSS · 排除企业/客户案例)精选
GPT-5.5正式发布OpenAI推出迄今最智能的GPT-5.5模型,其速度更快、能力更强,专为处理跨工具的复杂任务而构建。该模型在编程、学术研究与数据分析等领域表现出显著提升,能够高效整合多工具工作流,旨在应对更高阶的专业需求。
另有 2 家信源报道Hacker News 热门(buzzing.cc 中文翻译)Ethan Mollick:One Useful Thing(RSS)
推荐理由:我觉得 GPT-5.5 第一次让大模型在“自主干活”上接近可用,不仅编码更强,还能帮科学家做研究,这是 Agent 从 Demo 到工具的关键一步。
18:00
OpenAI:官网动态(RSS · 排除企业/客户案例)精选
如何使用Codex进行日常工作该内容探索了10个实用的ChatGPT Codex用例,旨在自动化任务、创建交付物,并将真实的输入转化为跨工具、文件和工作流的输出。
推荐理由:虽然发布一月有余,但官方整理的十个 Codex 日常自动化用例依然是最佳上手模板,从邮件整理到数据报表,产品人和运营可以直接抄作业。
10:13
HuggingFace Daily Papers(社区热门论文)精选
SWE-chat:来自真实用户与代码智能体在真实环境中的交互数据集SWE-chat是首个从开源开发者真实工作环境中收集的大规模代码智能体交互数据集,目前已包含6000个会话、超过6.3万条用户提示和35.5万次智能体工具调用。研究发现代码编写模式呈现双峰分布:41%的会话中智能体几乎编写了所有提交代码,而23%的会话完全由人工编写。尽管能力快速提升,代码智能体在自然场景中效率仍不理想,仅44%的智能体生成代码最终被用户采纳,且其代码比人工代码引入更多安全漏洞。用户在44%的交互轮次中会对智能体输出进行修正、报告失败或中断操作。该数据集通过完整记录人机代码归属的交互轨迹,为超越人工基准测试、基于实证理解AI智能体在真实开发流程中的表现提供了基础。
推荐理由:这是目前唯一来自真实开发者的编码代理交互数据集,揭示代理产出的代码存活率仅44%,且引入更多安全漏洞,对于所有推代理的团队都是必读的现实检验。
00:45
Qwen3.6-27B:27B 稠密模型实现旗舰级编程能力Qwen 发布 Qwen3.6-27B 开源模型,这款 27B 参数的稠密模型在编码基准测试中超越了上一代 397B 总参数/17B 激活参数的 MoE 旗舰模型 Qwen3.5-397B-A17B。模型体积从 807GB 大幅缩减至 55.6GB,16.8GB 的量化版本即可在本地运行,生成速度约 25 tokens/s。实测显示其能生成复杂的 SVG 图形代码,展现出旗舰级的编程能力。
另有 1 家信源报道Hacker News 热门(buzzing.cc 中文翻译)
推荐理由:通义千问 3.6 27B 用 55GB 瘦身换来了超 397B MoE 的编码能力,Simon 亲手跑出的 SVG 效果惊艳,2026 年最值得本地部署的开源小模型。
00:22
OpenAI:官网动态(RSS · 排除企业/客户案例)精选
利用 Responses API 中的 WebSockets 加速智能体工作流Responses API 集成 WebSockets 技术优化 Codex 智能体循环架构。通过建立持久化连接并引入连接级缓存机制,该方案显著降低 API 通信开销,有效缩短模型响应延迟。这一技术改进解决了传统请求模式下的性能瓶颈,为高频交互的智能体工作流提供更高效的实时数据传输能力。
推荐理由:OpenAI 的 Responses API 引入 WebSocket 模式,把 agentic 工作流端到端延迟压低了 40%,关键不在数字而在架构上从无状态 HTTP 转向持久连接,做 agent 的团队可以认真看技术决策。
00:00
Anthropic:Engineering(事故复盘 + 工程实践 · 网页)精选
关于近期 Claude Code 质量报告的更新说明Anthropic 确认并解决了过去一个月影响 Claude Code、Claude Agent SDK 和 Claude Cowork 的三个问题,所有问题已于 4 月 20 日修复。具体包括:3月4日将 Claude Code 的默认推理强度从“高”改为“中”,导致用户感知智能下降,已于4月7日回滚;3月26日一项缓存优化存在缺陷,导致会话恢复后模型“健忘”和重复,4月10日修复;4月16日一项旨在减少冗余的系统提示指令意外损害了代码质量,4月20日撤销。这些问题影响了 Sonnet 4.6 和 Opus 4.6/4.7 模型,但 API 未受影响。公司已重置所有订阅用户的使用限额,并承诺改进流程以防止类似问题。
推荐理由:Anthropic 把 Claude Code 连续一个月质量下滑的三个 bug 全部摊开讲,这种级别的工程复盘在大模型公司里极少见。做 Agent 产品的人该认真读,因为这三个坑你迟早也会踩。
06:17
Cursor与SpaceX就模型训练达成合作智能编程助手Cursor宣布与SpaceX合作,以突破算力瓶颈,加速其模型训练进程。该公司在不到半年内快速迭代了Composer系列模型:首款智能编码模型Composer问世后,Composer 1.5将强化学习规模扩大20倍以上,而Composer 2通过持续预训练,以极低成本达到了前沿性能水平。此次合作将使Cursor团队利用xAI的Colossus基础设施,大幅提升训练规模,从而显著增强模型的智能水平。
推荐理由:Cursor 抱上 xAI 的算力大腿,意味着 AI 编程工具的竞争正式进入「谁的 GPU 多」阶段。对开发者来说,Composer 系列模型接下来的进化速度会明显加快,值得持续关注。
20:00
保持 Cursor 应用稳定Cursor 团队针对用户全天依赖应用、崩溃影响严重的问题,聚焦内存不足导致的崩溃。通过为多进程架构设计细粒度监控系统,实时追踪版本发布后的崩溃指标。采用双重调试策略:自上而下关联功能与崩溃数据,监控大消息负载;自下而上通过崩溃观察服务、堆快照等定位根本原因。自2月底以来,全版本会话OOM率下降80%,自3月1日起请求OOM率下降73%。具体措施包括处理大文件加载和修复资源泄漏,以应对突发与渐进性内存耗尽。
推荐理由:Cursor 把自家 OOM 问题的排查方法论完整公开了,自顶向下加自底向上的双线调试思路对做桌面端 Agent 产品的人有参考价值,但本质上是工程复盘而非行业事件。
19:39
Hacker News 热门(buzzing.cc 中文翻译)精选
GitHub Copilot 个人计划的变更GitHub官方博客发布关于Copilot个人订阅计划的变更公告。提供的正文内容仅包含文章标题与链接,未披露具体调整细节、定价变化、功能限制或用户配额等关键数据指标。该公告在Hacker News平台获得102个点赞,完整变更条款需查阅GitHub官方博客原文。
推荐理由:这是 GitHub Copilot 第一次因用量太大主动限制新用户和模型,说明 AI 编程已从前沿进入基建,个人开发者得认真看看自己的计划。
01:08
Hacker News 热门(buzzing.cc 中文翻译)精选
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 中文翻译)精选
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 的团队是个实在信号。
01:26
OpenAI:官网动态(RSS · 排除企业/客户案例)精选
适用于(几乎)所有场景的 CodexCodex 应用推出重大更新,正式支持 macOS 和 Windows 双平台。新版本集成计算机操控、应用内浏览、图像生成、记忆存储及插件系统五大核心能力,通过自动化操作与多模态功能深度整合,全面加速开发者工作流程。
另有 10 家信源报道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 中文翻译)OpenAI:官网动态(RSS · 排除企业/客户案例)
推荐理由:Codex 这次更新不是小修小补,电脑操控和长期记忆让它从一个写代码的窗口变成了能跟着你开发全程的副驾驶,开发者工具的逻辑变了。
22:45
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 中文翻译)精选
Qwen3.6-35B-A3B:具有能动编码能力的模型,现已向所有人开放阿里巴巴通义千问团队发布Qwen3.6-35B-A3B代码模型,总参数350亿、激活参数30亿,具备能动编码(Agentic Coding)能力,可自主规划并执行复杂编程任务。该模型采用MoE架构平衡性能与成本,现已完全开源并向公众免费开放。
另有 3 家信源报道X:Kim (@kimmonismus)Qwen:Blog Retrieval(API)The Decoder:AI News(RSS)
推荐理由:Qwen 这台 3B 活跃参数的 MoE 在 coding agent 上追平 27B 密集模型,效率惊人,对端侧部署和低成本 agent 应用是实打实的利好。
08:00
Claude Platform:开发者版本说明(RSS)精选
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精选 使用 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 上下文管理指南,重度用户必读。
20:00
更强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新增画布功能,可将信息转化为可视化、可交互的界面,替代难以阅读的长篇文本。智能体能利用画布为真实数据创建仪表盘,或定制带逻辑的交互界面,应用于代码审查、学习库文档乃至管理其他智能体。该功能基于React组件库构建,包含表格、图表等原生组件。在数据密集型任务中尤为高效,例如聚合多源数据生成统一分析图表,或在代码审查中智能分组并优先展示关键变更。Cursor团队已借此显著提升了模型评估分析和复杂问题研究的效率,成为扩展人机协作信息带宽的关键工具。
推荐理由:Cursor 把 agent 输出从纯文本拉到可交互的可视化画布,PR review、eval 分析这些高频场景立刻能用上。做 coding agent 的同行该想想自己的 agent 输出形态是不是该升级了。
08:00
Google Developers Blog(RSS)精选
Subagents 已登陆 Gemini CLIGemini CLI 引入了子代理功能,这是一种专门的专家代理,能在独立的上下文窗口中处理复杂或高吞吐量任务,从而保持主会话的快速与专注。用户可通过 Markdown 文件自定义这些代理,并支持并行运行以提高效率。使用 @agent 语法即可轻松调用,实现精准的任务委派。该架构通过将复杂的多步骤执行过程整合为简洁的摘要反馈给主协调器,有效防止了“上下文腐化”。
推荐理由:Gemini CLI 把 agent 拆成了可自定义的专家小队,developer 可以把自己的开发流程切成可复用的 subagent,并行跑起来对大型代码库的效率提升会很明显。