Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Newer Claude models use more tokens but cost less per task solved

A comparison of Claude models found that newer versions like Claude 3.5 Sonnet and Claude 3 Opus use more tokens per task but offer lower overall cost due to higher accuracy and reduced need for retries, making them more efficient despite higher token usage.

Background

- Claude is a family of AI models (large language models, or LLMs) made by Anthropic, a US-based AI company. The article compares different versions of Claude — specifically Claude 3.5 Sonnet (released mid-2024) and Claude 3.5 Haiku (a smaller, faster model), versus the newer Claude 4 (likely referring to Claude 4 Sonnet or Opus, released in 2025).<br>- "Tokens" are the units AI models read and write — roughly 1 token ≈ ¾ of a word in English. More tokens means the model generates longer output or processes more context, which usually costs more money when using a pay-per-token API.<br>- The headline finding is that while the newer Claude models consume more tokens per task (they write more verbosely or "think" longer), they get the task right more often. So the total cost to successfully solve a problem can be lower, because you don't have to repeatedly retry with a cheaper model.<br>- This is a meaningful result for developers and companies who use AI APIs at scale: it challenges the assumption that "cheaper per token" always means "cheaper overall." Reliability matters more than raw token cost for many real-world use cases.