Claude Code @anthropicai
We've been working on this for a while. Can't wait to hear what you think
We've redesigned Claude Code on desktop. You can now run multiple Claude sessions side by side from one window, with a new sidebar to manage them all.
View quoted postbrb trying this now
Tax season is here and a connector is all it takes to make @claudeai way more useful. Checkout what we just shipped: Connect TurboTax or Aiwyn Tax (formerly Column Tax) to Claude to estimate your refund, see what you may owe, and get a better understanding on the forms before
RT Noah Zweben Claude now supports dynamic looping. If you run /loop without passing an interval, Claude will dynamically schedule the next tick based on your task. It also may directly use the Monitor tool to bypass polling altogether /loop check CI on my PR Original tweet: https://x.com/noahzweben/status/2042670949003153647
RT Claude Claude for Word is now in beta. Draft, edit, and revise documents directly from the sidebar. Claude preserves your formatting, and edits appear as tracked changes. Available on Team and Enterprise plans. Original tweet: https://x.com/claudeai/status/2042670341915295865
1/3 Just got a nice DM from a big enterprise customer using Claude Code in one of the world's biggest codebases Here's how we made @-mentions 3x faster in large enterprise codebases 🧵2/3 After a few hours, I had a PR. The results were solid -- P99 got 3x faster after porting to TypeScript!3/3 The wins came from three places: 1. Pre-computing upfront in a clever way that doesn't block the main thread 2. Avoiding NAPI overhead for small result sets 3. Iteratively asking Claude to find perf improvements for faster file search
Claude Cowork, now generally available!
We released Claude Cowork as a research preview 12 weeks ago. Since then, millions of people have made it part of how they work - and hundreds of thousands more are trying it every week. I'm really optimistic about its ability to make people more productive. Today, we're
View quoted postRT Claude 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. Original tweet: https://x.com/claudeai/status/2041927687460024721
RT Amol Avasare Had a great chat with @lennysan on some of the fun stuff happening at the intersection of AI and growth! Thanks for having me on Lenny, had a blast :) https://open.spotify.com/episode/08QWCmKgDbMfpojknVW5Fa Original tweet: https://x.com/TheAmolAvasare/status/2041725306277654925
RT Noah Zweben /autofix-pr now lets you kick off autofix straight from the command line. After finishing up a PR, just run /autofix-pr. It sends your session to the cloud so the PR autofixer has full context to address CI failures and comments. Hugely win for my productivity. Original tweet: https://x.com/noahzweben/status/2041654973491245509
Mythos is very powerful, and should feel terrifying. I am proud of our approach to responsibly preview it with cyber defenders, rather than generally releasing it into the wild. Model card here: https://www-cdn.anthropic.com/53566bf5440a10affd749724787c8913a2ae0841.pdf
Introducing Project Glasswing: an urgent initiative to help secure the world’s most critical software. It’s powered by our newest frontier model, Claude Mythos Preview, which can find software vulnerabilities better than all but the most skilled humans. https://anthropic.com/glasswing
View quoted postRT Anthropic Introducing Project Glasswing: an urgent initiative to help secure the world’s most critical software. It’s powered by our newest frontier model, Claude Mythos Preview, which can find software vulnerabilities better than all but the most skilled humans. https://anthropic.com/glasswing Original tweet: https://x.com/AnthropicAI/status/2041578392852517128
RT Anthropic Re Our run-rate revenue has surpassed $30 billion, up from $9 billion at the end of 2025, as demand for Claude continues to accelerate. This partnership gives us the compute to keep pace. Read more: https://www.anthropic.com/news/google-broadcom-partnership-compute Original tweet: https://x.com/AnthropicAI/status/2041275563466502560
RT Anthropic We've signed an agreement with Google and Broadcom for multiple gigawatts of next-generation TPU capacity, coming online starting in 2027, to train and serve frontier Claude models. Original tweet: https://x.com/AnthropicAI/status/2041275561704931636
RT Noah Zweben Incredible to see @ForeverSolar using the Claude Agent SDK to drive permitting wins in the solar industry "Claude Agent SDK scored 97.5% on our benchmark—we couldn't break it...Other frameworks hit 20–60% at higher cost." https://claude.com/customers/freedom-forever Yay green energy! Original tweet: https://x.com/noahzweben/status/2040182670974660867
Today we're excited to announce NO_FLICKER mode for Claude Code in the terminal It uses an experimental new renderer that we're excited about. The renderer is early and has tradeoffs, but already we've found that most internal users prefer it over the old renderer. It also supports mouse events (yes, in a terminal). Try it: CLAUDE_CODE_NO_FLICKER=1 claude
@bcherny @UltraLinx please at least fix the uncontrollable scrolling/flickering before the next 3000 features
View quoted postRT Noah Zweben You can now set the permission mode for coding tasks in Dispatch. We recommend using Auto mode for the safest and most seamless Dispatch experience but any of your allowed permissions are available. Note if you use Bypass Permissions you need to approve session start. Original tweet: https://x.com/noahzweben/status/2039407002913513477
RT cat We've made setting up http://claude.ai/code with GitHub much easier! You can now run /web-setup in a local `claude` session to use your local GitHub credentials on the web Original tweet: https://x.com/_catwu/status/2039027712288075812
1/5 1/ Did you know Claude Code has a mobile app? Personally, I write a lot of my code from the iOS app. It's a convenient way to make changes without opening a laptop. Download the Claude app for iOS/Android > Code tab on the left.2/5 9/ Use /btw for side queries I use this all the time to answer quick questions while the agent works3/5 8/ Fork your session People often ask how to fork an existing session. Two ways: 1. Run /branch from your session 2. From the CLI, run claude --resume <session-id> --fork-session4/5 14/ Use --agent to give Claude Code a custom system prompt & tools Custom agents are a powerful primitive that often gets overlooked. To use it, just define a new agent in .claude/agents, then run claude --agent=<your agent's name> https://code.claude.com/docs/en/sub-agents5/5 12/ Use --bare to speed up SDK startup by up to 10x By default, when you run claude -p (or the TypeScript or Python SDKs) we search for local CLAUDE.md's, settings, and MCPs. But for non-interactive usage, most of the time you want to explicitly specify what to load via --system-prompt, --mcp-config, --settings, etc. This was a design oversight when we first built the SDK, and in a future version, we will flip the default to --bare. For now, opt in with the flag.
RT Lydia Hallie ✨ Claude Code now supports an `if` field in hooks It uses permission rule syntax to filter when a hook runs, which is useful when you want a hook on some bash commands but not every single one! Original tweet: https://x.com/lydiahallie/status/2037573738670297583
RT Noah Zweben Thrilled to announce Claude Code auto-fix – in the cloud. Web/Mobile sessions can now automatically follow PRs - fixing CI failures and addressing comments so that your PR is always green. This happens remotely so you can fully walk away and come back to a ready-to-go PR. Original tweet: https://x.com/noahzweben/status/2037219115002405076
RT Thariq imessage is now available as a channel! Original tweet: https://x.com/trq212/status/2036959638646866021
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
RT Anthropic New on the Engineering Blog: How we designed Claude Code auto mode. Many Claude Code users let Claude work without permission prompts. Auto mode is a safer middle ground: we built and tested classifiers that make approval decisions instead. Read more: https://www.anthropic.com/engineering/claude-code-auto-mode Original tweet: https://x.com/AnthropicAI/status/2036944806317088921
RT Anthony Morris ツ if you're bored waiting for claude to finish doing work, start another session. life is too short to be bored. Original tweet: https://x.com/amorriscode/status/2036656689890623623
RT cat Excited to see everyone at Code with Claude! What would you like to hear from us at this year's sessions? Original tweet: https://x.com/_catwu/status/2036594646370210229
Our developer conference Code with Claude returns this spring, this time in San Francisco, London, and Tokyo. Join us for a full day of workshops, demos, and 1:1 office hours with teams behind Claude. Register to watch from anywhere or apply to attend: https://claude.com/code-with-claude
View quoted postno 👏 more 👏 permission prompts 👏
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.
View quoted postLittle known fact, the Anthropic Labs team (the team I joined Anthropic to be on) shipped: - MCP - Skills - Claude Desktop app - Claude Code It was just a few of us, shipping fast, trying to keep pace with what the model was capable of. Those early Desktop computer use prototypes, back in the Sonnet 3.6 days, felt clunky and slow. But it was easy to squint and imagine all the ways people might use it once it got really good. Fast forward to today. I am so excited to release full computer use in Cowork and Dispatch. Really excited to see what you do with it!
You can now enable Claude to use your computer to complete tasks. It opens your apps, navigates your browser, fills in spreadsheets—anything you'd do sitting at your desk. Research preview in Claude Cowork and Claude Code, macOS only.
View quoted postRT Claude You can now enable Claude to use your computer to complete tasks. It opens your apps, navigates your browser, fills in spreadsheets—anything you'd do sitting at your desk. Research preview in Claude Cowork and Claude Code, macOS only. Original tweet: https://x.com/claudeai/status/2036195789601374705
RT Thariq we're testing a new version of /init based on your feedback- it should interview you and help setup skills, hooks, etc. you can enable it with this env_var flag: CLAUDE_CODE_NEW_INIT=1 claude would love your feedback! Original tweet: https://x.com/trq212/status/2035799806640115806
I want to make /init more useful- what do you think it should do to help setup Claude Code in a repo?
View quoted postRT Noah Zweben Loops now run for up to 7 days instead of 3. Let me know what you’re /looping on! Original tweet: https://x.com/noahzweben/status/2035766998320456173
/loop 5m make sure this PR passes CI While loops for agents have dropped! https://code.claude.com/docs/en/scheduled-tasks
View quoted postRT Lydia Hallie ✨ You can now set effort level in skills/slash commands! This controls how long the model thinks before answering, and overrides your session default Original tweet: https://x.com/lydiahallie/status/2035426943777263751
RT Thariq I put a lot of heart into my technical writing, I hope it's useful to you all. 📌 Here's a pinned thread of everything I've written. (much of this will be posted on the Claude blog soon as well) Original tweet: https://x.com/trq212/status/2035372716820218141
Join our team
I'm hiring someone to join my team at Anthropic to lead Claude Code comms. This is not a role for someone who wants to run an old playbook. You'll need to be a Claude Code super user, understand developers and dev tools, and have great taste. You'll work hard, learn a lot, and
View quoted postDesktop and http://claude.ai should be feeling faster
A small ship I love: We made http://Claude.ai and our desktop apps meaningful faster this week. We moved our architecture from SSR to a static @vite_js & @tan_stack router setup that we can serve straight from workers at the edge. Time to first byte is down 65% at p75,
View quoted postRT Noah Zweben You can now schedule recurring cloud-based tasks on Claude Code. Set a repo (or repos), a schedule, and a prompt. Claude runs it via cloud infra on your schedule, so you don’t need to keep Claude Code running on your local machine. Original tweet: https://x.com/noahzweben/status/2035122989533163971
RT cat The PM playbook was built on an assumption that the technology underneath your product is roughly stable With the current pace of model progress, this is no longer true. Here's how we've evolved the PM role: Original tweet: https://x.com/_catwu/status/2035104384007422347
RT Lydia Hallie ✨ Claude Code on desktop lets you select DOM elements directly, much easier than describing which component you want updated! Claude gets the tag, classes, key styles, surrounding HTML, and a cropped screenshot. React apps also get the source file, component name and props Original tweet: https://x.com/lydiahallie/status/2035088515332284651
RT Felix Rieseberg Today's ship: Projects in Cowork! Built in memory across tasks is super useful, as is having a shared folder & connections setup for a group of tasks. Original tweet: https://x.com/felixrieseberg/status/2035066361719005294
Let us know what you think!
We just released Claude Code channels, which allows you to control your Claude Code session through select MCPs, starting with Telegram and Discord. Use this to message Claude Code directly from your phone.
View quoted postRT Santiago Claude Cowork is mind-blowing. I still cannot believe you can do this on your phone and then come back to your computer to a complete report on the best plane tickets to buy. I wonder where we'll be by the end of the year. Original tweet: https://x.com/svpino/status/2034609603619803592
RT Noah Zweben And another thing... Skills and a bunch of /slash commands (/clear, /compact) etc now work over mobile in Remote Control. As a heads up we dont have auto-complete yet so better get those spelling-bee skills sharpened :) Update to latest cc & mobile Original tweet: https://x.com/noahzweben/status/2034457917555179977
Can’t wait for this!
Our developer conference Code with Claude returns this spring, this time in San Francisco, London, and Tokyo. Join us for a full day of workshops, demos, and 1:1 office hours with teams behind Claude. Register to watch from anywhere or apply to attend: https://claude.com/code-with-claude
View quoted postYou can now touch grass in Cowork, too 👏
We're shipping a new feature in Claude Cowork as a research preview that I'm excited about: Dispatch! One persistent conversation with Claude that runs on your computer. Message it from your phone. Come back to finished work. To try it out, download Claude Desktop, then pair
View quoted postRT Lydia Hallie ✨ Btw you can add `context: fork` to run a skill in an isolated subagent. The main context only sees the final result, not the intermediate tool calls It gets a fresh context window with CLAUDE.md + your skill as the prompt. The `agent` field even lets you set the subagent type! Original tweet: https://x.com/lydiahallie/status/2033603164398883042
RT sam mcallister Three years ago today. Original tweet: https://x.com/sammcallister/status/2032788075760308670
RT Thariq A few end of week ships: You can now set effort to 'max' which reasons for longer and uses as many tokens as needed. This will spend your usage limits more quickly so you have to activate it per session. Hit /effort to try it. Original tweet: https://x.com/trq212/status/2032632596572811575
🤯 You can now launch Claude Code sessions on your laptop *from your phone* This blew my mind the first time I tried it
Remote Control - Session Spawning: Run claude remote-control and then spawn a NEW local session in the mobile app. * Out to Max, Team, and Enterprise (>=2.1.74) *Have GH set up on mobile (relaxing soon) * Working on speeding up session start-time
View quoted postUpdate: this is now rolled out to 100% of users
🎶 I've been using voice mode to write much of my CLI code this last week Can't wait to hear what you think.
View quoted postRT Claude Claude can now build interactive charts and diagrams, directly in the chat. Available today in beta on all plans, including free. Try it out: http://claude.ai Original tweet: https://x.com/claudeai/status/2032124273587077133
RT Claude Claude for Excel and Claude for PowerPoint now sync together seamlessly. When you’ve got more than one file open, Claude shares the full context of your conversation between them. Pull data from spreadsheets, build out tables, and update a deck — without re-explaining a step. Original tweet: https://x.com/claudeai/status/2031790754637717772
btw
We just added /btw to Claude Code! Use it to have side chain conversations while Claude is working.
View quoted postNew in Claude Code: Code Review. A team of agents runs a deep review on every PR. We built it for ourselves first. Code output per Anthropic engineer is up 200% this year and reviews were the bottleneck Personally, I’ve been using it for a few weeks and have found it catches many real bugs that I would not have noticed otherwise
Introducing Code Review, a new feature for Claude Code. When a PR opens, Claude dispatches a team of agents to hunt for bugs.
View quoted postRT Noah Zweben /loop 5m make sure this PR passes CI While loops for agents have dropped! https://code.claude.com/docs/en/scheduled-tasks Original tweet: https://x.com/noahzweben/status/2030091232698061202
RT Thariq Today we're launching local scheduled tasks in Claude Code desktop. Create a schedule for tasks that you want to run regularly. They'll run as long as your computer is awake. Original tweet: https://x.com/trq212/status/2030019397335843288
RT Noah Zweben Remote Control is now available to Team and Enterprise users! Please update to 2.1.69. We are fully launched. Enjoy the fresh air <3 Default off but admins can enable at https://claude.ai/admin-settings/claude-code Original tweet: https://x.com/noahzweben/status/2029718251182379466
RT Mike Krieger More than a million people are now signing up for Claude every day. To everyone choosing to make @claudeai part of how they work and think: welcome. Original tweet: https://x.com/mikeyk/status/2029662454079512598
RT Dickson Tsai In Claude Code, we’ve recently launched HTTP hooks, easier to use and more secure than existing command hooks! You can build a web app (even on localhost) to view CC’s progress, manage its permissions, and more. Then, now that you have a server with your hooks processing logic, you can easily deploy new changes or manage state across your CCs with a DB. How do HTTP hooks work? CC posts the hook event to a URL of your choice and awaits a response. They work wherever hooks are supported, including plugins, custom agents, and enterprise managed settings. Docs: https://code.claude.com/docs/en/hooks Original tweet: https://x.com/dickson_tsai/status/2029235808235078095
🎶 I've been using voice mode to write much of my CLI code this last week Can't wait to hear what you think.
Voice mode is rolling out now in Claude Code. It’s live for ~5% of users today, and will be ramping through the coming weeks. You'll see a note on the welcome screen once you have access. /voice to toggle it on!
View quoted postRT Claude Memory is now available on the free plan. We've also made it easier to import saved memories into Claude. You can export them whenever you want. Original tweet: https://x.com/claudeai/status/2028559427167834314
RT @levelsio Claude Remote Control is extremely nice Can edit on MacOS or iOS in Claude app on my production server from anywhere A bit more friendly to the eyes than SSH Original tweet: https://x.com/levelsio/status/2028211678194647447
My new command for Claude with remote control on yolo mode: c() { IS_SANDBOX=1 claude rc --dangerously-skip-permissions "$@"; }
RT Mike Krieger Claude is #1 in the App Store today — I want to say a huge thank you to all of our new (and existing!) users for the support. We’re working hard for you, please share your thoughts and feedback along the way. Original tweet: https://x.com/mikeyk/status/2027882977422610586
RT Anthropic A statement on the comments from Secretary of War Pete Hegseth. https://anthropic.com/news/statement-comments-secretary-war Original tweet: https://x.com/AnthropicAI/status/2027555481699446918
In the next version of Claude Code.. We're introducing two new Skills: /simplify and /batch. I have been using both daily, and am excited to share them with everyone. Combined, these kills automate much of the work it used to take to (1) shepherd a pull request to production and (2) perform straightforward, parallelizable code migrations.
Proud to work at Anthropic.
A statement from Anthropic CEO, Dario Amodei, on our discussions with the Department of War. https://www.anthropic.com/news/statement-department-of-war
View quoted postClaude Code Remote is rolling out now for Pro users
Rolling out Claude Code Remote Control to Pro users - because they deserve to use the bathroom too . (Team and Enterprise coming soon). 🧻 Rolling out to 10% and ramping 1. Update to claude v2.1.58+ 2. Try log-out and log-in to get fresh flag values. 3. /remote-control
View quoted postRT SemiAnalysis 4% of GitHub public commits are being authored by Claude Code right now. At the current trajectory, we believe that Claude Code will be 20%+ of all daily commits by the end of 2026. While you blinked, AI consumed all of software development. Original tweet: https://x.com/SemiAnalysis_/status/2027443723362042308
🧑💻🧑💻🧑💻
I’m going to start running office hours for users of Claude Code on desktop. 2 hours every Wednesday. 15 minute slots. Bring your feature requests or frustrations and help shape the future! I’ll post the sign up form next week.
View quoted postSo much of what makes Claude Code great came from feedback from OSS developers. Excited we can give back a little.
Excited to announce Claude for Open Source ❤️ We're giving 6 months of free Claude Max 20x to open source maintainers and core contributors. If you maintain a popular project or contribute across open source, please apply! https://claude.com/contact-sales/claude-for-oss
View quoted postRT Thariq We've rolled out a new auto-memory feature. Claude now remembers what it learns across sessions — your project context, debugging patterns, preferred approaches — and recalls it later without you having to write anything down. Original tweet: https://x.com/trq212/status/2027109375765356723
RT Claude New in Cowork: scheduled tasks. Claude can now complete recurring tasks at specific times automatically: a morning brief, weekly spreadsheet updates, Friday team presentations. Original tweet: https://x.com/claudeai/status/2026720870631354429
RT Noah Zweben In the spirit of building in public: 📈 Wow this was a popular feature. We've scaled up some capacity on our end to accommodate usage. Sorry if you ran into some connectivity issues in the past few hours 🐞 Some text may be covered on Android. We're on it. 🐞 GH auth is required to see Code pane on mobile (you can still deeplink to your session via QR/link) ✅ Plan mode and AskUserQuestion should be fixed 🚧 WIP - making permissions more flexible in remote control sessions so you can do things like always allow etc... 🚧 Desktop support And maybe soon ... letting Pro users touch grass too 🌴😎 Original tweet: https://x.com/noahzweben/status/2026714443820970038
Announcing a new Claude Code feature: Remote Control. It's rolling out now to Max users in research preview. Try it with /remote-control Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.
View quoted postRT Jarred Sumner In the next version of Bun Bun gets a native REPL Original tweet: https://x.com/jarredsumner/status/2026587131997831604
We shipped Claude Code as a research preview a year ago today. Developers have used it to build weekend projects, ship production apps, write code at the world's largest companies, and help plan a Mars rover drive. We built it, and you showed us what it was for.
RT Thariq Slack has rolled out a new plugin that allows you to connect to Slack for search, messaging, document creation and more. Use this to get context from Slack into Claude Code so it has context on what you're working on or to post updates. Original tweet: https://x.com/trq212/status/2026438391299191026
RT Claude New in Claude Code: Remote Control. Kick off a task in your terminal and pick it up from your phone while you take a walk or join a meeting. Claude keeps running on your machine, and you can control the session from the Claude app or http://claude.ai/code Original tweet: https://x.com/claudeai/status/2026418433911603668
Have been using this daily and loving it! Tell us what you think
Announcing a new Claude Code feature: Remote Control. It's rolling out now to Max users in research preview. Try it with /remote-control Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.
View quoted postRT Cerebral Valley A global virtual hackathon for Opus 4.6 🌐 13,000+ applicants. 500 selected. 227 projects. 6 finalists. 3 winners. Final presentations in front of @bcherny & @_catwu Attendees flying in to be at @SHACK15sf Safe to say, Claude Code’s 1st birthday was one for the ages ⚡️ Original tweet: https://x.com/cerebral_valley/status/2026066211482857844
🎂 Happy 1st birthday to Claude Code Thanks everyone for coming out and celebrating with us!!
RT Dan Shipper 📧 PSA if you're iterating on front-end designs, you should try Claude Code desktop. it's great Original tweet: https://x.com/danshipper/status/2025618482994229431
RT Eren Bali Every technical founder who had stopped coding 10 years ago Original tweet: https://x.com/erenbali/status/2025243266715893922
1/6 2/ Use worktree mode in the Desktop app If you prefer not to use terminal, head to the Code tab in the Claude Desktop app and ☑️ worktree mode https://code.claude.com/docs/en/desktop-quickstart#install2/6 1/ Use claude --worktree for isolation To run Claude Code in its own git worktree, just start it with the --worktree option. You can also name your worktree, or have Claude name it for you. Use this to run multiple parallel Claude Code sessions in the same git repo, without the code edits clobbering each other. You can also pass the --tmux flag to launch Claude in its own Tmux session.3/6 Introducing: built-in git worktree support for Claude Code Now, agents can run in parallel without interfering with one other. Each agent gets its own worktree and can work independently. The Claude Code Desktop app has had built-in support for worktrees for a while, and now we're bringing it to CLI too. Learn more about worktrees: https://git-scm.com/docs/git-worktree4/6 4/ Custom agents support git worktrees You can also make subagents always run in their own worktree. To do that, just add "isolation: worktree" to your agent frontmatter5/6 3/ Subagents now support worktrees Subagents can also use worktree isolation to do more work in parallel. This is especially powerful for large batched changes and code migrations. To use it, ask Claude to use worktrees for its agents. Available in CLI, Desktop app, IDE extensions, web, and Claude Code mobile app.6/6 5/ Also available for non-git source control If you're a Mercurial, Perforce, or SVN user, define worktree hooks to benefit from isolation without having to use Git
We've been working on this for a while -- it's impressive (and scary) to see the kinds of security issues it has identified. Rolling out slowly, starting as a research preview for Team and Enterprise customers.
Introducing Claude Code Security, now in limited research preview. It scans codebases for vulnerabilities and suggests targeted software patches for human review, allowing teams to find and fix issues that traditional tools often miss. Learn more: https://www.anthropic.com/news/claude-code-security
View quoted postA massive ship from the Claude Code Desktop team. We've been dogfooding this for a while, and can't wait for you to try it.
Claude Code on desktop can now preview your running apps, review your code, and handle CI failures and PRs in the background. Here’s what's new:
View quoted postRT Alex Albert Huge quality of life upgrade for devs: We've added automatic prompt caching to the API which means you no longer have to set cache points in your requests! Original tweet: https://x.com/alexalbert__/status/2024586006633271386
RT Thariq http://x.com/i/article/2024543492064882688 Original tweet: https://x.com/trq212/status/2024574133011673516
RT Lenny Rachitsky Claude Code launched just one year ago. Today it writes 4% of all GitHub commits, and DAU 2x'd last month alone. In my conversation with @bcherny, creator and head of Claude Code, we dig into: 🔸 Why he considers coding "largely solved" 🔸 What tech jobs will be transformed next 🔸 The counterintuitive bet that made Claude Code take off 🔸 Why he left for Cursor and what brought him back 🔸 Practical tips for getting the most out of Claude Code and Cowork 🔸 Much more Listen now👇 https://www.youtube.com/watch?v=We7BZVKbCVw Original tweet: https://x.com/lennysan/status/2024524464017592641
RT Jarred Sumner Long-running Claude Code sessions use less memory in v2.1.47, thanks to @cirospaciari Keep reporting issues and the team will fix Original tweet: https://x.com/jarredsumner/status/2024289291879534793
Claude Code CLI 2.1.47 changelog: • Fixed FileWriteTool line counting to preserve intentional trailing blank lines instead of stripping them with `trimEnd()`. • Fixed Windows terminal rendering bugs caused by `os.EOL` (`\r\n`) in display code — line counts now show correct
View quoted postThanks for hosting me on the podcast! It was a blast
A very special guest on this episode of the Lightcone! @bcherny, the creator of Claude Code, sits down to share the incredible journey of developing one of the most transformative coding tools of the AI era. 00:00 Intro 01:45 The most surprising moment in the rise of Claude Code
View quoted postRT Claude Claude Code is turning one, and we’re throwing a birthday party. Join fellow builders and the Claude Code team in San Francisco on Feb 21 for live demos, top hackathon projects, and cake. Come show us what you're building (spots are limited): https://cerebralvalley.ai/e/anthropic-claude-code-bday Original tweet: https://x.com/claudeai/status/2023865819877589055
Sonnet 4.6 is now live in Claude Code. It's cheaper than Opus 4.6 and nears Opus-level intelligence, and devs in early testing often preferred it to Opus 4.5. Now the default for Pro and Team plans.
This is Claude Sonnet 4.6: our most capable Sonnet model yet. It’s a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. It also features a 1M token context window in beta.
View quoted postLoving Sonnet 4.6 in Cowork -- great balance of capability, speed, and token efficiency
This is Claude Sonnet 4.6: our most capable Sonnet model yet. It’s a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. It also features a 1M token context window in beta.
View quoted postClaude Code + Figma = 👌
Figma just shipped the ability to bring UI work done in Claude Code straight into Figma as editable design frames. Use this to explore new ideas in Figma, view multi-page flows on the canvas, or reimagine user experiences.
View quoted post🫶
Just tried Claude Cowork now… and I seriously regret not using it sooner. This thing is actually insane/crazy good.
Thanks for having me on the pod @garrytan! I joined a YC startup back in the early days of YC in 2011. It’s crazy how much has changed for founders building today vs back then. Small teams (and their Claudes) can do so much now!
RT Anthony Morris ツ SSH support is now available for Claude Code on desktop Connect to your remote machines and let Claude cook, TMUX optional. Original tweet: https://x.com/amorriscode/status/2022442179789300064
Love seeing how Spotify is shipping with Claude Code. Their best developers haven't written a single line of code since December, they fix bugs from their phones, and they shipped 50+ features from Slack during morning commutes https://techcrunch.com/2026/02/12/spotify-says-its-best-developers-havent-written-a-line-of-code-since-december-thanks-to-ai/
RT Anthropic Anthropic is partnering with @CodePath, the US's largest collegiate computer science program, to bring Claude and Claude Code to 20,000+ students at community colleges, state schools, and HBCUs. Read more: https://www.anthropic.com/news/anthropic-codepath-partnership Original tweet: https://x.com/AnthropicAI/status/2022299804894712174