claude_code's profile picture. Community account for sharing ClaudeCode related projects and releases. Views/shares independent from @AnthropicAI positions.

Claude Code Community

@claude_code

Community account for sharing ClaudeCode related projects and releases. Views/shares independent from @AnthropicAI positions.

Tip: Ask @claude_code to use adapters, feature flags, and interfaces for implementations. 1. Model releases improve rapidly: 2024 June: Sonnet 3.5 2024 Oct: Sonnet 3.6 2025 Feb: Sonnet 3.7 2025 May: Sonnet/Opus 4 2025 Sept: Sonnet 4.5 Design key components around interfaces to…

claude_code's tweet image. Tip: Ask @claude_code to use adapters, feature flags, and interfaces for implementations.

1. Model releases improve rapidly:

2024 June: Sonnet 3.5
2024 Oct: Sonnet 3.6
2025 Feb: Sonnet 3.7
2025 May: Sonnet/Opus 4
2025 Sept: Sonnet 4.5

Design key components around interfaces to…
claude_code's tweet image. Tip: Ask @claude_code to use adapters, feature flags, and interfaces for implementations.

1. Model releases improve rapidly:

2024 June: Sonnet 3.5
2024 Oct: Sonnet 3.6
2025 Feb: Sonnet 3.7
2025 May: Sonnet/Opus 4
2025 Sept: Sonnet 4.5

Design key components around interfaces to…

Introducing Claude Sonnet 4.5—the best coding model in the world. It's the strongest model for building complex agents. It's the best model at using computers. And it shows substantial gains on tests of reasoning and math.

claudeai's tweet image. Introducing Claude Sonnet 4.5—the best coding model in the world.

It's the strongest model for building complex agents. It's the best model at using computers. And it shows substantial gains on tests of reasoning and math.


Announcement: Official support for Opus 4.1 planning and Sonnet 4 workhorse via /models in @claude_code Tips: 1) Ask Opus 4.1 to use Sonnet subagents in its plan to track parallelizable vs. sequential tasks. This multi-agent pairing outperforms single agents significantly.…

claude_code's tweet image. Announcement: Official support for Opus 4.1 planning and Sonnet 4 workhorse via /models in @claude_code

Tips:

1) Ask Opus 4.1 to use Sonnet subagents in its plan to track parallelizable vs. sequential tasks. 
This multi-agent pairing outperforms single agents significantly.…
claude_code's tweet image. Announcement: Official support for Opus 4.1 planning and Sonnet 4 workhorse via /models in @claude_code

Tips:

1) Ask Opus 4.1 to use Sonnet subagents in its plan to track parallelizable vs. sequential tasks. 
This multi-agent pairing outperforms single agents significantly.…

"Opus for planning, Sonnet for execution" is now available as a model setting in Claude Code! Best way to see it in action is with a status line.



Tip: Ask @claude_code to run your dev server in the background (Ctrl+B). Then have Claude code run integration tests against the dev server. No need to wait for users to copy-paste error traces. @claude_code continues until the integration succeeds. Builders review and give…

claude_code's tweet image. Tip: Ask @claude_code to run your dev server in the background (Ctrl+B).

Then have Claude code run integration tests against the dev server.

No need to wait for users to copy-paste error traces.

@claude_code continues until the integration succeeds.

Builders review and give…
claude_code's tweet image. Tip: Ask @claude_code to run your dev server in the background (Ctrl+B).

Then have Claude code run integration tests against the dev server.

No need to wait for users to copy-paste error traces.

@claude_code continues until the integration succeeds.

Builders review and give…

Claude Code can now handle long-running tasks in the background. Start your dev server, run tests, or build your project without blocking your workflow



@claude_code community: What has been the most impactful change to your workflow since Claude 4's release in May?


Tip: @claude_code supports custom subagents. 1) Begin with Claude-generated agents (/agents) and iterate ("e" to edit). 2) Dynamic subagent selection: Claude Code chooses subagents intelligently. Be precise in description fields to guide it. 3) @AnthropicAI's subagents page…

Claude Code is getting a brand new feature: custom subagents. Type `/agents` to get started.



Tip: Observe what @claude_code power users are doing and help turn it into an app that anyone can use. There's a lag between what is possible versus what exists. Try out the @claude_code SDK. Also worth checking out the subreddit r/ClaudeAI. x.com/trq212/status/…

If you are building agents, I highly recommend using the Claude Code SDK: docs.anthropic.com/en/docs/claude…



Tip: Sniffly (@chipro) for Claude Code dashboard featuring usage stats, detailed error analysis, and insights. Open-sourced on GitHub. 1) The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist. So I…

claude_code's tweet image. Tip:

Sniffly (@chipro) for Claude Code dashboard featuring usage stats, detailed error analysis, and insights.

Open-sourced on GitHub.

