From ab20cd77b879e13249e18a72959657ec1012c1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Mon, 19 Feb 2024 22:55:16 +0100 Subject: [PATCH] docs/dev-proc/documentation-guidelines.md: AI usage guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- docs/dev-proc/documentation-guidelines.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/dev-proc/documentation-guidelines.md b/docs/dev-proc/documentation-guidelines.md index fc571b16..9db1d381 100644 --- a/docs/dev-proc/documentation-guidelines.md +++ b/docs/dev-proc/documentation-guidelines.md @@ -101,8 +101,22 @@ Sometimes it catches things that are not detected by Grammarly. - [paste.dasharo.com](https://paste.dasharo.com) - pastebin alternative hosted by Dasharo. - [asciinema.org](https://asciinema.org) - free and open-source solution for -recording terminal sessions. Sometimes - especially in more complex cases, it is -good to present command sequences in this way. + recording terminal sessions. Sometimes - especially in more complex cases, it is + good to present command sequences in this way. + +### AI usage + +Please read [this article][faq01] to understand generally accepted usage models +of AI during writing. TL;DR Yes, you can, but for error, logic, and grammar +improvements, not for text generation. Whatever text AI generates for you +should be carefully reviewed by you. Delivering BLIP (_Bot Low Integrity +Prose_) disrespects readers who invest time and energy in understanding what +was written. + +In extreme situations, such practice may lead to DDoS of organization members, +which is essentially an open attack that cannot stay without response. + +[faq01]: https://ia.net/topics/writing-with-ai ## Formatting