feat: add an AI page#821
Draft
henryiii wants to merge 6 commits into
Draft
Conversation
Signed-off-by: Henry Schreiner <[email protected]>
henryiii
marked this pull request as draft
June 25, 2026 15:47
Added tips for using AgentsView and Claude Code.
Signed-off-by: Henry Schreiner <[email protected]>
ericmjl
reviewed
Jul 16, 2026
Co-authored-by: Eric Ma <[email protected]>
ericmjl
approved these changes
Jul 17, 2026
ericmjl
left a comment
There was a problem hiding this comment.
In general, really loving the policy! So many things resonate. I will be doing a series of blog posts on the weekend about scipy, including commentating on my thoughts on the use of AI in open source, and I think referencing this PR is going to be part of the story!
| AI knows a massive library of tricks and details. It will hallucinate ones | ||
| sometimes, of course (that's why the pass/fail is important above!). Make it | ||
| validate anything (newer models often have this in the system prompts, so it is | ||
| model and harness dependent - for example, Claude Opus 4.8+ is paranoid |
There was a problem hiding this comment.
Suggested change
| model and harness dependent - for example, Claude Opus 4.8+ is paranoid | |
| model and harness dependent - for example, Claude Opus 4.8+ acts paranoid |
There was a problem hiding this comment.
Just to clarify, even though I am a huge proponent of using AI tools to help with coding, I still think it's helpful to avoid personification of AI in the phrasing. (Admittedly, I still slip, and tell my agents, "bro don't do this!", so it's really tempting haha.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #807.
This adds an AI page. Fitting to the theme, it was started by pointing Claude Opus at the issue and then reworked and added to (original output available in a comment on that issue).
There still are some things left to do:
AI_POLICY.mdprobably needs a proper human-written version for all three examples.AGENTS.md. I'd be biased toward not providing an AGENTS.md, but looking at the generated AGENTS.md and making sure it covers everything; anything it's missing we could add to the exisiting contribution guide, which should then show up in the AGENTS.md. But open to playing with this and other options.AI_POLICY.md, at least yet, and let projects select and modify their own.I'll also leave this open for a bit for reviews and suggestions.
📚 Documentation preview 📚: https://scientific-python-cookie--821.org.readthedocs.build/