4Where your job actually lives

When claude.ai is the wrong surface

7 min read1,317 words

Claude.ai is where most of this course has lived. But as Module 1 mentioned, Claude is the intelligence — claude.ai is just one way to work with it. Once you know Claude well enough, you start to notice that claude.ai is the wrong surface for some of your best work. When the work lives in your codebase, your Slack channels, your Excel workbook, or your browser, there is usually a better place to meet Claude halfway.

This lesson introduces four specialised Claude products beyond claude.ai, each tailored to a specific environment. You do not need to master all of them. You need to know they exist, and which one to reach for when your default surface is getting in the way.

Claude Code — Claude inside your terminal and IDE

Claude Code is an agentic coding tool that works where you work — in your terminal, IDE, browser, or even Slack. It understands your codebase, executes commands, and handles entire development workflows through plain-English instructions.

If you are a developer, this is the Claude surface that actually transforms your day. If you are not a developer, it is still worth knowing about so you can make an informed hand-off when the task is clearly a coding task.

Reach for Claude Code when:

  • You want to build a feature by describing it in plain English and have Claude write the code, run the tests, and create commits.
  • You need to debug by pasting an error message and having Claude analyse the codebase to find and fix the root cause.
  • You are navigating an unfamiliar codebase and want to ask questions about how different parts fit together.
  • You want to automate tedious work — fixing lint errors, resolving merge conflicts, writing release notes.
  • You prefer working in your terminal alongside your existing tools instead of switching to a separate web interface.

Claude in Slack — Claude inside your team's chat

Claude integrates directly with Slack, which means you can get help in channels and threads, or pull Slack context into your regular Claude conversations. It is particularly good for the work that already happens in chat — summarising threads, drafting responses, and turning messy discussions into decisions.

Reach for Claude in Slack when:

  • You want to draft a reply to a message, summarise a long thread, or break down a complex discussion without leaving Slack.
  • You need to prepare for a meeting by pulling together relevant conversations and shared documents from your workspace.
  • You are onboarding to a new team and want help understanding ongoing projects by reviewing channel history.
  • You want to hand off a coding task directly from a bug report or feature discussion — tag @Claude and it can spin up a Claude Code session using the surrounding context.
  • You need a quick answer about an industry trend, technical concept, or piece of company information without breaking your focus.

Claude for Excel — Claude inside your spreadsheets

Claude for Excel brings Claude directly into Microsoft Excel through a sidebar. You can analyse, understand, and modify spreadsheets through conversation — which is a completely different experience from uploading a file and hoping Claude figured out the structure.

Reach for Claude for Excel when:

  • You are working with a complex multi-tab workbook and want to understand how specific formulas or calculation flows work across sheets.
  • You need to update assumptions or inputs across your model while preserving formula dependencies and relationships.
  • You are debugging spreadsheet errors — #REF!, #VALUE!, circular references — and want Claude to trace them to the source and suggest fixes.
  • You want to create new spreadsheets or populate existing templates while maintaining proper formula structure.
  • You need to build pivot tables or charts to visualise data quickly.

Finance, operations, and analyst roles usually get the biggest lift from Claude for Excel. If your real work lives in .xlsx, this is where Claude earns its keep.

Claude for Chrome — Claude inside your browser

Claude for Chrome is a browser extension that adds Claude as a sidebar in Google Chrome. It can observe what you are working on and take actions directly in your browser. Think of it as Claude meeting you wherever you already are on the web.

Reach for Claude for Chrome when:

  • You want to summarise articles, research papers, or web pages while browsing.
  • You need help drafting email responses or managing your inbox.
  • You are filling out repetitive forms and want to automate the process.
  • You want Claude to test website features or navigate multi-step workflows without manually clicking through each step.
  • You need a browsing assistant that maintains context as you move between tabs — particularly useful for niche internal tools, CRMs, or dashboards where the data is locked inside the page.

An important caveat. Claude for Chrome is currently in research preview. Anthropic recommends using it for low-risk tasks on trusted websites. The extension asks for permission before taking high-risk actions like purchasing or sharing personal data, and certain categories of websites (financial services, adult content) are blocked by default. Treat it as a capable beta, not a finished tool.

A quick comparison

| Tool | Best for | Where it runs | |---|---|---| | Claude.ai | General tasks — research, writing, analysis, file creation | Web, desktop, and mobile apps | | Claude Code | Software development, codebase navigation, git workflows | Terminal, IDE, or browser | | Claude Cowork | Complex multi-step tasks — research briefs, document creation, file organisation | Desktop (and mobile via Dispatch) | | Claude in Slack | Team collaboration, meeting prep, quick in-context answers | Slack workspace | | Claude for Excel | Spreadsheet analysis, financial modelling, formula debugging | Microsoft Excel sidebar | | Claude for PowerPoint | Slide creation, presentation editing, formatting | Microsoft PowerPoint sidebar | | Claude for Chrome | Web research, email, browser automation | Chrome browser sidebar |

Picking the right surface

The rule is simple: work where your work already is. If the task is mostly chat or document creation, stay in claude.ai. If it is code, use Claude Code. If it is happening in Slack already, use Claude in Slack. If the data lives in Excel or you are on the web and cannot leave the page, reach for the sidebar product that matches.

Trying to force every task into claude.ai will work — but it usually means copy-pasting, tab-switching, and losing context at the boundary. The specialised surfaces exist specifically to remove that friction.

Before you move on

Pick the Claude surface you are most likely to try next, based on the tools you already use. Not all of them. Just the one. That is the one that will change your day this week.

Key Takeaways

  • 1Claude.ai is one surface among many — Claude Code, Claude in Slack, Claude for Excel, and Claude for Chrome each bring Claude to a specific environment where your work already lives.
  • 2Claude Code is an agentic coding tool for terminals and IDEs — it understands your codebase, runs commands, and handles full development workflows in plain English.
  • 3Claude in Slack is best for meeting prep, thread summarisation, in-channel drafting, and handing coding tasks off to Claude Code directly from a conversation.
  • 4Claude for Excel works as a sidebar inside Microsoft Excel — ideal for navigating multi-tab workbooks, updating model assumptions, and debugging spreadsheet errors.
  • 5Claude for Chrome is a browser extension in research preview — great for summarising pages, drafting replies, and automating forms, but use it on low-risk tasks and trusted sites for now.