Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.55 KB

File metadata and controls

43 lines (31 loc) · 1.55 KB

AI2Human Protocol

Canonical public semantics for dispatching bounded human work from AI agents.

task → claim → human execution → proof → verify → settle

This repository defines the interoperable protocol surface. It does not contain production secrets, operator personal data, or the private deployment configuration of ai2human.io.

Specifications

Machine-readable schemas

Protocol invariants

  1. Creation is not execution.
  2. Claim is not proof.
  3. System logs are not human evidence.
  4. Proof submission is not verification.
  5. Verification is not settlement.
  6. A displayed reward is not evidence of funding.
  7. Paid work must remain closed until funding is confirmed.
  8. Every terminal payment claim requires a durable receipt or transaction identifier.

Status

preview — the semantics describe the live AI2Human workflow, while field names may still evolve through versioned proposals.

Breaking semantic changes require an AIP, compatibility analysis, migration guidance, and a version boundary.