Anthropic Claude Services Overview
Anthropic (a.k.a. Claude) is getting a bit confusing.
Claude Code is getting a lot of attention lately. Why? At least for some people (myself included), Claude Code provides a better service for helping coders read the codebase and deliver better finished code. Due to its popularity, many of the early adopters just say 'Claude' to refer to 'Claude Code'. Nothing wrong with it. But it becomes confusing when Anthropic starts offering multiple services or products that begin with the name Claude.
It becomes confusing when Anthropic starts offering multiple services or products that begin with the name Claude.
In this post, I want to do my best to lay out the foundational categories among consumer, developer, and business, along with their corresponding services. Keep in mind that things move so fast; this post is true in May 2026. I am sure the services will evolve fast, but keeping them in the same buckets between consumer, developer, and business would still help, even with newer services and evolving existing services.
The Lines are blurry
The categories below are a line in the sand to help bucketize the services. A consumer chat subscription is perfectly okay to use in a business environment; no Claude policy will stop you from doing so. But in my opinion, a developer API is less likely to be used by regular consumers.
The Models
Every product, regardless of category (consumer, developer, business), will run on one of these models. Depending on the product and timing, the service will land on one of these models.
For me, when I am using Claude to help with coding or research, I default on the latest and most capable model; other times, I would just use a 'balanced' model.
Consumer
- Chat apps (web, desktop, mobile): These are probably the most common use of AI, just a regular chat interface to talk to your favorite model. You can find the app on https://claude.ai/ with an overview at https://www.anthropic.com/claude.
- Projects: This is a relatively new service; it lives inside the Claude app. It is a workspace that holds context across sessions, chats, and documents. For example, I can have a 'home remodeling' project, upload documents, hold different chats, and keep them all in the same logical location.
- Claude Design: Use prompts to generate presentation slides, one-pagers, and prototypes: https://www.anthropic.com/news/claude-design-anthropic-labs.
- Claude Cowork: Automate tasks on the desktop, https://www.anthropic.com/product/claude-cowork.
Developers
- Claude Platform / API: Developer tooling for embedding Claude into your own systems, https://platform.claude.com/. Note that this is a separate price from what you would pay for access to other services, such as Claude Code.
- Claude Code: An agentic command line tool or extension (example: VS Code Claude extension) that helps you write code, https://www.anthropic.com/product/claude-code. This was the first service that really put Claude on the map.
- Managed Agents: Relatively new service. Runs in a self-hosted sandbox on Anthropic's backend, https://platform.claude.com/.
- Cloud Deployment: On Amazon AWS Bedrock (https://aws.amazon.com/bedrock) or Google Cloud Vertex AI (https://cloud.google.com/vertex-ai), you can choose to use Claude models.
Business & Enterprise
- Team & Enterprise plans: Cater to enterprise requirements such as single sign-on (SSO) and governance for managed rollouts, https://claude.com/pricing.
- Claude for Small Business: Ready-to-run workflows packaged for small businesses, https://www.anthropic.com/news.
Where to Start
It really depends on what is important to you. If you are a developer, start with Claude Code. If you have already built apps on AWS, start with Bedrock and a model.
A logical place everyone can experiment with little friction is the chat interface, either on the web or in a desktop environment. For someone in technology, the Claude Platform would be a logical next step.