Earlier quoted context omitted.
Here’s what you could do if you somehow found yourself with an LLM-generated change to a codebase implementing a feature you want, and you wanted to do the most do expedite the implementation of that feature without disrespecting and alienating maintainers: 1. Go through all changes, understand what changed and how it solves the problem. 2. Armed with that understanding, write (by hand) a high-level summary of what c…
> Go through all changes, understand what changed and how it solves the problem. GP has said that they can't do this, since they're unfamiliar with the language and that specific part of the codebase. Their best bet AIUI is (1) ask the AI agent to reverse engineer the diff into a high-level plan that they are qualified to evaluate and revise, if feasible, so that they can take ownership of it and make it part of the…
If the conclusion you made of that there is no workaround, then let that be the entire point. The alternatives are to get over yourself and ask people to implement a feature, or to understand how to help and then help.
The former is what OP did; the latter I described what I see as an efficient way of achieving while making use of an LLM-produced PR.