What Happened
Claude now appends a visible tag to every generated response. The tag, e.g., “Generated by Claude”, appears inline with the text. Anthropic added the feature to make AI‑generated content obvious and to meet upcoming labeling laws.
The system adds the tag automatically at the end of each response. Users can hide or show the tags, and developers can pull the generation metadata through the API.
Why This Matters for Builders
- Fast compliance – Jurisdictions are tightening AI‑content labeling rules. Claude’s tag lets you meet those rules without writing extra code.
- Clear user signals – Users want to know when they’re reading AI text. The tag shows that immediately, cutting the risk of deception.
- Easier audits – The API returns metadata that can be logged. That makes debugging, performance tracking, and provenance checks simple.
- Zero‑config integration – Just enable the setting or set the API flag. Existing n8n or custom AI‑agent workflows pick it up with one change.
- Scalable consistency – As more agents come online, a common label keeps provenance clear and eases integration with third‑party tools.
FAQ
Q: Does the marker change Claude’s output length or format?
A: No. The tag is added after the main content. It’s lightweight and can be styled or hidden with CSS.
Q: Can I turn the marker off for internal testing?
A: Yes. The API lets you suppress the tag in non‑public or debugging environments.
Q: Does the marker add cost or slow things down?
A: The overhead is negligible. Costs stay the same, and performance impact is minimal. The feature works on all current Claude endpoints.
Originally published on Automations Cookbook.













