Anthropic core guide

Claude AI Guide: Fable 5, Opus 4.8 & Sonnet 5 (2026)

Understand Claude models, long-context work, coding, documents and agent workflows through practical, source-aware guidance.

Human reviewed Updated Jul 15, 2026 Source-aware guidance

Claude in July 2026 — the short answer

Anthropic’s current model family includes Claude Fable 5 for the most demanding long-running work, Claude Opus 4.8 for complex agentic coding and enterprise tasks, Claude Sonnet 5 for a strong speed-to-intelligence balance, and Claude Haiku 4.5 for fast, cost-sensitive workloads. Model availability and product limits can differ between Claude.ai, Claude Code, cloud platforms and the API.

Which Claude model should you use?

Start with Sonnet 5 for most production workloads, move to Opus 4.8 when task ambiguity and tool complexity increase, and evaluate Fable 5 for long-running work where the highest available capability justifies additional cost. Haiku 4.5 is the practical option for classification, routing, extraction and other high-volume tasks that do not require frontier-level reasoning.

Model Best fit Context window Indicative API price per 1M tokens* Main trade-off
Claude Fable 5 Long-running agents, difficult research and multi-stage professional work 1M $10 input / $50 output Highest cost and longer latency
Claude Opus 4.8 Complex agentic coding, enterprise workflows and ambiguous tool use 1M $5 input / $25 output More expensive than Sonnet
Claude Sonnet 5 General production use, coding, automation and customer-facing assistants 1M $3 input / $15 output Less headroom than Fable on the hardest work
Claude Haiku 4.5 Fast extraction, classification, routing and high-volume pipelines 200K $1 input / $5 output Lower capability on complex multi-step tasks

*List prices can change and do not include every platform, caching or batch discount. Verify the current figures on Anthropic’s official pricing page before budgeting.

Claude products are not the same thing as Claude models

A model is the reasoning engine. A product is the environment around it. This distinction matters because the same model can behave differently depending on available tools, permissions, context and review steps.

  • Claude.ai: the consumer and team workspace for chat, documents, projects and connected work.
  • Claude Code: Anthropic’s agentic coding environment for understanding repositories, editing files, running commands and working with development tools.
  • Claude API: the programmable interface for building your own products and workflows.
  • Claude Agent SDK: building blocks for agents that need tools, context management and multi-step execution.
  • Claude on cloud platforms: deployment through Anthropic’s platform and supported cloud ecosystems, subject to the platform’s regional and governance controls.

Where Claude is particularly useful

1. Coding and software maintenance

Claude is a strong fit when a task requires understanding several files, tracing dependencies, proposing a plan and applying changes. The model still needs a controlled execution environment, tests and review before production deployment.

2. Long documents and research synthesis

The large context windows of the current Fable, Opus and Sonnet models allow teams to work with substantial document sets. A large context window does not guarantee correct retrieval: use explicit source references, structured inputs and verification steps for high-stakes conclusions.

3. Tool-using agents

Claude can select and call tools, work through intermediate results and continue until it reaches a defined stop condition. Reliability depends more on tool design, permissions, error handling and evaluation than on the model name alone.

4. Writing and analysis

Claude is useful for structured drafting, rewriting, summarization and critical review. Strong workflows separate source material, instructions and expected output format, then check factual claims against the original documents.

Claude Code, MCP and agent workflows

Model Context Protocol (MCP) is an open standard for connecting AI applications to data, tools and workflows. It can reduce one-off integration work, but it does not remove the need for authentication, least-privilege permissions, logging and human approval for consequential actions.

Claude Code can connect to approved tools through MCP and can also work with custom subagents. Start with the smallest tool set that can complete the task. Broad file, shell, browser or production permissions increase both capability and risk.

Implementation decision Recommended starting point Escalate when
Model Sonnet 5 Use Opus 4.8 or Fable 5 when evaluations show a material quality gap
Architecture One agent with a few explicit tools Add specialist agents only when responsibilities are genuinely distinct
Permissions Read-only and sandboxed Add write access per tool after approval and failure testing
Review Human approval before external actions Automate low-risk actions only after measured reliability
Evaluation Representative task set with expected outcomes Add adversarial and edge-case tests before wider rollout

Claude vs ChatGPT vs Gemini

There is no permanent overall winner. Claude is often attractive for coding, long-context work and agentic workflows; ChatGPT offers a broad general-purpose product and tool ecosystem; Gemini is closely integrated with Google’s consumer, developer and cloud products. The right choice depends on your own documents, tool calls, latency targets, security requirements and total workflow cost.

Run the same representative tasks across candidate models and score factual accuracy, instruction following, tool success, latency, review effort and cost. Public benchmarks are useful orientation, but they cannot replace workflow-specific testing.

Limitations and risks

  • Hallucinations: confident language can still be wrong. Require sources and validation for factual work.
  • Prompt injection: external documents and websites can contain instructions designed to manipulate an agent.
  • Over-permissioning: a useful agent does not need unrestricted access to every system.
  • Cost drift: long contexts, repeated retries and tool loops can make a seemingly cheap workflow expensive.
  • Model changes: behavior can change between versions. Pin versions where supported and rerun evaluations before migration.
  • Data governance: check retention, regional processing, contractual terms and the sensitivity of every connected source.

How to evaluate Claude in five steps

  1. Define one repeatable job and the acceptance criteria.
  2. Build a test set from real, anonymized examples including failure cases.
  3. Compare Sonnet 5 with one higher-capability and one lower-cost option.
  4. Measure output quality, tool success, latency, token use and human correction time.
  5. Document permissions, review rules, monitoring and a rollback path before production use.

Latest from Claude & Anthropic

The most recent news and analysis in this cluster, updated automatically:

Frequently asked questions

What is the best Claude model in 2026?

Claude Fable 5 is Anthropic’s highest-capability widely released model, while Opus 4.8 is positioned for complex agentic coding and enterprise work. Sonnet 5 is the more practical default for many production workloads because it balances capability, speed and cost.

Does every Claude model have a one-million-token context window?

No. Fable 5, Opus 4.8 and Sonnet 5 support a 1M context window in the current official model overview. Haiku 4.5 has a smaller context window.

Is MCP an agent framework?

No. MCP standardizes how AI applications connect to tools and data. An agent framework additionally handles instructions, state, orchestration, retries, handoffs, guardrails and evaluation.

Should I always use the most capable model?

No. Start with the model that meets your accuracy target, then optimize cost and latency. Escalate difficult cases to a stronger model instead of paying the highest price for every request.

Can Claude act autonomously?

Claude can operate in multi-step tool loops, but autonomy should be bounded by permissions, budgets, stop conditions, monitoring and human approval for consequential actions.

Official sources and further reading

Put AI into practice

Turn useful AI knowledge into a working workflow.

Use the AI Automation Playbook for practical automations built around ChatGPT, Claude, Gemini, APIs and n8n.

Explore the Playbook Discuss a use case