Ai Coding 3 min read

Claude 3.5 Sonnet Doubles Devin's Coding Task Resolution

Cognition integrates Claude 3.5 Sonnet into Devin, doubling coding benchmark resolution and hitting 37.3% on SWE-bench Verified.

Anthropic’s release of Claude 3.5 Sonnet introduces a new baseline for autonomous coding tasks. Cognition, the creator of the AI software engineer Devin, has officially transitioned its reasoning engine to the new model. The integration focuses on improving the speed and reliability of agentic workflows, where Devin operates autonomously on software tickets, debugging, and feature development. By swapping out Claude 3 Opus for the 3.5 Sonnet model, Cognition targets the latency and reasoning bottlenecks that often constrain long-running execution.

Benchmark Performance

The upgrade yields measurable improvements in autonomous code resolution. In Cognition’s internal evaluations, Devin powered by Claude 3.5 Sonnet solved twice as many tasks in coding benchmarks compared to its performance with Claude 3 Opus. On the SWE-bench Verified dataset, a rigorous industry standard for evaluating software engineering capabilities, Claude 3.5 Sonnet achieved a score of 37.3%.

This result positions the model among the highest scoring large language models in this specific category, outperforming previous leaders like GPT-4o on several industry benchmarks. If you are evaluating and testing AI agents, this 37.3% resolution rate on SWE-bench Verified serves as a critical reference point for state-of-the-art capability in unbounded engineering tasks.

Speed and Autonomous Execution

Beyond raw resolution rates, the shift to Claude 3.5 Sonnet addresses the execution speed required for complex, multi-step engineering workflows. Cognition CEO Scott Wu confirmed that the model’s improved speed is a primary driver for the integration. Agentic workflows require models to rapidly parse context, plan steps, and execute code in a loop. When models are too slow, the accumulated latency of these loops makes autonomous agents impractical for real-time development environments.

The increased execution speed enables Devin to handle unbounded tasks more efficiently. This capability is essential for multi-agent systems, where subagents often need to complete reasoning tasks in parallel without blocking the main orchestrator. For teams building their own autonomous workflows, standardizing on a faster reasoning engine reduces the total time-to-resolution for complex debugging scenarios.

Development Workflows

The partnership between Cognition and Anthropic highlights a broader shift toward using mid-tier models optimized for specific reasoning tasks rather than relying exclusively on the largest available parameter counts. Claude 3.5 Sonnet provides the advanced reasoning required for software engineering while maintaining the speed necessary for autonomous execution.

If you build autonomous coding tools, evaluate your current agent orchestration against the new 37.3% SWE-bench Verified baseline. Test your long-running tasks with Claude 3.5 Sonnet to determine if the speed improvements resolve timeouts or context degradation in your existing deployment.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading