Ends soon! Get $70+ in savings and build skills with Coursera Plus. Save 40% for 3 months.
Explore the basics of Claude Sonnet, Anthropic’s artificial intelligence (AI) model for agentic tasks, coding, and general business needs. Learn how Sonnet 5 compares to older versions and how you can use it in your career.
![[Featured Image] Side view of a software developer using AI, such as Claude Sonnet, to resolve issues with the code they are working on.](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/wp1lcwdav1p1/1RC69wLwKIEY83akKTelHi/dbb873cbff802ee607ad6cf173ee0c58/GettyImages-1150342651-converted-from-jpg.webp?w=1500&h=680&q=60&fit=fill&f=faces&fm=jpg&fl=progressive&auto=format%2Ccompress&dpr=1&w=1000)
Claude Sonnet 5 is Anthropic's most advanced Sonnet model, built for agentic coding, multi-step workflows, and professional tasks at near-Opus-level performance.
Sonnet 5 improves on earlier Sonnet models in areas including agentic reasoning, coding, tool use, and knowledge work.
Sonnet 5 outperforms GPT-5.5 on most coding and agentic benchmarks, including SWE-bench Pro and BrowseComp, making it stronger for enterprise AI workflows.
Claude Sonnet is for everyday professional use at scale, especially for complex agentic and coding tasks, offering fast, cost-efficient performance for multi-step workflows. Discover what Claude Sonnet can do, how the recent version compares to older versions, and how you can use it in your career.
If you’re ready to start learning more about leveraging LLMs to build AI agents, consider enrolling in the IBM RAG and Agentic AI Professional Certificate. You’ll have the opportunity to gain experience with crafting multimodal prompts, implementing intelligent, context-aware agents, and more in as little as eight weeks. Upon completion, you’ll have earned a career certificate for your resume.
Sonnet is part of Anthropic’s Claude family, a collection of advanced large language models (LLMs) with near-human-like comprehension and top-tier intelligence across reasoning, long-context, and multilingual tasks. Claude Sonnet 5 is the latest version of the model that Anthropic describes as its “most agentic Sonnet model yet” [1].
Sonnet 5 excels at coding, agents, and professional tasks, demonstrating performance comparable to larger, more expensive models like Claude Opus, one of Anthropic’s most intelligent models with state-of-the-art performance in agentic coding and knowledge work. Sonnet 5 also outperforms its predecessor, Sonnet 4.6, in agentic reasoning, coding, tool use, and knowledge-based work, while also reducing the risk of unwanted behaviors and safety concerns.
Sonnet 5 is best suited for AI applications that require advanced intelligence while balancing cost-efficiency and performance, such as agents that directly interact with customers, large-scale content generation, real-time research, and software development workflows. Explore these key features of Claude Sonnet 5:
Coding: The model offers enhanced coding capabilities spanning the entire software development process, from planning to code debugging, maintenance, and refactoring. Sonnet 5 generates cleaner, more precise code that developers can understand and maintain easily while navigating multiple files and existing codebases, with minimal human supervision and corrections.
Agent orchestration: Sonnet 5 can serve as a reliable backbone for autonomous AI agents, working as both the primary orchestrator agent and a subagent. It demonstrates reliable tool use, more precise instruction following, and context-adaptive decision-making across multi-step workflows. The model balances cost-effectiveness with scale, making it suitable for agentic automation, production-ready AI agents, and high-volume agentic workflows.
Reasoning: Claude Sonnet 5 has adaptive thinking on by default, meaning the model will assess each task and configure its level of reasoning on its own. You can also fine-tune the model’s reasoning efforts across five levels, from low to max. Sonnet 5 shows markedly improved reasoning compared to Sonnet 4.6, with its “medium” reasoning setting comparable to Sonnet 4.6’s “high” setting. Additionally, its multimodal reasoning accuracy surpasses that of Gemini 3.5 Flash and GPT-5.5 [2].
Computer use: Claude Sonnet 3.5 was the first AI model to offer computer-use capabilities, which allow Claude to interact with computers similar to humans, like moving cursors and filling out online forms. Sonnet 5 offers more accurate and reliable automation of computer- and browser-based tasks, including customer onboarding and competitive analysis tasks that formerly required human intervention.
Claude 3 Sonnet was released in 2024 and was the first Sonnet model in the Claude family. Soon after, Anthropic released Sonnet 3.5, with improved intelligence, reasoning, context awareness, and coding abilities, as well as a balance of performance and cost-effectiveness for complex tasks, compared to both older Claude models and popular AI models at the time, like GPT-4o and Gemini 1.5. Released in 2026, Sonnet 5 is the latest version of Sonnet. Discover how Sonnet 5 compares to Claude 3.5 Sonnet below.
Context window: The context window of an LLM is the amount of text it can remember at a time, represented as tokens. While Sonnet 3.5 supported a 200K-token context window, more recent Sonnet models, like Sonnet 5, have expanded the window to 1 million tokens, allowing the model to handle longer and more complex prompts [3, 4]. Additionally, the Sonnet 5 model can automatically track how many context tokens are left and configure remaining tasks accordingly.
Reasoning mechanism: Sonnet 3.5 required chain-of-thought (CoT) prompting for complex reasoning tasks, where you would provide the model with step-by-step instructions on how to tackle a problem. Sonnet 5 instead uses adaptive thinking by default, automatically assessing whether thinking is required and how much effort to use based on your task and problem, working through on its own across multiple iterations. You’ll be able to see its reasoning as “thinking blocks” before Sonnet provides a final output. You can also manually adjust the model's thinking effort, trading off intelligence for speed and cost based on your needs.
Coding ability: While Sonnet 3.5 achieved a score of 49 percent on SWE-bench Verified, which evaluates how accurately an AI model can resolve real-world software engineering issues from GitHub, Sonnet 5 achieved 85.2 percent, demonstrating the latest version’s superiority in coding compared to older versions [2, 5].
Claude Sonnet pricing can vary based on factors like how many tokens your prompts use and whether you implement batch processing or prompt caching.
Tokens: $2 per 1 million input tokens; $10 per 1 million output tokens [6].
Prompt caching: Prompt caching saves time and costs for repetitive tasks by allowing you to resume from a specific cached prefix of a prompt. With prompt caching enabled, you’ll pay $2.50 per million tokens to write and $0.20 per million tokens to read a prompt [6].
Batch processing: Batch processing allows you to submit multiple processing requests at the same time when handling large volumes of data. With batch processing, you'll be billed $1 per million input tokens and $5 per million output tokens [6]. Using prompt caching with batch processing, you'll pay $1.25 per million tokens to write and $0.10 per million tokens to read a prompt [6].
Whether Sonnet is better than ChatGPT will depend on what you require from your LLM and which features you prioritize. For multi-agent enterprise workflows requiring specialized regulatory compliance, Sonnet might be the better choice, while ChatGPT remains a flexible option for broader conversational and industrial needs. Additionally, Anthropic compared Sonnet 5 with other Claude and LLM models, like ChatGPT’s GPT-5.5, across several AI model evaluation benchmarks. Check out the results to better understand where each model’s strength is [2]:
• Complex real-world coding (SWE-bench Pro): Sonnet 5
• Command-line interface coding (Terminal-Bench 2.1): GPT-5.5
• Agentic web search, tool call, and code execution (Humanity’s Last Exam): Sonnet 5
• Agentic ability to find hard-to-locate web information (BrowseComp): Sonnet 5
• Computer use tasks like file management (OSWorld-verified): Sonnet 5
• Research-level maths (ArXivMath): GPT-5.5; Sonnet 5 when using tools
• Legal support tasks (Legal Agent Benchmark): Sonnet 5
• Real-world health care tasks (HealthBench): Sonnet 5
Read more: Claude AI vs. ChatGPT: What’s the Difference?
Yes, Claude Sonnet is multimodal, which means it can process and analyze different types of input, like text and images.
Older Sonnet models like Sonnet 3.5 excelled at interpreting graphs and charts and understanding text from poor-quality images to derive insights, Sonnet 5 can process text and image inputs, as well as voice dictation and unstructured files like PDFs, to return text outputs, diagrams, and speech-to-text audio.
Anthropic's evaluation of Sonnet 5 against older Sonnet models found that it offers improved structured reasoning and highly reliable analysis of charts, industrial diagrams, and other visual items [2]. When tested on complex multimodal reasoning across dense PDFs from professional workflows in industries like finance, health care, and engineering, Sonnet 5 surpassed its predecessor, Sonnet 4.6, with and without Python tools.
Sonnet 5 achieved similar gains over Sonnet 4.6 in industrial computer-aided design (CAD) reasoning and demonstrated near-Opus-level performance in multistep visual reasoning across scientific charts and academic infographics [2].
Claude Sonnet is known for balancing high agentic intelligence with speed and cost efficiency. Sonnet models are designed for everyday professional use, best suited to production scaling and complex agentic and coding tasks. Sonnet 5 is Anthropic's 'most agentic Sonnet model yet,' capable of handling high-volume workloads and operating autonomously to plan multi-step tasks, use tools like browsers and terminals, and adapt its decision-making in real-time. With near-Opus-level performance and intelligence, Sonnet 5 provides teams with a cost-effective solution for everyday professional tasks at scale.
Yes, Claude Sonnet offers frontier intelligence for coding tasks at scale, supporting complex coding workflows spanning the entire software development lifecycle. Outperforming AI models like GPT-5.5 and Gemini 3.5 Flash, as well as its predecessor Sonnet 4.6, Sonnet 5 achieved an accuracy of 63.2 percent on the SWE-Bench Pro metric, which measures AI models’ software coding abilities on more complex, real-world software coding tasks [2]
Claude also provides resources to guide you through using its models, from setting up your environment to developing code. Start exploring advanced features like adaptive thinking and fetching specific web pages and PDFs from the internet.
You can also consider exploring the following features:
Artifacts: This allows you to generate and view code snippets, text, and designs in a side-by-side window with your chat. To use artifacts, you'll need to turn on 'Code execution and file creation' in your Settings.
Professional document creation: Sonnet can draft production-ready documents, such as spreadsheets and reports, by consolidating data from internal and external sources.
Projects: The “projects” feature helps you create dedicated folders with specific chat histories and knowledge bases that you can add your documents to, helping you maintain highly contextual chats.
Connectors: Using connectors, you can allow Claude to connect to and take action in your preferred tools, like Google Drive and Asana.
Research: By enabling the “research” feature, you’ll allow Claude to independently continue searching for information that best answers your query, understand and build upon its findings, automatically explore different perspectives for your question, and deliver clear, well-cited results.
Ultimately, the results you obtain using Claude Sonnet will depend on how clear and specific your prompts are. Claude offers extensive prompt engineering guidance for using Sonnet 5 and its other AI models, but you can also develop your prompting skills through an online course, such as the Google Prompting Essentials Specialization on Coursera.
Sonnet 5's diverse capabilities in agentic coordination, coding, computer use, and reasoning make it a valuable tool for many careers. Explore the use cases of Claude Sonnet in the following careers:
Software development: Sonnet can autonomously plan and implement code, carry out multi-file edits across complex codebases, and sustain debugging and refactoring tasks through to completion with fewer corrections while maintaining quality, providing end-to-end support for the entire software development lifecycle.
Finance: Sonnet 5 brings stronger improvements to financial data analysis and spreadsheet modeling, while also allowing you to run reporting agents that can autonomously audit the data they’re working with, balancing accuracy with faster iterations across end-to-end financial workflows.
Business: Claude Sonnet can help in a range of business scenarios, including analyzing and synthesizing data from multiple sources to obtain business insights, creating and editing business documents such as spreadsheets and presentations, and processing unstructured material to provide structured analyses.
Continue building your expertise and discover in-demand skills and industry trends by subscribing to our LinkedIn newsletter, Career Chat. To learn more about AI, LLMs, or prompting, check out these free resources:
Explore AI careers: AI Career Progression: Job Levels & Skills to Advance
Watch on YouTube: IBM AI Experts Reveal Prompt Engineering Secrets
Hear from an industry expert: Reimagining Work and Learning with AI: Expert Insights from Dr. Jules White
Accelerate your career growth with a Coursera Plus subscription. When you enroll in either the monthly or annual option, you’ll get access to over 10,000 courses.


Anthropic. “Introducing Claude Sonnet 5, https://www.anthropic.com/news/claude-sonnet-5.” Accessed August 24, 2026.
Anthropic. “System Card: Claude Sonnet 5, https://www-cdn.anthropic.com/9e6a1044980d8c4ed85669faf9c2a8342e2e9f1e/Claude%20Sonnet%205%20System%20Card.pdf.” Accessed August 24, 2026.
Anthropic. “Claude 3.5 Sonnet, https://www.anthropic.com/news/claude-3-5-sonnet/.” Accessed August 24, 2026.
Claude. “Context Windows, https://platform.claude.com/docs/en/build-with-claude/context-windows/.” Accessed August 24, 2026.
Anthropic. “Raising the Bar on SWE-Bench Verified with Claude 3.5 Sonnet, https://www.anthropic.com/engineering/swe-bench-sonnet/.” Accessed August 24, 2026.
Claude. “Pricing, https://claude.com/pricing#api/.” Accessed August 24, 2026.
Editorial Team
Coursera’s editorial team is comprised of highly experienced professional editors, writers, and fact...
This content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.