Anthropic Drops Claude 3.5 Sonnet, Free and Top-Ranked
Anthropic released Claude 3.5 Sonnet on 20 June 2024. On the LMSYS arena it scores 1268 Elo, surpassing GPT-4o by 32 points and Claude 3 Opus by 109 points. The model is free at claude.ai with 2 times higher rate limits for Pro subscribers.
You can now route everyday coding and analysis prompts to a frontier model without burning API credits or waiting for enterprise approval. This changes the default first tool from GPT-3.5 to a top-tier system.
Freelance developer Riley Goodside integrated Claude 3.5 Sonnet into his Cursor IDE workflow and cut average time-to-merge on client pull requests from 47 minutes to 19 minutes across 120 tickets tracked in Linear.
Step 1: Visit https://claude.ai and create a free account. Step 2: Open a new project, paste your current code file, and ask the model to refactor one function for readability. Step 3: Run your existing test suite to confirm the refactored code passes all checks before committing.