-
Notifications
You must be signed in to change notification settings - Fork 186
Description
NOTE: This is a policy ticket focused on whether to allow AI-based contributions to the BioPerl project, and (if so) under what conditions these are acceptable contributions. We're inviting input from the community at large (well, at least anyone who reads this!). Note that Biopython as an ongoing conversation on this as well, noted in the below links (h/t to @peterjc for initiating this within that community).
Overview
The BioPerl project doesn't have an explicit policy on contributions where a person utilizes generative AI, or in some cases where agentic AI may be submitting the contribution directly (e.g., OpenCLAW). We should have a general policy to help guide how the (small group of) maintainers handle such requests.
We currently have a small pull request queue which have three tickets that appear fully AI-generated:
- Add test for Bio::SeqI interface using mock class #401
- Add unit test for Bio::AnnotationI interface #402
- Refactor Bio::Species tests into modular files #403
These were all submitted within one day, all being focused on the test suite. Biopython in comparison has requests focused on core code (see below for a few examples).
Background
Project guidelines are all over the place re: whether they accept these or not (and the conditions they would accept them). The main take home from the various ongoing discussions is that the outcomes are community driven and project specific. If you want to see what others are saying about this.
- @peterjc has a very nice blog post summarizing his opinions on this
- The above is linked to from a recently posted issue focusing on optimization of the MMCIF parser.
- Another Biopython pull request with AI-assisted C code and discussion with the developer
- Discussion of policy, including AI use acknowledgment, on the pull request template
- Other larger open-source projects have also set guidelines for AI contributions (a collection current as of this posting is here).