Deadlock:AI Policy: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
m Kai moved page User:Kai/AI Policy to Deadlock:AI Policy without leaving a redirect
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
* Using AI to help remove the background from an image.
* Using AI to help remove the background from an image.


== AI tools to create original content ==
== Generative ==
The following are not allowed:
The following are not allowed:


Line 14: Line 14:
* 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;
* Using AI to '''mass''' generate CSS, as it can degrade the visual quality of the wiki;
** If CSS is AI generated, it should minimal and suited for the wiki, eg. using the wikis CSS variables for light/dark mode compatibility.
** 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 have '''existing developer knowledge''', you can use AI to generate JS, wikitext, or Lua code for you;
* If you have '''existing developer knowledge''', and a '''good level of understanding''', you can use AI to generate JS, wikitext, or Lua code.
** If you test it and it works, you don't need to necessarily understand the code.




[[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.