HUMIA / Interoperability Pilot

Install it on a real website.

This pilot tests a transition model: keep the public HUMIA manifest on v0.3, use AIPREF for AI content-use preferences such as training and search, and verify that both declarations remain semantically consistent.

Experimental HUMIA v0.3 baseline AIPREF attachment experimental

Live origin 01

humiaprotocol.org

Content-Usage: train-ai=n, search=y
HUMIA: v0.3
Semantic checker: PASS

Live origin 02

HangarRC

Content-Usage: train-ai=n, search=y
HUMIA: v0.3
Semantic checker: PASS

01

Choose training and search preferences.

Use the generator on the HUMIA homepage. During this pilot, HUMIA v0.3 training maps to AIPREF train-ai, and HUMIA search_retrieval maps to AIPREF search.

allow → y
deny  → n
02

Publish the HUMIA manifest.

Place the generated JSON at the predictable public endpoint:

https://YOUR-DOMAIN/.well-known/humia.json

The public pilot baseline remains HUMIA v0.3. Do not publish the experimental v0.4 repository prototype as your stable manifest.

03

Merge the robots additions safely.

Do not replace an existing robots.txt. Preserve all current crawler rules. Merge Content-Usage into the intended robots group and add the experimental HUMIA discovery line.

User-agent: *
Content-Usage: train-ai=n, search=y

Humia: https://YOUR-DOMAIN/.well-known/humia.json
04

Validate the public HUMIA baseline.

Run the public validator first. It checks the current HUMIA v0.3 deployment. A validator PASS is not an IETF certification or standards endorsement.

Open the public validator →

05

Run the experimental semantic checker.

From the HUMIA repository branch experiment/v0.4-aipref:

python3 experiments/v0.4/check_live.py https://YOUR-DOMAIN

A successful pilot ends with:

RESULT: PASS — HUMIA and AIPREF are discoverable and semantically consistent for this experiment.
What this pilot does not claim.

The AIPREF attachment mechanism used here is experimental. A PASS is an implementation result only. It is not IETF approval, AIPREF certification, legal compliance, or evidence that AI providers currently honor HUMIA or these preferences.