Select the types of activity you want to include in your feed.
Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required.
shlf.space
···11+# AI Usage Policy
22+33+**1. All AI usage in any form must be disclosed.**
44+You must state the tool you used (e.g. Claude Code, Cursor, Amp) along with the
55+extent that the work was AI-assisted. Contributions should include an
66+Assisted-by tag in the following format:
77+88+`Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]`
99+1010+Where:
1111+- AGENT_NAME is the name of the AI tool or framework
1212+- MODEL_VERSION is the specific model version used
1313+- [TOOL1] [TOOL2] are optional specialized analysis tools used (e.g.,
1414+ coccinelle, sparse, smatch, clang-tidy)
1515+1616+Basic development tools (git, gcc, make, editors) should not be listed.
1717+1818+Example:
1919+`Assisted-by: Claude:claude-3-opus coccinelle sparse`
2020+2121+AI agents MUST NOT add Signed-off-by tags. Only humans can legally certify the
2222+Developer Certificate of Origin (DCO). The human submitter is responsible for:
2323+2424+- Reviewing all AI-generated code
2525+- Ensuring compliance with licensing requirements
2626+- Adding their own Signed-off-by tag to certify the DCO
2727+- Taking full responsibility for the contribution
2828+2929+3030+**2. The human-in-the-loop must fully understand all code.**
3131+If you can't explain what your changes do and how they interact with the
3232+greater system without the aid of AI tools, do not contribute to this project.
3333+3434+3535+**3. Issues and discussions can use AI assistance but must have a full
3636+human-in-the-loop.**
3737+This means that any content generated with AI must have been reviewed _and
3838+edited_ by a human before submission. AI is very good at being overly verbose
3939+and including noise that distracts from the main point. Humans must do their
4040+research and trim this down.
4141+4242+**4. No AI-generated media is allowed (art, images, videos, audio, etc.).**
4343+Text and code are the only acceptable AI-generated content, per the other rules
4444+in this policy.
4545+4646+4747+We love to help junior developers learn and grow, but if you're interested in
4848+that then don't use AI, and we'll help you.
4949+5050+## There are Humans Here
5151+5252+Please remember that shlf.space is maintained by humans.
5353+5454+Every discussion, issue, and pull request is read and reviewed by humans (and
5555+sometimes machines, too). It is a boundary point at which people interact with
5656+each other and the work done. It is rude and disrespectful to approach this
5757+boundary with low-effort, unqualified work, since it puts the burden of
5858+validation on the maintainer.
5959+6060+In a perfect world, AI would produce high-quality, accurate work every time.
6161+But today, that reality depends on the driver of the AI. And today, most
6262+drivers of AI are just not good enough. So, until either the people get better,
6363+the AI gets better, or both, we have to have strict rules to protect
6464+maintainers.
6565+6666+## AI is Welcome Here
6767+6868+shlf.space is written with plenty of AI assistance, and many maintainers
6969+embrace AI tools as a productive tool in their workflow. As a project, we
7070+welcome AI as a tool!
7171+7272+**Our reason for the strict AI policy is not due to an anti-AI stance**, but
7373+instead due to the number of highly unqualified people using AI. It's the
7474+people, not the tools, that are the problem.
7575+7676+I include this section to be transparent about the project's usage about AI for
7777+people who may disagree with it, and to address the misconception that this
7878+policy is anti-AI in nature.
7979+8080+<adapted from
8181+ https://github.com/ghostty-org/ghostty/blob/main/AI_POLICY.md and
8282+ https://github.com/torvalds/linux/blob/master/Documentation/process/coding-assistants.rst
8383+>