New in Claude Code: agent view. One list of all your sessions, available today as a research preview. https://t.co/NnbsAQjSPW
Agent view 是 Claude Code 原生管理多个 session 的最佳方式,有点像专为 CC 打造的 tmux。我们在细节打磨上花了大量时间,希望你喜欢。 > 引用 @claudeai:Claude Code 新功能:agent view。一个列出所有 session 的统一视图,今天以 research preview 形式上线。
there will be a blog post about this. on what this means for bun, benchmarks, memory usage, maintainability going forward, and also the literal process of doing this (it wasn’t just “claude, rewrite bun in rust. make no mistakes”) this is a 960,000 LOC rewrite, the code truly works, passing the test suite on Linux and soon other platforms. e2e I started working on this 6 days ago. this would’ve been a massive amount of work by hand.
Jarred 尝试用 AI 把 Bun 重写成 Rust,通过了 99.8% 的现有测试 我们的野心还不够大 【引用 @jarredsumner】 会写一篇博客讲这件事——包括这对 Bun 意味着什么、benchmark、内存使用、可维护性,以及整个过程的实际操作(不是那种「Claude,把 Bun 重写成 Rust,不许出错」)。 这是一次 960,000 行代码的重写,代码是真正可运行的,在 Linux 上通过了测试套件,其他平台即将跟进。端到端算下来,我 6 天前才开始。如果手工做,这会是一项极其庞大的工程。
Using Claude Code: The Unreasonable Effectiveness of HTML
HTML 是新的 markdown。 我几乎停止为所有事情写 markdown 文件,转而用 Claude Code 给我生成 HTML。原因如下。 --- 引用自己的推文:《用 Claude Code:HTML 的惊人效力》
SpaceXAI and @AnthropicAI have also expressed interest in partnering to develop multiple gigawatts of orbital AI compute capacity https://t.co/IvlZ8NDWnX
Claude 进太空了 🤞 [引用 @xai]:SpaceXAI 和 @AnthropicAI 也表达了合作意向,计划共同开发数吉瓦级的轨道 AI 算力容量
We’ve agreed to a partnership with @SpaceX that will substantially increase our compute capacity. This, along with our other recent compute deals, means that we’ve been able to increase our usage limits for Claude Code and the Claude API.
我们正在撤销高峰时段的用量限制削减,并将 5 小时限额翻倍。 很高兴与 SpaceX 合作为大家带来更多算力,我们会持续努力,为你们打造世界最强的 coding agent。 [引用 @claudeai]: 我们已与 @SpaceX 达成合作协议,这将大幅提升我们的算力容量。加上近期其他几笔算力协议,我们已能够提高 Claude Code 和 Claude API 的使用额度。
Anthropic getting ready for its first ever developer conference on May 6 in SF https://t.co/LAf5ETOdpi
很快见!前面有一些有趣的公告。 我也会做一场关于「我们如何使用 Claude Code」的 workshop,分享一些我很兴奋的工作流。 如果没法到场不用担心,所有内容都会录制并上传。 [引用 @ananayarora]: Anthropic 正在为其 5 月 6 日在旧金山举办的首届开发者大会做准备
Introducing Claude Managed Agents: everything you need to build and deploy agents at scale. It pairs an agent harness tuned for performance with production infrastructure, so you can go from prototype to launch in days. Now in public beta on the Claude Platform. https://t.co/vHYfiC1G56
Managed Agents 是第一个在简单性和复杂性之间取得合适平衡的「云端 agent」API。 沙箱管理这类实现细节被抽象掉了,但你对模型的实际执行过程仍有很大的控制权。 [引用 @claudeai]:推出 Claude Managed Agents:构建和部署规模化 agent 所需的一切。 它将一个针对性能调优的 agent harness 与生产级基础设施结合,让你能在数天内从原型走向上线。 现已在 Claude Platform 公开 beta。
I want to do a few more of these calls. If your MAX 20x plan ran out of tokens unexpectedly early and you're willing to screenshare and run some prompts through Claude Code please comment. Trying to figure out how we can improve /usage to give more info.
到目前为止做了大约 10 次这样的通话 + 看了更多对话记录。 学到了很多,其中最大的一条是:在开放式验证上花很多 token 非常容易,但这并不会让你的输出变得更好。 我会尝试写更多关于如何高效做验证的内容。 [引用自己之前的推文:想多做几次这样的通话。如果你的 MAX 20x 套餐 token 意外提前耗尽,并且愿意屏幕共享跑一些 prompt,请在评论区留言。我在研究如何改进 /usage 以提供更多信息。]
We're starting "What We Shipped," a monthly stream where we'll share our latest tips and talk about new Claude Code releases. The first one is April 7th, come hang out with @dmwlff and me! https://t.co/2bqUJnZuCa
明天 PT 时间下午 12 点很期待和大家聊聊。Adam 会展示一个我们还没发布的新功能 demo! [引用] 我们正在启动「What We Shipped」,一个每月直播,分享最新技巧并介绍 Claude Code 的新发布内容。第一期是 4 月 7 日,欢迎来和 @dmwlff 和我一起!
Resolved!! @trq212 helped me out debug where the token usage came from and it was my fault 100% Script to find token usage https://t.co/461tTJkVaq I had a recurring script that ran every 5 minutes that should not have run every 5. I hope we can make it easier to detect these within Claude and Claude Code soon too.
还想再做几次这样的通话。 如果你的 MAX 20x 计划 token 意外提前耗尽,愿意屏幕共享并跑几个 prompt,请评论。 想弄清楚怎样能让 /usage 提供更多信息。 [引用 @kieranklaassen]: 解决了!!@trq212 帮我调试出 token 用量来源,完全是我自己的问题。 找 token 用量的脚本:[链接] 我有一个每 5 分钟运行一次的循环脚本,本来不该那么频繁跑的。 希望以后能在 Claude 和 Claude Code 内更容易地检测到这类问题。
I’ll be covering how to make the most of this in my livestream on March 31st with Figma! You can sign up here: https://t.co/G32hMTFUR4 https://t.co/9owzK6bjWF


