Claude can now drive macOS apps, browser tabs, the keyboard, and the mouse from Claude Cowork and Claude Code, with permission prompts when it needs direct screen access. That makes legacy desktop workflows automatable, and Anthropic is pairing the push with more background-task support for longer agent loops.

Claude can now operate a Mac "anything you'd do sitting at your desk," according to Anthropic's launch post. The demo attached to that post shows Claude opening email, following a link, and completing a travel-request form, which makes this more than browser automation or filesystem access alone Form-filling demo.
The rollout matters for engineers because it lands in Claude Cowork and in Claude Code Desktop, not just the chat surface. A follow-up from Anthropic engineer Thomas Reger says it is "only available in Claude Code Desktop" and points to the desktop docs, which also place computer control alongside visual diff review, live preview, PR monitoring, and parallel sessions in the desktop product surface docs thread.
That expands Claude Code from a coding agent that edits files and runs commands into one that can cross the boundary into native tools and internal apps. As one practitioner reaction put it, the practical unlock is "arbitrary apps, not just your browser," especially for companies still running older custom desktop software.
Anthropic says Claude uses connected services first, including Slack, Calendar, and other integrations, and only falls back to direct screen control when there is no connector for the tool it needs connected-app flow. That is the key architectural detail: API-style integrations remain the first choice, while GUI control becomes the escape hatch.
The permission UI in the screenshot is explicit about the risks and scope. It says Claude may take screenshots and control the mouse and keyboard, warns about "malicious instructions" and privacy concerns, and asks for app-by-app approval. The same dialog shows Finder with "Full control," Chrome as "View only," plus read/write clipboard access, and notes that other windows are hidden during the session
.
Anthropic is also tightening the interaction layer around these actions. A separate update says Claude Code channels now support "Permission Prompts," with users told in the channels update to update Claude and their channel plugins.
Computer use is more useful when the agent can stay alive long enough to finish multi-step work. Anthropic's scheduled cloud tasks for Claude Code let recurring workflows run "entirely in the background," so developers no longer need to keep a terminal, browser tab, or local machine running, according to the scheduled-tasks post.
That background model already looks like production operations automation. In one shared setup, a user schedules Claude Code to poll Sentry hourly via MCP, retrieve new issues, investigate root cause, create a PR fix, review its own PR, address findings, and send an email notification when the PR is ready. The screenshot shows an active hourly job tied to a repo and Sentry connector, with instructions that begin by searching for unresolved issues from the last 60 minutes
.
Taken together, the new release closes a gap between tool-connected coding agents and desktop operators. Anthropic engineer Ben Cherny says the Labs team shipped MCP, Claude Desktop, and Claude Code, and that early computer-use prototypes in the Sonnet 3.6 era felt "clunky and slow" before this "full computer use" release in Cowork and Dispatch Cherny's note.
Vercel Emulate added a programmatic API for creating, resetting, and closing local GitHub, Vercel, and Google emulators inside automated tests. That makes deterministic integration tests easier to wire into CI and agent loops without manual setup.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
Anthropic rolled out Scheduled Cloud Tasks for Claude Code, allowing developers to automate recurring agentic workflows that run entirely in the background. You no longer need to keep your terminal, browser tab, or local machine running. Once a task is scheduled, Claude executes Show more
Used /schedule in Claude Code to: 1. Poll Sentry w/ the MCP 1/hr 2. Retrieve new issues 3. Investigate root cause 4. Create PR fix 5. Claude reviews PR 6. Fix findings 7. Email notification of new PR from Claude Claude autonomous Prod fixes for aceagent.io!
You can now schedule recurring cloud-based tasks on Claude Code. Set a repo (or repos), a schedule, and a prompt. Claude runs it via cloud infra on your schedule, so you don’t need to keep Claude Code running on your local machine.
Use /schedule to create recurring cloud-based jobs for Claude, directly from the terminal. We use these internally to automatically resolve CI failures, push doc updates, and generally power automations that you want to exists beyond a closed laptop
Claude Code can control your computer now!
Today, we’re releasing a feature that allows Claude to control your computer: Mouse, keyboard, and screen, giving it the ability to use any app. I believe this is especially useful if used with Dispatch, which allows you to remotely control Claude on your computer while you’re