If you use Claude day to day to write long-form content, do code reviews, or build automation workflows, this round of updates to Claude Sonnet 3.5 is well worth a careful look. It’s not just “a bit smarter”—it fills in the gaps on output limits, Workbench workflows, and usage visualization. Below, organized around the three most common scenarios, we’ll clearly explain what Claude Sonnet 3.5 added, how to use it, and where you’re likely to trip up.
Claude Sonnet 3.5 Extends Output: Long Plans No Longer Get Cut Off
In the API, Claude Sonnet 3.5 supports longer single responses: the maximum output tokens increased from 4,096 to 8,192. This is crucial for producing “complete, deliverable” content—such as a PRD that includes background, the plan, milestones, and a risk list, or generating a fairly complete script with comments in one go.
One thing to note: this doesn’t take effect by default. You need to include the official beta header in the request (shown in the docs as anthropic-beta: max-tokens-3-5-sonnet-2024-07-15), and set max_tokens to the value you need. When you want longer outputs from Claude Sonnet 3.5, it’s recommended that you lock in the structure first (table of contents/fields/acceptance criteria) and then have Claude Sonnet 3.5 fill it in section by section—success rates are higher that way.
Workbench Prompt Generator: Turning “I Can’t Write Prompts” into a Copyable Process
The most practical part of this Workbench enhancement is the “prompt generator.” You just describe the task in plain language (for example, “Classify inbound customer support requests by urgency and provide reply templates”), and it will give you a more systematic prompt framework.
It’s also great for team collaboration: prompts generated by Claude Sonnet 3.5 for the same task are easier to standardize. After that, you only need to swap in the input data—you don’t have to tune from scratch every time. It’s recommended to split the generated prompt into three parts: objective, constraints, and output format; then add a section on “how to self-check when it fails,” so Claude Sonnet 3.5 can pull itself back on track when it starts to drift.


