<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo" -->

---
title: Claude Opus 4.8 released with longer autonomous work and...
description: Anthropic released Claude Opus 4.8 on May 28, about 41 days after Opus 4.7. Pricing remains unchanged at $5/$25 per million tokens, while Fast mode dropped to...
canonical: https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Claude Opus 4.8 released with longer autonomous work and improved self-assessment | daily.dev
og:description: Anthropic released Claude Opus 4.8 on May 28, about 41 days after Opus 4.7. Pricing remains unchanged at $5/$25 per million tokens, while Fast mode dropped to...
og:url: https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo
og:image: https://api.daily.dev/og/posts/qgrAgmYdO.png
og:image:alt: Claude Opus 4.8 released with longer autonomous work and improved self-assessment
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Opus 4.8 released with longer autonomous work and improved self-assessment

**[Collections](https://daily.dev/sources/collections)** · 4 min read · 37 upvotes · 4 comments

## Summary

Anthropic released Claude Opus 4.8 on May 28, about 41 days after Opus 4.7. Pricing remains unchanged at $5/$25 per million tokens, while Fast mode dropped to $10/$50 — roughly 3x cheaper with 2.5x the speed. Key improvements include 4x better honesty/reliability (flagging bugs rather than hallucinating), SWE-bench Pro scores rising from 64.3% to 69.2%, configurable effort controls (low/medium/high/x-high/max), and dynamic multi-agent workflows in research preview that can coordinate hundreds of parallel subagents for large codebase tasks. The Messages API now supports mid-conversation system prompt updates without breaking cache, and minimum prompt cache size dropped from 4,096 to 1,024 tokens. Early adopters like Cursor, Devin, and Augment Code report real reliability gains in production. Independent benchmarks show meaningful improvement over 4.7, though GPT-5.5 remains competitive depending on workload. Anthropic also teased Mythos-class models — a tier above Opus — currently in restricted access due to cybersecurity concerns, with general release expected soon. The company announced a $65B Series H at a $965B valuation.

## Content

Anthropic released Claude Opus 4.8 on May 28, about 41 days after Opus 4.7 — a faster-than-usual cycle that likely reflects mixed reception to the previous version and pressure from OpenAI and Google. Anthropic describes it as "a modest but tangible improvement," which is refreshingly honest for a product announcement.

Pricing stays the same: $5/M input and $25/M output tokens. Fast mode dropped significantly, now at $10/$50 per million tokens — about 3x cheaper than before, with 2.5x the speed.

## What's actually different

**Honesty and reliability.** The headline claim is that Opus 4.8 is 4x less likely to let code flaws pass unremarked. In practice, this means the model flags uncertainty, catches its own bugs, and abstains on questions it can't answer confidently rather than hallucinating a response. On SWE-bench Pro, scores moved from 64.3% to 69.2%. Agentic terminal coding improved by over 8 points. Computer use scores 84% on Online-Mind2Web.

Several early adopters — Cursor, Cognition (Devin), Harvey, Databricks — report the reliability gains are real in production. Cursor noted it's "more persistent on harder tasks." Augment Code found it handles multi-hour executions and ticket-to-PR workflows with minimal intervention.

**Effort controls.** Users can now set thinking depth to low, medium, high, x-high, or max instead of manually managing token budgets. At low and medium, the model scopes its work to what was asked rather than going above and beyond — useful for controlling costs. For complex work, high and above is recommended. Anthropic says they put significant work into calibrating this, and the `/effort` command is available in Claude Code and Cowork.

**Dynamic workflows.** In research preview, Claude Code can now coordinate hundreds of parallel subagents for large-scale tasks like codebase migrations. This is the feature getting the most attention from developers. It burns tokens aggressively, so it's not for casual use, but for genuinely large refactors it's a meaningful capability shift.

**Mid-task system prompt updates.** The Messages API now supports updating system instructions mid-conversation without breaking the prompt cache. The minimum prompt cache size also dropped from 4,096 to 1,024 tokens.

Context window stays at 1M tokens with 128K max output. Knowledge cutoff is January 2026, same as 4.7.

## Where it's available

Opus 4.8 is live in Claude.ai, Claude Code, AWS (via Amazon Bedrock and Claude Platform on AWS), GitHub Copilot (Pro+, Business, and Enterprise), Cursor, Windsurf, Devin CLI, Perplexity (Max subscribers), and Kilo Code.

## Independent testing

One developer ran a 7-task benchmark covering frontend, 3D rendering, SVG generation, game building, math, and local fine-tuning workflows. Opus 4.8 scored 87.14% (61/70), up from Opus 4.7's 55.71% (39/70), and ahead of GPT-5.5, Gemini 3.5 Flash, Deepseek, and Mimo. A combinatorics problem that every other tested model got wrong was a standout.

That said, a more skeptical hands-on review flagged that SWE-bench has reliability issues (up to 20% of passing runs potentially gaming the benchmark), that dynamic workflows burn tokens with mixed reliability, and that GPT-5.5 remains competitive. One developer noted the model "talks too much" and stuck with an older version.

The honest picture: it's a real improvement over 4.7, especially for agentic coding and tasks where you want the model to flag problems rather than paper over them. Whether it's a clear winner over GPT-5.5 depends on your specific workload.

## What's coming

Anthropic teased Mythos-class models — a full capability tier above Opus — which have been in restricted access since April due to cybersecurity concerns. Mythos can autonomously find zero-day vulnerabilities and has already identified over 10,000 high/critical software vulnerabilities through Project Glasswing with partners including Apple, Google, Microsoft, and AWS. General release is expected within weeks. Sonnet 4.8 may also be announced soon.

Separately, Anthropic announced a $65B Series H at a $965B valuation, with annualized revenue growing from roughly $1B at end of 2024 to an estimated $30B projected for 2026.

## Community discussion

Top comments from developers on daily.dev.

**@tranduc01** · 1 upvotes

> ![GIF](https://static.klipy.com/ii/d70658e4be8be2e3047ca9c4e9597a13/4f/cc/tLlkHgo3.gif)

**@subodh\_x** · 1 upvotes

> The Effort Feature is useful!

**@petecapecod** · 1 upvotes

> Let's hope this is a better upgrade than 4.7 was. Let's go!!

**@idoshamun** · 0 upvotes

> Game on!! Let's see what it's worth

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#claude](https://daily.dev/tags/claude), [#anthropic](https://daily.dev/tags/anthropic)

[View this post on daily.dev](https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Claude Opus 4.8 released with longer autonomous work and improved self-assessment","url":"https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo"},"datePublished":"2026-05-28T16:58:07.111Z","dateModified":"2026-05-30T04:30:41.305Z","description":"Anthropic released Claude Opus 4.8 on May 28, about 41 days after Opus 4.7. Pricing remains unchanged at $5/$25 per million tokens, while Fast mode dropped to...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":4,"discussionUrl":"https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":37},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":4}],"keywords":"llm,ai-agents,claude,anthropic","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Claude Opus 4.8 released with longer autonomous work and improved self-assessment"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/claude-opus-4-8-released-with-longer-autonomous-work-and-improved-self-assessment-qgragmydo","comment":[{"@type":"Comment","text":"","datePublished":"2026-06-01T10:07:43.048Z","url":"https://daily.dev/posts/qgrAgmYdO#c-HYJtaB760","author":{"@type":"Person","name":"Tran Duc","url":"https://daily.dev/tranduc01","image":"https://media.daily.dev/image/upload/s--WmE544NB--/f_auto/v1758764250/avatars/avatar_aDWN4uFopUjQ7W9q68o0F?_a=BAMAK+ZW0"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"The Effort Feature is useful!","datePublished":"2026-05-29T05:43:44.038Z","url":"https://daily.dev/posts/qgrAgmYdO#c-XR201Yl7t","author":{"@type":"Person","name":"Subodh Suralkar","url":"https://daily.dev/subodh_x","image":"https://media.daily.dev/image/upload/s--7P9DynAN--/f_auto/v1779770441/avatars/avatar_uDa1uJnwsKxBDYghSJBVR?_a=BAMAMiWQ0"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"Let’s hope this is a better upgrade than 4.7 was. Let’s go!!","datePublished":"2026-05-29T13:24:41.590Z","url":"https://daily.dev/posts/qgrAgmYdO#c-J8sBvbplP","author":{"@type":"Person","name":"Peter Cruckshank","url":"https://daily.dev/petecapecod","image":"https://media.daily.dev/image/upload/s--ZJhQyKws--/f_auto/v1721235024/avatars/avatar_A9xh33q0QoxtkGoJRCosp"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"Game on!! Let’s see what it’s worth","datePublished":"2026-05-28T18:08:14.763Z","url":"https://daily.dev/posts/qgrAgmYdO#c-7enPihRkX","author":{"@type":"Person","name":"Ido Shamun","url":"https://daily.dev/idoshamun","image":"https://media.daily.dev/image/upload/s---xy_OAwk--/f_auto,q_auto/v1703781380/avatars/avatar_28849d86070e4c099c877ab6837c61f0"}}]}
```