我越深入研究新的 Figma MCP,就越兴奋。 我正在尝试一种新方式:先在 Figma 里画一个很粗糙的草图,然后让 Claude Code 在 Figma 中把它完善,我再进行微调和编辑,最后把定稿发回给 Claude Code。 [引用自己的推文]:3 月 31 日我将在 Figma 的直播中介绍如何最大化利用这个工作流,欢迎报名。
i bought a mac mini so i could have blue bubbles when texting claude and it started roasting me... try the imessage plugin for claude code today with /plugin install imessage@claude-plugins-official https://t.co/1dIuEDSgTO
iMessage 现在可以作为一个 channel 使用了! [引用 @neilhtennek]:我买了一台 Mac mini,就为了能用蓝色气泡给 Claude 发消息,结果它开始吐槽我…… 今天就来试试 Claude Code 的 iMessage 插件吧,用 /plugin install imessage@claude-plugins-official

我们推出了「我们上线了什么」,一个每月直播栏目,分享最新使用技巧和 Claude Code 新版本动态。 首播是 4 月 7 日,欢迎来和 @dmwlff 和我一起聊!
New in Claude Code: auto mode. Instead of approving every file write and bash command, or skipping permissions entirely, auto mode lets Claude make permission decisions on your behalf. Safeguards check each action before it runs. https://t.co/kHbTN2jrWw
原来做 AI safety 公司,在需要让 AI 安全运行时真的很有用。 【引用】Claude Code 新功能:auto mode。无需逐一审批每个文件写入和 bash 命令,也无需完全跳过权限控制——auto mode 让 Claude 代替你做权限决策,每个操作执行前都会经过安全检查。
Now you can use AI agents to design directly on the Figma canvas, with our new use_figma MCP tool and skills to teach them. Open beta starts today. https://t.co/AQZsFWvvXQ
今天的 Figma MCP 更新,让它成为我见过的与 Claude Code 最强的集成之一。 现在可以用 Claude Code 在 Figma 中直接设计,并获得完整的设计系统上下文。 【引用】现在你可以用 AI agent 直接在 Figma 画布上进行设计——通过全新的 use_figma MCP tool 和配套 skills。公开测试版今日开放。
Today, we’re releasing a feature that allows Claude to control your computer: Mouse, keyboard, and screen, giving it the ability to use any app. I believe this is especially useful if used with Dispatch, which allows you to remotely control Claude on your computer while you’re away.
Claude Code 现在可以控制你的电脑了! 【引用】今天我们发布了一项功能,让 Claude 可以控制你的计算机:鼠标、键盘和屏幕,使其能够操作任何应用程序。结合 Dispatch,你可以在外出时远程控制本机上运行的 Claude,我认为这个组合尤其实用。
357 tweets · 110 sources