Claude Opus 5: What Happens When an AI Agent Can Keep Working Longer Than You Can? Anthropic released Claude Opus 5 on July 24, a model designed for long-horizon agentic work with a 1 million-token context window and thinking enabled by default. The model is priced at $5 per million input tokens and $25 per million output tokens, matching Opus 4.8's price while delivering near-Fable-level intelligence. Anthropic emphasizes that Opus 5 is not a replacement for a research team and does not show sustained evidence of doubling AI research speed. Yesterday, July 24, Anthropic released Claude Opus 5 https://www.anthropic.com/news/claude-opus-5 . The headline facts are easy to repeat: it is cheaper than Claude Fable 5, stronger than the older Opus model, and designed for everyday use. But the more interesting question is not how quickly it can answer. It is what happens when an AI agent can keep working after the first answer. An AI agent is not only a chatbot. It can take several steps toward a goal: search, read files, use tools, check results, and revise its work. This is often called agentic AI . The model still needs a task, a budget, tools, and permission from people. But it can stay with a problem for longer. That changes the product. It also changes the risks. In my earlier post on Claude Fable 5 https://eido-askayo.blogspot.com/2026/06/claude-fable-5-shows-new-way-to-release.html , I argued that powerful AI is becoming the model plus the control layer around it . Opus 5 makes that idea more practical. If an AI can keep researching, checking, and revising, the control layer matters even more. When an AI can keep working, the main question stops being “Can it answer?” and becomes “What is it allowed to do while it works?” A normal chatbot interaction is simple. You ask a question. It gives an answer. You decide what to do next. A work process is different. Imagine asking an AI to investigate why a customer report is wrong. It may need to read the report, inspect a spreadsheet, compare records, test an explanation, and prepare a summary. A useful answer may need several attempts. Anthropic says Opus 5 is built for that kind of long-horizon work. Its technical documentation lists a 1 million-token context window, thinking enabled by default, and tools for changing the amount of effort spent on a task. Those features do not make it an independent employee. They make it better able to hold onto a large task and work through it step by step. The system card also draws an important line. Anthropic says Opus 5 is not a replacement for a research team and does not show sustained evidence of doubling AI research speed. That is a useful correction to the language of “AI that works while you sleep.” More continuity is not the same as unlimited autonomy. php flowchart TB Goal "You set a clear goal" -- Research "AI agent researches" Research -- Check "AI agent checks" Check -- Revise "AI agent revises" Revise -- Review{"You verify final claims