What it is
The AIPref effort investigates a standardized way to express preferences to AI systems, including crawlers and agents. The working group is iterating on vocabulary and attachment drafts; no production deployment signal is available yet.
Evidence trail
- Apr 27, 2026 Vocabulary draft 06 updated
- Aug 01, 2025 Milestone for protocol specifications
Examples
Active AIPref attachment work shows AI preferences delivered directly in the HTTP response.
HTTP/1.1 200 OK
Content-Type: text/plain
Content-Usage: train-ai=n The same attachment draft also sketches a domain-level robots.txt expression.
User-agent: *
Allow: /
Content-Usage: train-ai=n Earlier vocabulary work also explored per-page HTML metadata for finer-grained preferences.
<meta name="AI-PREF" content="allow_training=false; retention_period=0">