Recent Claude updates for developers have leaned more “practical”: not only improving model capabilities, but also filling in everyday necessities like debugging, comparing prompts, and checking billing. This article breaks down the new features in the Claude API and the Claude Console workbench that are worth using immediately, explained clearly by usage scenario.
Claude Sonnet 3.5 Extended Output: Writing long-form content is easier—and easier to control
In the Claude API, Claude Sonnet 3.5’s maximum output tokens have been increased from 4096 to 8192, making it suitable for “write it all in one go” tasks such as long reports, code generation, and meeting minutes. To enable extended output, you need to include the specified beta request header in your request.
The official approach is to add: "anthropic-beta": "max-tokens-3-5-sonnet-2024-07-15". It’s also recommended to set max_tokens closer to the length you actually need, to avoid unnecessary costs from Claude being able to output more.
Workbench Prompt Generator: Turn a “requirements description” into reusable prompts
The Claude Console workbench has added a prompt generator. You simply describe the task in natural language (e.g., “categorize and handle incoming customer support requests”), and Claude will produce a more complete prompt draft. For teams that need standardized outputs and batch processing, this step can significantly reduce repetitive trial and error.
In practice, it’s recommended to fill in three things in your input: the goal, the output format, and the boundary conditions. This makes the prompts Claude generates more likely to be directly usable, rather than “looking professional but being hard to execute.”
Evaluation Mode: Compare prompts side by side—rely less on intuition and more on results
The workbench’s evaluation mode supports displaying the outputs of two or more prompts side by side, and scoring Claude’s outputs on a 5-point scale. It’s especially useful for prompt A/B testing: with the same batch of sample inputs, see which prompt set is more stable and better matches formatting requirements.


