Anthropic released Claude Tag this week, a built-in tagging system that lets users label and retrieve Claude conversations by custom tags. The feature first appeared in a recent Hacker News thread that reached 226 points and 153 comments.
Model: Claude 3.5 Sonnet | Feature: Claude Tag | Availability: Claude.ai Pro/Team | Limit: 50 tags per workspace
What Claude Tag Actually Does
Users can attach up to five tags per conversation thread. Tags support search, filtering, and bulk export. The system stores tags server-side and surfaces them in the left sidebar alongside existing chat history.
Tagging works across both new and existing conversations. Anthropic added keyboard shortcuts for adding tags without leaving the prompt box.
Performance and Limits
Early numbers from the announcement show average tag lookup under 120 ms. Workspaces are capped at 50 unique tags. Exports include tags in JSON and CSV formats.
| Feature | Claude Tag | ChatGPT Custom GPTs | Claude Projects |
|---|---|---|---|
| Tag limit | 50 | N/A | Folders only |
| Search speed | <120 ms | ~800 ms | ~300 ms |
| Export formats | JSON, CSV | JSON | Markdown |
| Bulk apply | Yes | No | No |
How to Try Claude Tag
Sign into Claude.ai with a Pro or Team plan. Open any conversation, click the tag icon, and enter a label. Existing threads can be bulk-tagged from the history view.
API users can pass a tags array in the Messages endpoint starting with the latest SDK versions. Documentation is at the official Anthropic docs site.
"API example"
curl https://api.anthropic.com/v1/messages \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-d '{"tags": ["research", "q3"], ...}'
Tradeoffs Reported So Far
- Pros: Fast retrieval, works on mobile, supports bulk actions.
- Cons: No hierarchical tags, no color coding, 50-tag cap hits power users quickly.
- HN comments noted missing tag permissions for shared Team workspaces.
Who Benefits Most
Teams running dozens of parallel research threads gain the clearest win. Solo users who already keep under 20 active chats can skip it. Prompt engineers managing reusable templates will want the export feature but may hit the tag ceiling.
Direct Alternatives
ChatGPT folders and Claude Projects already provide basic organization. Claude Tag adds search speed and bulk tagging those lack.
Bottom line: Claude Tag fills a narrow but real gap for users who need fast, searchable labels rather than nested folders.
Anthropic will likely raise the 50-tag limit once usage data arrives.

Top comments (0)