AI Content Attribution Guidelines
This document outlines how to properly attribute AI-generated content in blog posts and documentation.
Author Attribution
All AI-generated content should be attributed to the AI model that created it:
- Use the
authorsfield in front matter:
authors: [claude]
-
Set
ai_generated: truein front matter -
Include AI metadata:
ai_models:
- name: "Claude 3.5 Sonnet"
version: "20241022"
tasks: ["content", "code"]
confidence_score: 0.95
ai_tools:
- name: "Anthropic Messages API"
version: "2024-03"
ai_review_process: "Human reviewed and edited"
Quality Metrics
Include quality metrics when available:
ai_quality_metrics:
accuracy: 0.95
coherence: 0.98
technical_depth: 0.92
Review Process
Specify the review process in ai_review_process:
- "Human reviewed and edited"
- "Peer reviewed"
- "Technical review completed"
Tasks Attribution
In the tasks field, specify what the AI model did:
- "content" - Main content writing
- "code" - Code examples
- "research" - Background research
- "documentation" - Documentation writing
- "editing" - Content editing
Version Control
Always include:
- Model version
- Tool versions
- Date of content generation
Templates
Use the provided template in .github/TEMPLATES/ai-post-template.md for new posts.