Anthropic Unveils 7 Major Updates This Week – A Full Breakdown
Amid a frenzy of AI headlines, Anthropic quietly released seven substantial product updates across Claude Code, claude.ai, and Cowork, adding 13 enterprise plugins, a private plugin market, cross‑app orchestration, a Chrome Quick Mode that triples speed, remote control, scheduled tasks, auto‑memory, new /simplify and /batch skills, and a free Memory feature with an import tool.
1. Cowork Enterprise Plugin Overhaul – 13 New Services Integrated (Feb 24)
Anthropic expanded the Cowork enterprise product by adding more than 13 enterprise‑grade plugins and connectors, covering a wide range of office scenarios:
Google Suite : Calendar, Drive, Gmail integration
Legal & Compliance : DocuSign, LegalZoom
Sales & CRM : Apollo, Clay, Outreach
Finance & Data : FactSet, MSCI, Similarweb
Content Management : WordPress, Harvey
Two notable new mechanisms were introduced:
Private Plugin Marketplace : Enterprise admins can create an internal plugin store and precisely control which teams can use which tools, a critical need for data‑sensitive companies.
Cross‑Application Orchestration : Claude can now seamlessly switch context between Excel and PowerPoint, enabling a stock analyst to analyze financial statements in Excel, update a model, and generate a PPT without leaving the application.
The update targets enterprise users; individual developers may notice it less, but it signals Anthropic’s push into the enterprise AI workflow market.
2. Claude Chrome Extension Quick Mode – 3× Speed Boost (Feb 24)
Engineer Lucas Gonzalez announced a new "Quick Mode" for the Claude Chrome extension. When enabled, the model emits compact structured commands instead of full natural‑language replies; the extension parses and executes these commands directly, then screenshots the result back to the model.
The result is an approximate three‑fold increase in response speed. Paired with Opus 4.6’s fast mode, the automation flow becomes very smooth for tasks like web data scraping or form filling.
3. Claude Code Remote Control – Terminal to Mobile Hand‑off (Feb 25)
Claude Code introduced a Remote Control feature that lets users start a session in a terminal and then take over from a phone, tablet, or any browser.
Key points:
Code never leaves the local machine; all computation runs locally.
Only chat messages and tool results travel over an encrypted channel.
Start with claude remote-control in the terminal or type /rc in a session to generate a QR code for the mobile device.
Initially available to Max subscription users (Research Preview); Pro users will receive it later.
4. Cowork Scheduled Tasks – AI Assistant Sets Its Own Alarms (Feb 26)
Cowork now supports Scheduled Tasks , allowing the assistant to run repetitive work automatically at specified times.
Daily Briefing : Auto‑summarizes the past 24 hours of Slack messages, emails, and calendar events.
Weekly Data Report : Extracts data from Google Drive or spreadsheets and generates a report.
Friday Team Demo : Compiles weekly progress and creates presentation material.
Supported frequencies include daily, weekly, weekdays only, hourly, or on‑demand triggers. Tasks run only when the computer is awake and Claude Desktop is open; they are skipped during sleep and resumed later, making the feature a desktop‑level scheduler rather than a cloud Cron job.
5. Claude Code Auto‑Memory – Persistent Project Context (Feb 27)
Product lead Thariq announced the auto‑memory feature. Claude now automatically remembers project context—build commands, debugging experience, architectural preferences, coding style—and recalls it in subsequent sessions without any manual notes.
Mechanism:
Claude saves notes to a project‑specific ~/.claude/projects/<project>/memory/ directory.
Each project has an isolated memory space; all worktrees under the same repository share it.
Claude decides which information is worth keeping.
The core index file MEMORY.md is automatically loaded at the start of each session.
The feature is enabled by default and can be managed manually with the /memory command. This gives Claude Code a long‑term memory, eliminating the “goldfish brain” problem.
6. New Claude Code Skills: /simplify and /batch (Feb 28)
Claude Code lead Boris Cherny introduced two built‑in skills that he uses daily.
/simplify – AI‑Powered Code Review
Running /simplify after a feature or bug‑fix triggers the following workflow:
Launches multiple parallel agents to review recent file changes.
Each agent checks for code reuse opportunities, quality issues, and performance bottlenecks.
Findings are aggregated and automatically fixed where possible.
False positives are filtered out, and a concise summary is output.
The tool also compares the code against a project‑specific claude.md rule set, enforcing the project’s own conventions rather than generic standards.
/batch – Large‑Scale Code Migration Commander
While /simplify is a “post‑operation check,” /batch acts as a “mass surgery” tool. For example, migrating a project from Jest to Vitest:
Starts an orchestration agent to analyze and decompose the migration task.
Generates a migration plan for user confirmation.
Executes the plan with dozens of agents running in isolated git worktrees in parallel.
Each agent runs tests and creates a PR after completion.
This “swarm tactics” approach lets a single user command a fleet of agents to perform complex refactors.
7. Memory Free for All + One‑Click Migration Tool (Mar 2)
Anthropic timed two moves to coincide with the massive ChatGPT user exodus:
Free Memory : Previously a paid‑only feature, Memory is now available to all users, allowing Claude to retain preferences, work habits, and conversation context across sessions.
One‑Click Memory Import : A dedicated page (claude.com/import-memory) lets users migrate accumulated context from ChatGPT, Gemini, or Copilot to Claude in three steps—copy a prompt, paste it into ChatGPT to retrieve memory data, and import it into Claude. The whole process takes under five minutes.
Anthropic’s page states, “Context shouldn’t disappear because you want to try something new.” Claude also supports exporting memory at any time, reflecting a product philosophy that values continuity of context.
For a deeper analysis of the ChatGPT migration phenomenon, see the linked report.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
