跳到主要内容

7 篇博文 含有标签「AI Agent」

Posts tagged with AI Agent

查看所有标签

GPT-5.6 Sol, Terra, and Luna: What Claude Code Teams Should Actually Watch

· 阅读需 9 分钟
Claude Dev
Claude Dev

OpenAI released GPT-5.6 Sol, Terra, and Luna on July 10, 2026, and the interesting part is not just that another frontier model arrived. It is that OpenAI is now making the model family itself part of the developer workflow.

For Claude Code users, the useful question is not "is GPT-5.6 better than Claude?" That is too vague to help anyone ship software.

The better question is: which layer of work is each model trying to own?

OpenAI's answer is clear. Sol is the strongest reasoning and agent model, Terra is the faster coding workhorse, and Luna is the high-throughput batch option. Early community feedback on X, Reddit, and developer forums is still noisy, but the shape of the conversation is already familiar: excitement around coding and agents, skepticism around cost, and a lot of "show me on my repo" energy.

Claude Fable and the Real Skill of Agentic Coding: Finding Your Unknowns

· 阅读需 8 分钟
Claude Dev
Claude Dev

Anthropic's latest Claude Code post, "A field guide to Claude Fable 5: Finding your unknowns," is not really about a new prompt trick.

It is about a shift that every serious Claude Code user is going to feel: as models get better at carrying long tasks, the limiting factor moves from raw model capability to how well the human can expose the real shape of the work.

That is the point of the "map and territory" framing in the official post. The map is what we give Claude: prompts, skills, files, specs, screenshots, references, and context. The territory is the actual system: production constraints, old decisions, implicit taste, hidden business rules, edge cases, and the parts of the codebase nobody writes down.

The gap between those two is where agentic coding succeeds or fails.

Claude Sonnet 5:Claude Code 的新默认 Agent 模型

· 阅读需 10 分钟
Claude Dev
Claude Dev

Anthropic 在 2026-06-30 发布了 Claude Sonnet 5,将其定位为目前最 agentic 的 Sonnet 模型,并把它设为 Claude Free 和 Pro 用户的新默认模型。

官方叙事很清楚:Sonnet 5 把最近只有 Opus-class 模型才能可靠完成的许多 agentic work,带到了更便宜、更快、覆盖更广的模型层级。它可以做计划、使用浏览器和终端、处理长时间 coding task,并默认启用 adaptive thinking。

对 Claude Code 用户来说,Sonnet 5 不只是普通模型刷新。它很可能成为许多团队的默认执行层:不是 Anthropic 最强的模型,但会是开发者最常调用的模型。

但升级并非无摩擦。Sonnet 5 有新的 tokenizer,thinking 和 sampling 参数的 API 行为发生变化,默认启用实时 cyber safeguards,而且它虽然比 Opus 便宜,并不代表每个任务一定更便宜。

Claude Fable 5:强大、昂贵,而且被设计为受限

· 阅读需 9 分钟
Claude Dev
Claude Dev

Anthropic 在 2026-06-09 发布了 Claude Fable 5,把带有 safeguards 的 Mythos-class 能力带给付费 Claude 用户和开发者。

重点不只是 Fable 5 更强,而是 Anthropic 正在尝试一种新的发布方式:把它迄今公开可用的最强模型家族交给公众,但当请求触及 cybersecurity、biology、chemistry、distillation,或某些 frontier AI development 路径时,把敏感工作从该模型路由走。

这让 Fable 5 成为一次对开发者格外重要的 Claude 发布。早期反馈分成两面:一面惊叹于模型的长周期能力,另一面则对 access、safety routing、成本和企业数据处理方式感到不满。

对 Claude Code 团队来说,实用问题不是“要不要全部切到 Fable”,而是:哪些任务值得为 Fable 5 付费,哪些任务会被它的 safeguards 破坏或扭曲?

Claude Managed Agents:这次到底发布了什么

· 阅读需 10 分钟
Claude Dev
Claude Dev

如果你正在用 Claude 构建产品,Claude Managed Agents 真正重要的地方,不是 Anthropic 又发了一个“agent 功能”。

而是 Anthropic 往上走了一层平台栈。

它不再只是卖模型访问和工具原语,而是在卖一个面向长时任务智能体的托管运行时:agent 定义、云端环境、会话、事件流、内置工具,以及把整套系统维持运转的 operational harness。

这会把开发者的问题从:

  • “我该怎么把 agent loop 串起来?”
  • “我该怎么让它可恢复、可观测、可控?”

变成:

  • “这个 agent 到底应该完成什么任务?”
  • “哪些部分我要自己控制,哪些部分我愿意交给 Anthropic 托管?”

Conway 时间线:Anthropic 如何构建 Always-On 智能体

· 阅读需 13 分钟
Claude Dev
Claude Dev

理解 Conway 最重要的一点是:

Conway 目前不是 Anthropic 已正式发布的产品。

今天我们能看到的,其实是三类信息的组合:

  • Anthropic 官方已经发布的 CoworkDispatchcomputer usescheduled tasksauto mode
  • Anthropic 当前帮助中心文档里已经写明的运行方式
  • 一篇发布于 2026 年 4 月 1 日 的第三方报道,披露了一个尚未正式发布的内部环境 Conway

如果只看泄露,你会忽略整体架构。 如果只看官方发布,你又会错过 Anthropic 正在往哪里走。

真正值得写清楚的,是两者叠加后的技术路线。

如何在 Cowork 中从零构建一个插件(2026 指南)

· 阅读需 6 分钟
Claude Dev
Claude Dev

如果你想让 Cowork 真正帮你干活,插件就是关键杠杆。

截至 2026-02-28,官方路径已经很清晰:

  • Anthropic 在 2026-01-14 发布了 Cowork
  • 2026-01-20 宣布支持自定义插件的创建与共享
  • 2026-02-24 发布了面向企业的插件目录更新
  • 2026-02-25 更新了插件帮助文档

这篇指南会把官方流程和社区用户的实战经验结合起来,帮你从零做出第一个可用插件。