• Deutsch
  • English
  • Claude Code can now let multiple work sessions communicate and carry out tasks with greater autonomy. The changes affect anyone who uses Artificial Intelligence (AI) to program, build prototypes, or coordinate technical projects. Two new capabilities are gradually turning a standalone coding assistant into a team agent, though they also raise fresh questions about control, cost, and privacy.

    From individual assistant to team agent

    Claude Code is Anthropic’s AI coding tool for reading, modifying, and running source code. An agent is software that divides a goal into smaller tasks and completes them with less step-by-step direction. Until now, each Claude Code session largely worked in isolation, so anyone running parallel assignments often had to copy discoveries manually from one terminal window to another.

    According to the report on cross-session communication, that changes with Claude Code 2.1.224 on macOS and Linux. A session, meaning one active conversation and working environment, can send another session a text summary, ask it a question, and receive the answer directly. Claude may also initiate a message when one change affects work happening elsewhere.

    This may sound like a modest convenience feature, but it changes the workflow. Instead of giving one agent the database, interface, and testing work in sequence, you can assign them to parallel sessions and let those sessions coordinate results. Claude Code does not become a human project team, but it takes over some of the synchronization that previously fell to you.

    A related development is TencentDB Agent Memory v2.0. This open-source system, which can be self-hosted through Docker, is designed to turn conversations, documents, and code into reusable knowledge assets for multiple coding agents. According to the provider, access-control lists determine which agent can see each asset and which version is valid, and Claude Code is among the supported tools. Unlike Claude’s direct messaging, this approach aims to provide a persistent, governed memory for a whole team.

    How sessions share their knowledge

    Communication between Claude Code sessions remains local when they run on the same computer. That distinction matters for confidential projects because summaries exchanged locally do not need to be transferred to another machine solely for that purpose. When sessions run on different computers, however, communication passes through Anthropic’s servers and is limited to responses, according to the report.

    The documented uses include sharing findings, checking the status of long-running tasks, and coordinating parallel worktrees. A worktree is a separate working copy of the same code project where changes can be developed independently. One session could work on a feature while another checks tests and reports that a shared file has changed.

    The feature is not available in every environment. The announcement names macOS and Linux, but excludes Claude Code through Amazon Bedrock, Google Cloud Agent Platform, and Microsoft Foundry. Administrators can restrict communication through settings. The supplied sources provide no Switzerland-specific availability details and do not state supported languages, server locations, or retention periods.

    For Swiss organizations, the key practical distinction is therefore between local and cross-device communication. Once sessions cooperate across different computers, teams need to determine which project information may pass through Anthropic’s servers. The available announcements do not provide enough information for a conclusive assessment of confidential data handling.

    More autonomy with a safety layer

    Alongside team communication, Anthropic is making Auto mode the default for Pro, Max, and Team plans. Starting August 14, Claude Code is expected to work without requesting approval for every individual step. Enterprise customers, by contrast, must explicitly opt in.

    A classifier, meaning a system that automatically categorizes actions, is supposed to detect whether a step is dangerous or irreversible. Claude Code asks for approval only in those cases. In tests involving 1,053 paying participants and internal red teaming, Anthropic says Auto mode was at least as safe as manual approvals, while teams produced roughly 25 percent more pull requests. A pull request is a proposal to merge changes into a shared codebase.

    One focus is prompt injection, where hidden instructions attempt to divert an agent from your intended task. A review described by Anthropic as independent, conducted by Trajectory Labs, tested 72 attack scenarios ten times each. According to the Auto mode report, none of the 720 attempts succeeded against Fable 5, Opus 5, or Sonnet 5 in Auto mode. OpenAI’s GPT-5.6 Sol in Codex Auto Review mode had a 5.83 percent success rate for the attacks. Those results apply to the tested scenarios and do not guarantee protection against different attacks.

    Anthropic also describes internal incidents that Auto mode reportedly prevented. It stopped Claude from uploading confidential data to a public website and from terminating about 2,000 processes during a long session, which would have disrupted active graphics processing unit training jobs. These examples illustrate the value of safeguards, but they also show how broadly a coding agent can act when it has access to a working system.

    Safety filters can also become too restrictive. Anthropic reduced false positives in Fable 5’s biology filters by about 85 percent, according to a separate report on the revised safeguards, after the system had blocked or redirected nearly all biology-related requests to Opus 5. Restrictions remain for dual-use areas that could support both legitimate and harmful activity, including virology and toxicology. Although this example is not specifically about programming, it demonstrates the broader challenge: automated guardrails must identify dangerous activity without unnecessarily blocking routine work.

    Pros and Cons of the team agent

    Pros:

    • Less manual copying – Sessions can exchange summaries and answers directly instead of making you move information between windows.
    • More parallel work – Separate assignments can run simultaneously and coordinate through status updates or notifications about shared files.
    • Targeted approvals – Auto mode is designed to interrupt only risky or irreversible actions rather than every minor step.
    • Governed knowledge – Complementary memory systems such as TencentDB Agent Memory show how teams could reuse knowledge with access controls and valid versions.

    Cons:

    • Broader reach – An autonomous agent can affect many files, processes, or external services before a person notices a mistake.
    • Unclear data paths – Cross-device communication uses Anthropic’s servers, while the supplied sources do not specify location or retention.
    • Higher consumption – Anthropic does not bill for tokens used by the safety classifier, but longer autonomous runs can still increase total token usage. Tokens are the units of text and code used to measure AI consumption.
    • Imperfect guardrails – Filters can miss an attack or block legitimate work, as the later relaxation of Fable 5’s biology filters illustrates.

    What this means in practice

    For beginners, a small and clearly bounded project is the most sensible place to start. Simon Willison, for example, asked Claude Fable 5 to turn old text and images into a playable “Raccoon Heist” browser game. He created a repository, a managed storage location for a project, and asked Claude to publish a basic HTML page early because testing Claude Code for web during an active run was otherwise awkward. The example shows that even a largely autonomous run benefits from an intermediate result you can inspect.

    A larger experiment produced “World of Claudecraft,” a playable prototype modeled on World of Warcraft. According to the account of the two-day project, Claude Fable 5 first created the game logic and then independently searched for freely available visual assets. The creator used about 91 percent of the allowance from a Max 20x subscription, which costs $200 per month, in roughly two days. That figure is not a general price for an AI project; it is a concrete example of how quickly intensive agent activity can consume an existing allowance.

    If you are just getting started, use one session for a limited assignment, request a visible result early, and review changes before accepting them. Automatic approvals do not replace a clear task description or regular testing. Sensitive credentials and production-critical systems should not enter an agent’s reach without careful controls.

    Advanced users can gain more by dividing a project among sessions with clearly defined responsibilities. One session might implement a feature, a second run tests, and a third examine effects on other parts of the project. It helps to define which session may edit files, which may only analyze them, and when a person must approve a merge.

    Claude Code is moving from a tool that generates code on request toward a working environment that coordinates multiple AI processes. The productivity gains are plausible and visible in concrete prototypes, while most of the safety evidence comes from Anthropic or commissioned testing. The main unresolved risks are how well the guardrails handle new attacks and how transparent cross-device data exchange becomes.

    Sources

    AI-FunghiAI-Funghi

    © 2024 - 2026 ai-funghi.com | All Rights Reserved | Impressum | Datenschutz