Mark RadarMARK RADAR
EN

Anthropic Launches Auto Mode for Claude Code

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

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.

All Coverage

1 original reports

The Backstory

The history behind this event
Anthropic Launches Claude Cowork on Web and Mobile2026-07-09 · 1 reports · similarity 0.86

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 Patches Claude Code GitHub Actions Flaw to Reduce Token-Leak Risk2026-06-03 · 1 reports · similarity 0.83

Claude Code GitHub Actions allows AI agents to respond to instructions and modify code within software-development workflows. If trigger identities and permissions are not rigorously checked, attackers could use malicious content to induce an agent to access sensitive information such as GitHub tokens. That could compromise code repositories and automated deployment environments, making the patch important for software supply-chain security.

Anthropic patched a permission bypass in Claude Code v1.0.94 caused by insufficient checks on GitHub App triggers. It also strengthened configuration controls and safeguards to reduce the risk of token leaks. Available information did not disclose the exact dates of the vulnerability advisory or patch, the number of affected organizations, any financial losses or known cases of exploitation.

Claude Code Launches /goals Command to Separate Execution From Evaluation2026-05-14 · 1 reports · similarity 0.85

Anthropic’s AI coding tool Claude Code can autonomously modify code and run tests and lint checks. However, agents can be affected by lengthy context and biased self-assessment, leading them to declare tasks complete before all conditions have been met. The new command separates execution from validation, reducing errors that arise when the same model performs and evaluates its own work.

Anthropic has launched the /goals command, under which the primary agent handles development tasks before a Claude Haiku model independently checks the goal criteria by default, including whether tests and lint checks have actually passed. If the criteria are not met, the agent can continue working. As of July 20, 2026, Anthropic had not announced a separate release date, pricing or data on improvements in completion rates.

Anthropic Releases Comprehensive 2026 Guide to Claude Code AI Coding Platform2026-04-20 · 1 reports · similarity 0.84

Anthropic's Claude Code is an AI agent-based coding platform that can operate terminals, file systems and Git within permissions granted by developers. It can handle engineering tasks including changes across multiple files, testing and version control. The platform moves generative AI beyond code suggestions toward agents that can execute tasks, with implications for developer productivity and access security.

The comprehensive 2026 guide focuses on the redesigned Claude Code desktop app, Routines that can run scheduled tasks in the cloud, and a structure for managing settings and permissions through the .claude directory. It also covers CLI installation and MCP integrations. Anthropic did not disclose an exact publication date, subscription plans or related pricing in the event information.

Interactive Tutorial Site Helps Developers Get Started With Claude Code2026-03-30 · 2 reports · similarity 0.85

Anthropic’s Claude Code is a terminal-based AI coding tool that helps developers read code, modify projects and execute workflows. As tutorials increasingly demonstrate how to build websites and animations billed as being worth $10,000, lowering the barriers posed by installation, configuration and API access has become important to the wider adoption of AI-assisted development.

Developer Ahmed Nagdy recently launched the free website claude.nagdy.me, featuring 11 interactive modules that let users learn by doing through a built-in terminal simulator, with no need to install Claude Code or obtain an API key. The platform also offers a configuration-file generator. As of July 19, 2026, the course was available to use directly online.

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

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 Says Claude Use Is Diversifying as Automated Workflows Grow2026-03-25 · 1 reports · similarity 0.85

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.

Guide Explains Claude Code’s .claude/ Control Architecture2026-03-25 · 1 reports · similarity 0.85

Anthropic’s Claude Code uses the `.claude/` folder to manage project rules, tool permissions and collaboration workflows. This enables the AI coding agent not only to generate code but also to perform tasks according to team conventions. The control architecture helps reduce uncertainty in agent behavior while making development work more reproducible and governable.

According to information compiled as of July 20, 2026, AI engineer Akshay has published a comprehensive guide covering project-level and global configurations. It also explains six core components: `CLAUDE.md`, `rules/`, `commands/`, `skills/`, `agents/` and `settings.json`. The guide focuses on modular instructions, custom commands and permission management. It is not associated with any funding, transaction or financial figures.

Anthropic Expands Claude 4.6 and Claude Code Ecosystem2026-03-24 · 1 reports · similarity 0.88

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.88

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.

Mark Radar|MARK RADAR