Contributing
How AI fits into contributing to the wiki, and the site itself.
This wiki is edited through git PRs, not a click-to-edit box - see Goodbye, MediaWiki for why. Same as contributing to any other repo. Here’s where AI tools fit into that.
Articles
Generative AI is welcome as a planning and editing tool: outlining a page, checking structure, tightening a paragraph you already wrote. What it isn’t welcome for is single-shot generation - pasting in a prompt and shipping whatever comes back. A page should be substantially yours, roughly 80/20 in favor of your own writing. Your judgement about the build, the server, the story worth reading, with AI touching it up rather than writing it.
Code
More freedom here. Use AI to write, refactor, or debug however works for you. The bar isn’t lower, it’s just different: you need to understand what your PR does and be able to stand behind every part of it. If you can’t explain a change or defend a decision it makes, it isn’t ready to submit, regardless of who typed it. See CLAUDE.md in the repo for the conventions any code, AI-assisted or not, should follow.