Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

overview changed

about-claude/use-case-guides/overview

Nearest release: v2.1.267, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+9added
Lines−1removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

## Choosing a build path

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
11---
22title: Guides to common use cases
33url: https://platform.claude.com/docs/en/about-claude/use-case-guides/overview
4description: "Explore production guides for building common Claude use cases: ticket routing, customer support agents, content moderation, and legal summarization."
4description: "Explore production guides for building common Claude use cases: ticket routing, customer support agents, content moderation, legal summarization, and commerce agents."
55---
66 
77Claude is designed to excel in a variety of tasks. Explore these in-depth production guides to learn how to build common use cases with Claude.
from line 22
2222 <Card title="Legal summarization" icon="book" href="https://platform.claude.com/docs/en/about-claude/use-case-guides/legal-summarization">
2323 Summarize legal documents using Claude to extract key information and expedite research.
2424 </Card>
25 
26 <Card title="Commerce agent" icon="building" href="https://platform.claude.com/docs/en/about-claude/use-case-guides/commerce-agents">
27 Build shopping and merchant agents from an open-source blueprint that runs on the Messages API, the Claude Agent SDK, and Claude Managed Agents.
28 </Card>
2529</CardGroup>
30 
31## Choosing a build path
32 
33The three paths for building with Claude differ in how much control you keep and how much of the implementation you offload to Anthropic. The [Messages API](https://platform.claude.com/docs/en/build-with-claude/working-with-messages) gives you the most control: you write the agent loop and run your own tools and infrastructure. The [Claude Agent SDK](https://code.claude.com/docs/en/agent-sdk/overview) sits in between, providing the agent loop and tool execution in a process you operate. With [Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview), you offload the most: Anthropic hosts the agent loop, tool execution, and runtime for you.
2634 
Feedback