Prompt requests
There are pull requests — a notice for the developers of a project (typically open source) to merge in the work that have been done by somebody else.
This is a great way to contribute to a project but it places burden on the maintainer, because now they have to spend more time reviewing the work.
With LLMs now we have a concept of prompts — instructions for a language model, telling it what and how to do. Constructing such prompts takes the time.
Some projects are becoming increasingly developed with the help of AI, so such prompt requests by the others could save the time of the maintainers in not so obvious way. They will still have to review the work, but a well constructed prompt encapsulates in itself complex details and non-trivial decisions.
Of course, this assumes people creating such prompt requests have put in effort themselves.