Century Automation← All news

AI & Automation Briefing - July 25, 2026

Anthropic Releases Opus 5 with Fewer Restrictions and Lower Cost Than Fable

Anthropic released Opus 5 on July 25, 2026, just two months after Opus 4.8. Despite being a smaller model than Fable 5, Opus 5 is cheaper, less restrictive, and outperforms Fable 5 on several benchmarks cited in Anthropic's announcement. Anthropic highlighted the model's ability to verify its own work and iterate until tasks succeed, pointing to an example where it built a computer vision pipeline from an incomplete prompt. Opus 5 is not subject to the 30-day data retention policy that applies to Fable and Mythos. Safety classifiers are expected to trigger 85% less often on Opus 5 than on Fable 5, though restrictions around offensive cybersecurity tasks remain. Anthropic is also introducing an opt-in beta feature called Automatic Fallbacks, which reroutes flagged API requests to a less powerful model rather than returning an error. Haiku is now the only Claude model still on version 4.

Source

DocOps Benchmark Tests AI Agents on Real-World Document Tasks

Researchers have released DocOps, a benchmark designed to evaluate autonomous AI agents on complex document operations. It organizes tasks using a hierarchical taxonomy of atomic operations, scaling from simple edits to multi-step workflows similar to those common in Google Workspace environments. Scoring is deterministic and verifiable, meaning each task has a clear correct outcome that can be checked programmatically. This makes DocOps a practical reference for anyone building or auditing agentic document workflows, since it models how to measure agent reliability on real operational tasks rather than synthetic prompts.

Source

LLMs Lose Track of User Intent When Conversations Evolve

A new research paper from Hugging Face reveals a significant performance gap in how LLMs handle shifting user intent across multi-turn conversations. Researchers built a framework that converts static, single-turn tasks into dynamic conversations where user intent is incrementally revealed, revised, or redirected mid-conversation. Across multiple models and task types, strong performance in standard single-turn benchmarks did not carry over to the evolving-intent setting, with consistent and substantial accuracy drops. The finding matters directly for agentic workflows where requirements change mid-execution, such as Slack-triggered automations or iterative client onboarding processes. Current models are predominantly trained and evaluated on fully-specified, single-turn inputs, meaning this failure mode is invisible to standard testing but surfaces regularly in real operational deployments.

Source

Sources