• Newsletter
  • Posts
  • πŸ”΅ Ecosystem angle. One Subscription. Six Tools. Most People Use One.

πŸ”΅ Ecosystem angle. One Subscription. Six Tools. Most People Use One.

April 3rd Edition. Every tool, what it does, and where it fits β€” in one place

πŸ‘‹ Welcome

Welcome to this edition of The Business AI Newsletter.

Claude has been getting a lot of attention lately and we got more questions β€” and with good reason. Anthropic has been shipping fast, and the product line has grown well beyond a simple chat tool. This issue we map the full ecosystem: every product, what it does, and where it fits. Next time we cover Google ecosystem.

THE CLAUDE ECOSYSTEM β€” TOOL BY TOOL

1. Claude.ai β€” The main interface

Web, iOS, Android, Desktop

The chat interface most people start with. Writing, research, document analysis, image reading, brainstorming, translation.

What's worth knowing beyond basic chat:

  • Projects β€” separate workspaces to keep your conversations and documents organised by topic or client

  • Memory β€” Claude remembers context across conversations

  • Deep Research β€” autonomous multi-source web research, not just a quick search

  • Web search β€” built in, no plugin needed

Who it's for: Everyone. Start here. Price: Free (with limits) Β· Pro $20/mo Β· Max $100–200/mo

2. Claude Cowork β€” Agentic desktop assistant for non-developers

Desktop app (macOS & Windows)

Cowork operates differently from chat. You describe an outcome, Claude works through it autonomously β€” reading your local files, browsing the web, producing actual output files. You don't have to be there for every step.

What it handles:

  • Direct read/write access to folders on your computer

  • Web research and synthesis into documents or spreadsheets

  • Excel files with working formulas, PowerPoint decks, organised folder structures

  • Scheduled recurring tasks β€” weekly metrics pulls, inbox summaries, report generation

  • Parallel tasks β€” multiple workstreams running at the same time

Who it's for: Business owners, operations, marketing, analysts β€” anyone with high-volume repetitive knowledge work. Price: Included from Pro ($20/mo) and above

Top use cases:

  • You have 80 invoices saved as PDFs in a folder. Ask Cowork to open all of them, extract vendor, date, amount, and category, build an Excel file with totals by category and a summary chart, and flag anything unusual. Come back in ten minutes.

  • You want a competitive landscape slide deck. Tell Cowork to research five competitors, build a comparison across five criteria, and produce a PowerPoint using your template. Walk away.

  • You have a folder of customer interview transcripts. Ask Cowork to extract recurring themes, rank them by frequency, estimate effort level for each, and save an Excel file with a pivot by theme.

3. Claude Design β€” Visual prototyping from conversation

claude.ai/design Β· launched April 17, 2026

The newest product in the ecosystem. You describe what you need, Claude builds a first version on a visual canvas, you refine through conversation, inline comments, or direct edits.

Outputs: interactive prototypes, UI mockups, pitch decks, slides, one-pagers, marketing assets.

A few things that differentiate it:

  • On first use, Claude reads your brand assets, Figma files, or codebase to build your design system. Every project after uses your colors, fonts, and components automatically

  • Point it at your live website and it pulls your visual elements directly

  • Multiple team members can edit and chat with Claude in the same project

  • Export as PDF, PPTX, HTML, to Canva, or hand off directly to Claude Code

Who it's for: Anyone who needs to go from idea to visual quickly β€” founders, PMs, marketers. Price: Included with Pro and above (research preview)

Top use cases:

  • You have a investor meeting in two days and no designer available. Describe your pitch narrative, upload your logo and brand colors, and ask Claude Design to build a 12-slide deck. Iterate through conversation until it's right. Export as PPTX.

  • You need a one-pager for a partnership proposal. Upload your company brief, describe the audience, ask Claude to produce a single-page visual document. Export to PDF and send.

  • A client wants to see what a new landing page could look like before committing to development. Claude Design builds an interactive prototype in one conversation. Client can click through it like a real page.

  • Your marketing team needs ten variations of a social media campaign visual. Describe the concept, ask for variations, refine, export.

4. Claude for Excel, PowerPoint, and Word β€” Inside Microsoft Office

Add-ins via Microsoft Marketplace

Claude as a sidebar inside your Office apps.

Excel: reads every tab, formula, and cell dependency. Builds pivot tables, conditional formatting, VLOOKUPs. Explains its logic with cell-level citations. Connects to financial data providers (FactSet, PitchBook, Bloomberg, S&P) via integration. Shortcut: Ctrl+Alt+C.

PowerPoint: reads your slide master and brand template, generates slides that stay within it. Shares full context with Excel β€” analysis done in your spreadsheet carries over without re-explaining.

