Deadlock:AI Policy: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
No edit summary
m Kai moved page User:Kai/AI Policy to Deadlock:AI Policy without leaving a redirect
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TLDR|TL;DR: Original AI-generated content is not permitted on wiki.gg. If the wiki is documenting an entertainment property that contains AI content, you can include that content for the purposes of documentation.}}
{{TLDR|TL;DR: Do not use AI to write article content, or generate wiki assets.}}


== AI content in the source material ==
== Assistance ==
If the source material contains AI content, that will not be counted as "AI content" for the purposes of this policy. This holds true whether you are the creator of the source material or not.
 
== AI tools to supplement your own creation ==
It is allowed to use AI tools to assist in the creation of illustrated diagrams, code, and text. For example, the following are all allowed:
It is allowed to use AI tools to assist in the creation of illustrated diagrams, code, and text. For example, the following are all allowed:


* Using AI to compose a Lua function for you, which you then test thoroughly before deploying
* Using AI to compose a Lua function for you, which you then test thoroughly before deploying.
* Using an AI grammar checker to improve your text
* Using an AI grammar checker to improve your text.
* Using AI to help cut out a character portrait from a screenshot
* Using AI to help remove the background from an image.


== AI tools to create original content ==
== Generative ==
It is NOT allowed to use AI tools to create content for you. For example, the following are not allowed:
The following are not allowed:


* Using AI to translate your content into a language you don't know
* Using AI to generate article content.
* Using AI to generate paragraph text about your topic and then pasting it into a content page without review
* Using AI to generate images to be used as wiki assets (favicon, logo, background or border images, etc).
* Using AI to generate images to be used as wiki assets (favicon, logo, background or border images, etc)
* Using AI to '''mass''' generate CSS, as it can degrade the visual quality of the wiki;
** If CSS is AI generated, it should be minimal and suited for the wiki, eg. using the wikis CSS variables for light/dark mode compatibility.


With the sole exception:
With the sole exception:


* If you use AI to generate CSS, wikitext, or Lua code for you and test it, and it works, you don't need to necessarily understand the code. However, if you later need help customizing the AI-generated code, you must disclose to wiki.gg staff that it was AI-created, and we reserve the right to decline assistance depending on the complexity.
* If you have '''existing developer knowledge''', and a '''good level of understanding''', you can use AI to generate JS, wikitext, or Lua code.
** Please note, you may NOT use AI to generate JavaScript code that you don't understand, as this can result in security vulnerabilities.


{{Nav Guides}}


[[Category:Policies]]
[[Category:Policies]]

Latest revision as of 01:05, 9 September 2026

TL;DR: Do not use AI to write article content, or generate wiki assets.

Assistance

[edit | edit source]

It is allowed to use AI tools to assist in the creation of illustrated diagrams, code, and text. For example, the following are all allowed:

  • Using AI to compose a Lua function for you, which you then test thoroughly before deploying.
  • Using an AI grammar checker to improve your text.
  • Using AI to help remove the background from an image.

Generative

[edit | edit source]

The following are not allowed:

  • Using AI to generate article content.
  • Using AI to generate images to be used as wiki assets (favicon, logo, background or border images, etc).
  • Using AI to mass generate CSS, as it can degrade the visual quality of the wiki;
    • If CSS is AI generated, it should be minimal and suited for the wiki, eg. using the wikis CSS variables for light/dark mode compatibility.

With the sole exception:

  • If you have existing developer knowledge, and a good level of understanding, you can use AI to generate JS, wikitext, or Lua code.