Cognition Launches SWE-1.7 in Devin AI Agent, Claiming Near-Frontier Level Coding Scores at a Discount


TL;DR

  • Model Launch: Cognition launched SWE-1.7 on July 8 as its newest software-engineering model for Devin, with availability through Devin Web, Desktop, and CLI.
  • Benchmark Scores: Cognition reports SWE-1.7 at 42.3% on FrontierCode 1.1 Main, 81.5% on Terminal-Bench 2.1, and 77.8% on SWE-Bench Multilingual.
  • Access Model: The launch is a Devin platform update, not an announced open-weight release or standalone model API. Teams that require local hosting or custom routing should treat platform fit as part of the evaluation.
  • Buyer Test: Cognition’s $1.97 figure is a claimed cost per FrontierCode Main task. Engineering teams should compare it with their own cost per accepted change, including review time, retries, fixes, and security checks.

Cognition launched its SWE-1.7 model for its Devin AI agent on July 8, positioning the model as a cost-performance upgrade for its AI software-engineering agent. The company says SWE-1.7 reaches near-frontier results on several coding benchmarks while running inside Devin’s hosted workflows rather than as a separately deployable model.

The practical question for engineering teams is whether Devin, using SWE-1.7, can turn real repository tasks into reviewed and merged changes at a lower total cost than current tools or human-only workflows.

Cognition’s own benchmark table puts SWE-1.7 at 42.3% on FrontierCode 1.1 Main, 81.5% on Terminal-Bench 2.1, and 77.8% on SWE-Bench Multilingual. Those numbers support the company’s “near-frontier” claim, but they also do not show a clean lead over every frontier comparator. On FrontierCode 1.1 Main, for example, Cognition lists SWE-1.7 just behind GPT-5.5 at 43.0% and further behind Opus 4.8 at 46.5%.

What SWE-1.7 Adds to Devin

SWE-1.7 is available in Devin Web, Desktop, and CLI, with Cognition saying the model is served through Cerebras at 1,000 tokens per second. That speed claim matters for latency and developer experience, but generation speed is separate from code quality, maintainability, and merge readiness.

Cognition says SWE-1.7 was trained from a Kimi K2.7 Code base that had already undergone reinforcement-learning post-training. The additional SWE-1.7 work focused on more stable long reinforcement-learning runs, higher-quality training data, multi-cluster rollout infrastructure, and self-compaction, a technique that lets the agent summarize its working state and continue longer tasks beyond the raw context window.

SWE-1.7 FrontierCode 1.1 Main vs. Cost benchmarka

 

For existing Devin customers, the launch is straightforward: SWE-1.7 becomes another model option inside a familiar product surface. For teams that need local hosting, strict model-routing control, or direct integration through their own application stack, the access model is a more important limitation. Cognition’s launch materials describe availability through Devin, not open weights or a standalone model API.

Benchmark Results: Strong, but Not Definitive

SWE-1.7 benchmark scores reported by Cognition
Benchmark SWE-1.7 Score Context Reader Takeaway
FrontierCode 1.1 Main 42.3% Cognition lists GPT-5.5 at 43.0% and Opus 4.8 at 46.5% on the same table. SWE-1.7 is close to GPT-5.5 here, but not the top reported model.
Terminal-Bench 2.1 81.5% Cognition lists GPT-5.5 at 84.2% and Opus 4.8 at 86.9%. The result is competitive, but still behind the highest comparators in Cognition’s table.
SWE-Bench Multilingual 77.8% Cognition lists GPT-5.5 at 76.8%, Opus 4.7 at 80.5%, and Opus 4.8 at 84.4%. SWE-1.7 edges GPT-5.5 on this benchmark, while trailing the listed Opus models.

 

SWE-1.7 appears meaningfully stronger than Cognition’s earlier SWE-1.6 in the company’s table, and it is competitive with frontier models on several reported metrics. It is not, however, presented as an across-the-board leaderboard winner.

Cognition also discloses methodology details that buyers should read closely. FrontierCode 1.1 is a Cognition benchmark built around pull-request-style tasks and intended to measure code correctness and code quality. Cognition says version 1.1 added fair-internet-use rules, audited more than 1,000 grading criteria, relaxed 75 overly strict criteria, and moved score reporting toward Main and Extended subsets.