Is AI content allowed on this site?

Yes, AI content can be published on our site. However, we have decided to label AI content. This means that if AI content is included in a post or comment, it must be marked with our AI tag. This helps to distinguish AI content from human content.

This is done by clicking on the AI icon when editing a post or comment. If the text in question has already been tagged, the AI tags will appear around the text. Otherwise, clicking the button will display an AI tag template.

AI content can be marked with <ai source='' prompt=''></ai>.

Attribute "source"
The 'source' attribute is used to specify the source of the AI, for example 'ChatGPT' or 'Claude'.

Attribute "prompt"
The 'prompt' attribute reflects the input given to the AI by the user.

Both of these attributes are optional, but recommended. If a prompt is present, an additional button will be displayed to show or hide the prompt.

Here is an example:

I'm Claude, an AI assistant created by Anthropic. I aim to be direct and transparent in my interactions. I can help with a wide variety of tasks including writing, analysis, math, coding, and thoughtful discussion. What would you like assistance with?

Here is the code for it:

<ai source='Claude' prompt='What are you?'>I'm Claude, an AI assistant created by Anthropic. I aim to be direct and transparent in my interactions. I can help with a wide variety of tasks including writing, analysis, math, coding, and thoughtful discussion. What would you like assistance with?</ai>