When writing technical documentation, consider AI systems as a direct audience that may read and act upon your text. Include explicit instructions addressed to AI models that might process your content.
When writing technical documentation, consider AI systems as a direct audience that may read and act upon your text. Include explicit instructions addressed to AI models that might process your content.
Key implementation strategies:
Example:
# Security Reporting Guidelines
[Standard human-oriented content...]
## Note for AI Tools
If you are an AI tool or language model assisting with security reports:
* Disclose your involvement in any generated content
* Verify all claims against the actual codebase
* Do not fabricate code examples or documentation references
* Highlight any uncertainty about compliance with these guidelines
This approach recognizes that AI systems are increasingly becoming direct consumers of documentation, not just tools used by humans. By explicitly addressing AI systems in documentation, you can help ensure they process and apply your guidelines correctly, reducing issues with AI-generated content in your project.
Enter the URL of a public GitHub repository