SShortSingh.
Back to feed

Claude Opus 5 tops agentic benchmarks and costs 26% less than rival Fable 5

0
·2 views

Anthropic has released Claude Opus 5, which has claimed the top position for agentic knowledge work according to benchmarks published by Artificial Analysis, a firm that supported the model's pre-release evaluation. The model scored 1861 Elo on GDPval-AA v2, more than 100 points ahead of both Fable 5 and GPT-5.6 Sol, and achieved joint first place on the Artificial Analysis Coding Index. At maximum effort, Opus 5 costs $2.03 per task compared to Fable 5's $2.75, representing a 26% reduction for equivalent or superior agentic performance. The model carries a 1 million token context window, five effort settings, and is priced at $5 per million input tokens and $25 per million output tokens. However, its hallucination rate rose 14 percentage points to 50% over its predecessor, making it less suitable for tasks requiring factual precision, where Fable 5 retains an advantage.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How One Developer Automated LeetCode, LinkedIn, and Resume Updates via GitHub

A developer has shared a workflow that automates three key career-building tasks using GitHub Actions and Python. The system tracks LeetCode progress, handles LinkedIn posting, and keeps ATS-optimized resumes up to date automatically. The event-driven approach is designed to trigger actions based on specific events, reducing the need for manual intervention. By building this pipeline in public, the developer aims to generate a continuous, verifiable record of their work and progress.

0
ProgrammingDEV Community ·

Developer Releases Free, Ad-Free Music Streaming App for Android and Windows

A developer known as geethudinoyt has built and released HeySongers, a free, open-source music streaming application available for both Android and Windows. The app was created as an alternative to paid streaming services and ad-supported platforms that charge users or interrupt playback with advertisements. HeySongers features no ads, no premium tier, and no subscription fees of any kind. The app is available to download as an APK for Android and an EXE for Windows, with the source code hosted on GitHub. The developer has also welcomed contributions from the open-source community.

0
ProgrammingDEV Community ·

Developer releases single-file .NET INI editor that preserves comments and formatting

A developer has published a lightweight INI file parser and editor for .NET, distributed as a single source file called IniFile.cs with no external dependencies. Unlike most existing libraries that convert INI files into dictionaries and regenerate them on save, this tool edits the original text directly using regular expressions, leaving untouched content byte-for-byte identical. The library preserves comments, blank lines, whitespace, entry order, and duplicate keys that are typically lost during conventional parsing. It also supports multiline values, embedded JSON blocks, escape sequences, object mapping via attributes, and configurable string comparison options. The project has been shared on GitHub, and the developer is seeking community feedback on potential edge cases.

0
ProgrammingDEV Community ·

Weekly AI Coding Reports Track Activity, Not Productivity, Researchers Warn

A weekly AI coding report generated from tools like Claude Code and Codex captures session activity, token usage, provider splits, and model appearances — but cannot measure code quality or actual productivity. Experts caution that token counts, including input, output, cache creation, and cache reads, reflect recorded activity rather than work value, since a failed run can consume more tokens than a high-impact fix. Consistent time boundaries across all report sections are essential, as mixing calendar-day and rolling-window calculations can cause figures to contradict each other. Unknown models should remain labeled as such rather than being approximated, to preserve the auditability of historical records. The report's primary value lies in prompting one concrete workflow decision each week, such as reducing unattended runs or fixing authentication failures, rather than serving as a performance score.