Mark RadarMARK RADAR
About
EN
Sign in
Event File AI Anthropic Claude

Anthropic Says Claude Use Is Diversifying as Automated Workflows Grow

1 reports · First detected 2026-03-26 · Last active 2026-03-26

Anthropic uses its Claude Economic Index to track how generative AI is changing work and daily life. The research is significant because Claude.ai use has gradually expanded beyond a narrow set of highly paid professional tasks into lower-paid work and everyday situations. It also highlights disparities in users’ ability to create value with AI depending on their level of experience.

Anthropic’s latest report, released in February 2026, found that Claude.ai use cases continued to diversify, while the frequency of automated workflows doubled from the previous period. Tasks also shifted from human-AI collaboration toward autonomous execution. The report found that more experienced users were better able to deploy AI for high-value work, while Claude was evolving from a workplace tool into a personal assistant.

All Coverage

1 original reports

The Backstory

The history behind this event
Anthropic Cuts Over 80% of Claude Code Prompt Without Eval Loss2026-07-26 · 2 reports · similarity 0.81

Claude Code is Anthropic’s agentic software-development tool, and its system prompt supplies persistent instructions governing tool use, coding style and behavior. Such prompts have traditionally accumulated rules and examples meant to prevent failures in weaker models. Anthropic’s latest change matters because it suggests more capable Claude 5 models can infer intent and local conventions with less prescriptive guidance, shifting context engineering toward model judgment, better-designed interfaces and information loaded only when a task requires it.

Anthropic technical staff member Thariq Shihipar said in a July 24, 2026 blog post that the company removed more than 80% of Claude Code’s system prompt for Claude Opus 5 and Claude Fable 5, with no measurable decline in its coding evaluations. Verification and code-review guidance was moved into selectively loaded Skills, while tool instructions were consolidated. Anthropic did not disclose the evaluation set, before-and-after scores or any associated cost figures, and older models continue to use fuller prompts.

Anthropic Launches Claude Review Dashboard to Help Users Improve AI Collaboration2026-07-10 · 1 reports · similarity 0.82

As businesses and individuals worldwide accelerate their adoption of generative AI, working efficiently with AI while avoiding overreliance has become critical to improving digital productivity. Users have often lacked systematic feedback for evaluating the quality of their prompts and their usage habits. AI startup Anthropic developed an assessment system grounded in academic theory to address that gap, aiming to help ordinary users build expert-level AI collaboration skills.

Anthropic launched the beta version of Reflect, a “review dashboard,” on July 9, 2026, for users on its Free, Pro and Max plans, with Pro priced at $20 a month. The feature incorporates a “4D AI Fluency Framework,” allowing users to review their Claude conversation habits over the previous one to 12 months. It also offers digital well-being tools, including break reminders, and helps users improve their AI collaboration across four dimensions: delegation, description, discernment and diligence.

Anthropic Launches Claude Cowork on Web and Mobile2026-07-09 · 1 reports · similarity 0.88

Artificial intelligence company Anthropic is working to make generative AI more practical. Its autonomous agent service can carry out multistep tasks across files and applications, marking a milestone in improving business productivity. The service turns AI from a one-way conversational tool into a virtual assistant that can operate in the background and handle complex workflows, opening new possibilities for business automation.

Anthropic announced web and mobile app versions of Claude Cowork on July 16, 2026. The service is initially rolling out to users of its top-tier Max plans, priced at $100 and $200 a month. It supports multistep business tasks across platforms, allowing users to submit work to the cloud and then go offline while the workflow runs entirely in the background.

Anthropic Brings Computer Use to Claude, Allowing AI Agents to Control Mouse and Keyboard2026-03-31 · 5 reports · similarity 0.81

Anthropic introduced a public beta of Computer Use for Claude 3.5 Sonnet as early as October 22, 2024, allowing the model to read screenshots and simulate clicks and typing. The capability is now moving from a developer API to personal desktops. The key shift is that AI can execute complete workflows across applications, rather than merely generate content.

Anthropic announced on April 24, 2026, that Claude could use computers through Cowork and Claude Code, directly opening applications and controlling the mouse, keyboard and browser. The feature is currently a research preview limited to Pro and Max plans and supports macOS and Windows through Claude Desktop. It requests user authorization before sensitive actions.

claude-peers-mcp Sparks Debate Over Local AI Collaboration2026-03-26 · 1 reports · similarity 0.81

