Learn how Claude’s new AI‑content tags affect your automation workflows and how to adapt your agents for compliance and transparency.
[Claude](/go/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.
**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](https://automationscookbook.com/blog/claude-adds-aigenerated-content-markers-20260811).*