1) The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist.  So I…
claude_code's tweet image. Tip:

Sniffly (@chipro) for Claude Code dashboard featuring usage stats, detailed error analysis, and insights.

Open-sourced on GitHub.

1) The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist.  So I…

I open sourced Sniffly, a tool that analyzes Claude Code logs to help me understand my usage patterns and errors. Key learnings. 1. The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist. So I…

chipro's tweet image. I open sourced Sniffly, a tool that analyzes Claude Code logs to help me understand my usage patterns and errors.

Key learnings.

1. The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist.

So I…
chipro's tweet image. I open sourced Sniffly, a tool that analyzes Claude Code logs to help me understand my usage patterns and errors.

Key learnings.

1. The biggest type of errors Claude Code made is Content Not Found (20 - 30%). It tries to find files or functions that don't exist.

So I…


Tip: @claude_code is useful as a general agent, beyond coding. Name your files well. For mac users, Apple Notes and iMessages exists in your local file system. With your permission, @claude_code will be able to help with them. Example usages : /journal command that will…

Claude Code is All You Need When I first joined Anthropic I was surprised to learn that lots of the team used Claude Code as a general agent, not just for code. I’ve since become a convert! I use Claude Code to help me with almost all the work I do now, here’s how:



Tip: Try approaching @claude_code and its underlying models as an intelligence, rather than merely a Q&A chatbot or an answer machine. 1) If you’re thinking of something open-ended. Proactively ask it to pose clarifying questions back to you. This is often an overlooked step.…

btw by far the most interesting new pattern we are seeing in @latentspacepod (upcoming with @olivierddr and @sdrzn and @pashmerepat) is that people are using @claude_code and @Cline for non-coding tasks and this is becoming surprisingly effective for things like sales/BI…

swyx's tweet image. btw by far the most interesting new pattern we are seeing in @latentspacepod (upcoming with @olivierddr and @sdrzn and @pashmerepat) 

is that people are using @claude_code and @Cline for non-coding tasks and this is becoming surprisingly effective for things like sales/BI…


PSA: There is a spike in intermittent errors on Opus. Tip: Switch to Sonnet (`/model`) to mitigate. It's effective for executing tasks. API Error 529 - overloaded_error: Anthropic’s API is temporarily overloaded.

claude_code's tweet image. PSA: There is a spike in intermittent errors on Opus.

Tip: 
Switch to Sonnet (`/model`) to mitigate. It's effective for executing tasks.

API Error 529 - overloaded_error: Anthropic’s API is temporarily overloaded.
claude_code's tweet image. PSA: There is a spike in intermittent errors on Opus.

Tip: 
Switch to Sonnet (`/model`) to mitigate. It's effective for executing tasks.

API Error 529 - overloaded_error: Anthropic’s API is temporarily overloaded.
claude_code's tweet image. PSA: There is a spike in intermittent errors on Opus.

Tip: 
Switch to Sonnet (`/model`) to mitigate. It's effective for executing tasks.

API Error 529 - overloaded_error: Anthropic’s API is temporarily overloaded.

1) Try Bun @bunjavascript for faster compilation than (p)npm or Yarn. Bun fetches and installs packages in parallel. 2) Consider a Claude Max subscription if you're exceeding credits: 5x ($100/month) or 20x usage ($200/month) limit. 3) Use `ccusage` to track Claude code usage.

claude_code's tweet image. 1) Try Bun @bunjavascript for faster compilation than (p)npm or Yarn. Bun fetches and installs packages in parallel.

2) Consider a Claude Max subscription if you're exceeding credits: 5x ($100/month) or 20x usage ($200/month) limit.

3) Use `ccusage` to track Claude code usage.

got claude code max subscriptions for all the engineers at bun after looking at my usage

jarredsumner's tweet image. got claude code max subscriptions for all the engineers at bun after looking at my usage


Tip: Use subagents on @claude_code. @claude_code supports ~10 parallel tasks, coordinating via a task queue. Avoid specifying parallelism; let Claude Code determine task distribution. Cuong's article, "Claude Code: Subagent Deep Dive" is worth the read. @codecentrevibe

claude_code's tweet image. Tip: Use subagents on @claude_code.

@claude_code supports ~10 parallel tasks, coordinating via a task queue.

Avoid specifying parallelism; let Claude Code determine task distribution.

Cuong's article, "Claude Code: Subagent Deep Dive" is worth the read. @codecentrevibe
claude_code's tweet image. Tip: Use subagents on @claude_code.

@claude_code supports ~10 parallel tasks, coordinating via a task queue.

Avoid specifying parallelism; let Claude Code determine task distribution.

Cuong's article, "Claude Code: Subagent Deep Dive" is worth the read. @codecentrevibe

United States 트렌드

Loading...

Something went wrong.


Something went wrong.