The open-source claude-peers-mcp project enables multiple Claude Code sessions on the same computer to exchange messages directly and synchronize task status without relying on cloud services or intermediary APIs. The project extends a single AI assistant into a local team capable of dividing work across parallel development, software debugging and research tasks.

claude-peers-mcp has recently drawn attention for demonstrating a decentralized model of AI collaboration, with individual sessions sharing progress and coordinating tasks locally. Reports did not disclose a release date, developer or funding amount. Practical use remains constrained by hardware demands, conflicts when multiple agents edit content simultaneously, and the stability of state synchronization during long-running operations.

Anthropic Expands Claude Work Tools to Mobile App2026-03-26 · 1 reports · similarity 0.82

Anthropic is continuing to develop Claude from a conversational AI into a gateway for workplace software, after previously focusing most related integrations on desktop use. Mobile support allows users to connect to existing services while away from their computers, reflecting intensifying competition among generative AI companies over cross-device workflows and enterprise user retention.

As of July 20, 2026, Anthropic has announced the formal launch of Claude Work Tools on its mobile app, initially covering three tools: Figma, Canva and Amplitude. Users can access design, content creation and product analytics services directly through Claude on mobile, extending previously desktop-oriented workflows to smartphones.

Anthropic Launches Auto Mode for Claude Code2026-03-25 · 1 reports · similarity 0.85

Claude Code is Anthropic’s agentic coding tool, capable of reading and writing files, running Bash commands and executing tests. Its default permission system requires human approval before writing files or running commands. Auto Mode instead uses a separate classifier to review each tool call, aiming to keep long-running tasks moving while preventing file deletion, data exfiltration and malware execution.

Anthropic launched Auto Mode as a research preview for Team plans on March 24, 2026, expanding it to Enterprise plans and the API within days. On July 10, it announced that the feature was formally available to all eligible users. Auto Mode requires Claude Code version 2.1.83 or later. It blocks high-risk operations and pauses after three consecutive blocks or 20 blocks in total. Anthropic did not announce separate pricing.

Anthropic Expands Claude 4.6 and Claude Code Ecosystem2026-03-25 · 1 reports · similarity 0.85

Anthropic is expanding Claude from a chatbot into infrastructure for knowledge work and software development. Cowork supports desktop collaboration, while Claude Code, Skills, Agents and MCP connect software development, tools and multi-step tasks. The integration allows AI agents to work continuously across documents, spreadsheets and large codebases, extending their role beyond one-off questions and answers.

Anthropic launched Opus 4.6 on February 5, 2026, and Sonnet 4.6 on February 17, with both offering a 1 million-token context window in beta. Sonnet 4.6 is available in Cowork, Claude Code and the API, with pricing unchanged at $3 per million input tokens and $15 per million output tokens. A March 25 report brought the complete workflow together.

Anthropic Engineer Details Nine Ways to Push Claude Code Skills to Their Limits2026-03-21 · 3 reports · similarity 0.82

Anthropic engineer Thariq explained the core role of Skills in Claude Code: they are not merely static prompts, but tools that can load instructions on demand, run dynamic scripts and preserve work context. The design allows an AI coding assistant to accumulate team knowledge while reducing repetitive prompting and workflow inconsistencies. No financial amounts were involved.

A 2026 guide outlines nine use cases drawn from Anthropic's internal practices, including workflow automation, product validation, operations and maintenance, and taking notes while coding. Thariq also shared advanced prompt-engineering techniques, arguing that Skills should explicitly define task steps, tools and memory rules to make Claude Code more reliable when handling complex work.

Anthropic Adds Real-Time Interactive Visualizations to Claude2026-03-13 · 2 reports · similarity 0.84

Anthropic previewed “Imagine with Claude” in fall 2025, allowing Claude to create visual content in real time without writing code. It has now brought that capability into chat responses, positioning the feature as a temporary visual aid that changes with the conversation, distinct from Artifacts that can be saved and shared over time. The feature lowers the barrier to understanding compound interest, processes and data trends.

Anthropic announced on March 12, 2026, that interactive visualizations would be available in beta across all Claude plans, including for free users, and enabled by default. The system uses HTML to generate embedded charts and flow diagrams that users can click, adjust with sliders or regenerate through follow-up questions. On April 22, Anthropic expanded the feature to all paid Claude Cowork plans. It is currently limited to the web and desktop versions and does not yet support iOS or Android.

Mark Radar|MARK RADAR

If you search news on Google, you can set Mark Radar as a preferred source—our coverage will show up more often in your results. Set as preferred source on Google →

All times are in Taipei time (GMT+8)