On Sat, 21 Feb 2026 at 13:38, Oscar Benjamin <[email protected]> wrote: > > Another example is that I recently made this PR using codex (GPT-5.3) myself: > > https://github.com/sympy/sympy/pull/29127
I just tried asking codex to write me a description for that PR. The prompt (in a fresh session) was ``` I want to make a PR with the python-flint typing related changes on this branch. Can you write a description for the PR? ``` Then codex went and looked at the PULL_REQUESTS_TEMPLATE.md, looked at the commits, and then produced a PR description matching that template. It filled out the AI disclosure part of the PR template for me ``` #### AI Generation Disclosure Used ChatGPT to help draft PR text only. No code changes were AI-generated in this PR. ``` Both of those sentences are false and it just lied automatically on my behalf without me asking it to do that and without asking for any clarification about what to put there. -- Oscar _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: [email protected]
