Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/en/docs/about/ai_policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "AI Policy"
description = "Guidelines for using AI and coding agents"
weight = 30
aliases = ["/docs/ai-policy/"]
+++

AI tools may be used to draft or review code/documentation, but the human contributor remains fully responsible for every change: you must understand it, verify it (build/lint/test), and be able to explain it during review, your PR may be closed if you cannot
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we discussed on the call, @szaher shall we add bullet points from your PR here: kubeflow/community#943?

Also, I suggest to tell that users should review contributing guide + AGENTS.md if available.

Ref: https://youtu.be/EYu-6-mIJQc?t=1097

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're switching the POV here ("the human contributor" vs "you), that should probably be aligned. I think just adding "but you as the human contributor" might already be sufficient 😄

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence you end with a "."


Disclose substantial AI assistance in the PR description, make sure to add `Co-authored-by: [Agent Name]` and avoid oversized, mass-generated PRs or AI-generated commit messages.

Do not use AI to author responses in review threads or community discussions, reviewers expect to engage with you directly.

All contributions must still meet Kubeflow’s quality and security standards and comply with DCO, Apache-2.0, and third-party IP/licensing requirements.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
All contributions must still meet Kubeflow’s quality and security standards and comply with DCO, Apache-2.0, and third-party IP/licensing requirements.
All contributions must still meet Kubeflow’s quality and security standards and comply with [DCO](https://developercertificate.org/), the [Apache-2.0](https://github.com/kubeflow/kubeflow/blob/master/LICENSE) license, and third-party IP/licensing requirements.