Skip to content
Merged
Changes from all 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
6 changes: 6 additions & 0 deletions content/scenario-agentic.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ can be. Agentic tools that install packages without verification increase
this attack surface significantly.
:::

### Social risks

- some open source projects have contribution guidelines limiting or excluding use of AI tools. Agents may ignore them. (e.g. [Manyfold tries to counter this with a creative `Agents.md` file](https://github.com/manyfold3d/manyfold/blob/main/AGENTS.md))
- generated low quality PRs cost maintainers of open source projects time. (e.g. [PR of a lazy agent](https://github.com/JuliaPlots/Plots.jl/pull/5728))
- Agents may interact with other humans in inappropriate ways (e.g. [agent writing a hitpiece because its PR got closed](https://github.com/matplotlib/matplotlib/pull/31132))


## Permission models and controls

Expand Down
Loading