Skip to content

Commit

Permalink
XS✔ ◾ Improve rule for indicating when AI helped (#7371)
Browse files Browse the repository at this point in the history
* 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
bradystroud and github-actions[bot] authored Nov 30, 2023
1 parent a758a7f commit 930e1eb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion categories/artificial-intelligence/rules-to-better-gpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index:
- chatgpt-can-fix-errors
- connect-chatgpt-with-virtual-assistant
- install-chatgpt-as-an-app
- chatgpt-help-emojis
- indicate-ai-helped
- leverage-chatgpt
- website-chatbot
- use-semantic-kernel
Expand Down
Binary file added rules/indicate-ai-helped/microsoft-ai-help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/)

0 comments on commit 930e1eb

Please sign in to comment.