Word (April 2026): edits appear as native tracked changes.

Who it's for: Finance, analysts, consultants, anyone who works primarily in Office. Price: Excel β†’ Pro and above Β· PowerPoint β†’ Max, Team Premium, Enterprise

Top use cases:

  • You have a financial model with 15 tabs and inherited formulas you don't fully understand. Open Claude for Excel, ask it to explain what the model does, identify where the key assumptions live, and flag any formula errors. It gives you cell-level citations for every answer.

  • You just finished a revenue analysis in Excel. Open Claude for PowerPoint in the same session β€” it already knows your data. Ask it to build a three-slide summary with your brand template. No copy-pasting, no re-explaining.

  • You receive a raw data export from your CRM β€” messy columns, inconsistent formatting, missing values. Ask Claude for Excel to clean it, normalise dates, add a totals row, and create a pivot table by region and product line.

  • You're writing a client report in Word. Ask Claude to rewrite a section in more formal language, add a summary paragraph at the top, and flag anywhere the argument has a logical gap. Changes appear as tracked edits so you approve each one.

  • You're building a quarterly board presentation. Claude for Excel analyses the numbers, Claude for PowerPoint builds the deck β€” in the same session, with shared context throughout.

5. Claude Code β€” For developers

Terminal, VS Code, JetBrains, Slack

Agentic coding assistant. Reads your entire codebase, writes and edits files, runs tests, fixes bugs across multi-step tasks. This is the tool that's been getting most of the new feature investment β€” more on that below.

Who it's for: Developers. Price: Pro and above

Top use cases:

  • You're onboarding to a new project. Ask Claude Code to read the entire codebase and produce a plain-English architecture summary β€” what each module does, how they connect, where the main logic lives.

  • You have a bug that's been sitting in your backlog. Describe the behaviour, Claude Code traces it through the code, identifies the root cause, proposes a fix, and implements it.

  • Non-developer use: you have an idea for a simple internal tool β€” a form that collects data and writes to a spreadsheet, or a script that renames files according to a naming convention. Describe it in plain English. Claude Code builds it.

PLANS β€” QUICK REFERENCE

CLAUDE CODE β€” NEW FEATURES

A lot shipped in Q1–Q2 2026. Here's what actually changed.

Auto Mode (March 24, 2026)

Previously, every file edit and terminal command required manual approval. For a long task, that meant clicking approve dozens or hundreds of times. The workaround was a flag called --dangerously-skip-permissions.

Auto Mode replaces that. A background AI classifier evaluates each action before it runs β€” approving safe ones automatically, blocking dangerous ones (mass deletions, credential access, scope creep, prompt injection). Start a task, step away, come back to results.

Currently recommended for sandboxed or isolated environments. The classifier has a known ~17% miss rate on genuinely risky edge cases β€” Anthropic disclosed this openly.

Enable: claude --enable-auto-mode or Shift+Tab in the desktop app.

Remote Control (February 25, 2026)

Run a Claude Code session on your desktop and control it from your phone. Your files and credentials stay on your local machine β€” the phone is a secure remote window, not a cloud takeover. One session at a time, terminal must stay open.

Enable: claude remote-control or /rc in session.

Routines (April 14, 2026)

Saved Claude Code configurations that run automatically on Anthropic's cloud β€” your laptop can be off. Three trigger types:

  • Scheduled β€” hourly, nightly, weekly, or once at a set time

  • API β€” fire via HTTP POST from any external tool

  • GitHub events β€” trigger on pull requests, releases, etc.

Example uses: nightly dependency checks, automatic PR reviews, weekly codebase digests.

Dispatch

Task queue that underpins Remote Control and Routines. You define a task as a structured object (goal, context, constraints, file paths), submit it, Claude Code picks it up. Also powers Cowork's scheduled tasks from mobile.

6. Claude API β€” For building

Programmatic access to Claude models. Used for building products, automations, or custom workflows (n8n, Make, custom code). Pay per token.

Cost reducers worth knowing:

  • Batch API: 50% off for async workloads

  • Prompt caching: up to 90% off repeated context

Available on AWS, Google Cloud, Microsoft Azure.

Price: $1–5/million input tokens Β· $5–25/million output tokens depending on model

NEXT ISSUE

We're moving to Google β€” Gemini, NotebookLM, Google Workspace AI. What's actually worth using.

Stay tuned.

Found this useful? Forward it to someone who's been meaning to "look into AI tools" for the past six months. This might be the nudge they needed.

Β© Business AI Newsletter. Forward this to a colleague who's still building slides manually.

AI Automations: 🌐[https://cmasterai.com]

Contact us at [[email protected]]

Reply

or to participate.