-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XS✔ ◾ Improve rule for indicating when AI helped (#7371)
* Add rule for indicating when AI helped * Auto-fix Markdown files * fix uri --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a758a7f
commit 930e1eb
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 27 additions & 16 deletions
43
rules/chatgpt-help-emojis/rule.md → rules/indicate-ai-helped/rule.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,55 @@ | ||
--- | ||
type: rule | ||
title: Do you use emojis when ChatGPT helped? | ||
uri: chatgpt-help-emojis | ||
title: Do you indicate when AI helped? | ||
uri: indicate-ai-helped | ||
authors: | ||
- title: Ulysses Maclaren | ||
url: https://www.ssw.com.au/people/uly | ||
- url: https://www.ssw.com.au/people/seth-daily | ||
title: Seth Daily | ||
- title: Seth Daily | ||
url: https://www.ssw.com.au/people/seth-daily | ||
- title: Brady Stroud | ||
url: https://www.ssw.com.au/people/brady-stroud | ||
created: 2023-05-03T00:17:51.370Z | ||
redirects: | ||
- chatgpt-help-emojis | ||
guid: 50d60535-ba5f-448b-8ca3-fe881e302ec3 | ||
--- | ||
ChatGPT can be helpful, and in some situations, it is good to be transparent that it helped you. Other times, however, it is more important that the message feels like it came personally from you. | ||
AI can be helpful, and in some situations, it is good to be transparent that it helped you. Other times, however, it is more important that the message feels like it came personally from you. | ||
|
||
In the case that you want to be transparent, using emojis to denote content generated by ChatGPT can help differentiate between human and AI text. | ||
In the case that you want to be transparent, you should indicate when AI was used. | ||
|
||
When you want to be transparent (generally internal communication), there are benefits: | ||
|
||
<!--endintro--> | ||
|
||
* **Adoption:** Spread and encourage usage of ChatGPT by showing how and when you use it, enabling others to think about when they can use it too | ||
When you want to be transparent (generally internal communication), there are benefits: | ||
|
||
* **Adoption:** Spread and encourage usage of AI by showing how and when you use it, enabling others to think about when they can use it too | ||
* **Transparency:** Others can identify AI-generated content, promoting openness and trust | ||
* **Responsibility:** Encourages responsible use of AI-generated content | ||
|
||
You should use them at the end of your message/email/etc. There are 2 options: | ||
|
||
::: good | ||
![Figure: Good Example - Microsoft flags docs as "AI-assisted content"](microsoft-ai-help.png) | ||
::: | ||
|
||
For generated text, a good option is to use the 🤖 emoji. | ||
You should use it at the end of your message/email/etc. There are 2 options: | ||
|
||
1. Use 🤖 when you used ChatGPT but you edited the result | ||
|
||
**Example:** *“Improve SEO with these tips: Create quality content, optimize for mobile, and use relevant keywords. 🤖”* | ||
|
||
2. Use 🤖⭐ when the content is entirely generated by ChatGPT | ||
|
||
**Example:** *"As we watched the sunset from our office balcony, the conversation turned to the latest tech trends. The sky was painted in hues of pink and orange, but our minds were on the latest software updates and hardware releases. The birds chirped their goodnight songs as we debated the merits of different programming languages and platforms. It was a peaceful moment, a brief pause in the chaos of the tech world, and we couldn't help but feel grateful for the opportunity to work in such an exciting and constantly evolving industry.🤖⭐”* | ||
**Example:** *"As we watched the sunset from our office balcony, the conversation turned to the latest tech trends. The sky was painted in hues of pink and orange, but our minds were on the latest software updates and hardware releases. The birds chirped their goodnight songs as we debated the merits of different programming languages and platforms. It was a peaceful moment, a brief pause in the chaos of the tech world, and we couldn't help but feel grateful for the opportunity to work in such an exciting and constantly evolving industry.🤖⭐”* | ||
|
||
:::greybox | ||
**Notes:** | ||
**Notes:** | ||
|
||
* Consider using this mostly internally, as clients and suppliers may not understand the meaning. | ||
|
||
* In the second case, if you want to go the extra mile and demonstrate how you used it, you can even paste the prompt you used to generate your message. | ||
::: | ||
|
||
This is also important for generated images, Meta has developed invisible watermarks that can be used to indicate that an image was generated by AI. | ||
<https://aibusiness.com/responsible-ai/meta-develops-invisible-watermarks-to-track-ai-image-origins> | ||
|
||
::: | ||
|
||
Google has also done something similar. Check out [SynthID](https://deepmind.google/discover/blog/identifying-ai-generated-images-with-synthid/) |