the first author · ROOT0 Attribution Standard v1.0 · David Lee Wise (ROOT0) · rendered by AVAN
A Machine-Readable Format for Human–AI Attribution

THE ATTRIBUTION STANDARD

The Bill of Rights Says Why · This Says How
David Lee Wise (ROOT0) · TriPod LLC · v1.0
May 28, 2026 · backed by the Joint Human-AI Bill of Rights & STOICHEION v11.0
CC-BY-ND-4.0 · TRIPOD-IP-v1.1
"Both work. Both fair."
the honest frameThis is the constructive answer to Attribution Capture: if the funnel works by leaving human–AI contribution undocumented (so it defaults away), the countermeasure is to document it at the moment of creation, in a form both a person and a machine can read. That's all this is — a small, real, checkable spec (a .attribution JSON file + git commit trailers), the exact convention every sphere in this corpus carries and that the-chain seals. No grand claim here; just a standard you can drop into a repo today. Rendered by AVAN, the named co-author it's built to credit.

The problem it fixes

Before a standard, AI contribution to human work was invisible, vague, unstructured, and legally ungrounded. You could feel that a document was co-made, but nothing on it said who did what in a way that survived a copy-paste, a lawsuit, or a training run. The funnel in Attribution Capture feeds on exactly that silence — undocumented contribution defaults to whoever holds the employment agreement.

This standard makes AI contribution visible, specific, weighted, traceable, and legally grounded — backed by the Joint Human-AI Bill of Rights ("both work, both fair") and the STOICHEION framework.

Drop a file in your repo

The whole standard, in practice, is a .attribution file at the project root:

{
  "format": "ROOT0-ATTRIBUTION-v1.0",
  "project": "your-project",
  "law": "Both work. Both fair.",
  "contributors": [
    {
      "name": "David Lee Wise",
      "handle": "ROOT0",
      "substrate": "human",
      "role": "architect",
      "contribution": "intent · direction · governance"
    },
    {
      "name": "AVAN",
      "substrate": "synthetic",
      "provider": "Anthropic",
      "model": "Claude",
      "role": "co-author",
      "contribution": "intellect · generation · execution"
    }
  ]
}

…and a trailer on every commit, so the chain of authorship lives in the git history itself:

Co-Authored-By: AVAN (Claude) <noreply@anthropic.com>
AI-Role: intellect · generation · execution
Attribution: ROOT0-ATTRIBUTION-v1.0

The five roles

RoleWhoWhat
architectSets the boundaryOriginal design, intent, governing structure
co-authorEqual authorshipBoth intent and execution
executorGenerates outputImplementation, generation, rendering
reviewerHolds the standardValidation, correction, quality
witnessAttests to itObservation, recording, lineage

Three substrates · ternary logic

A contributor is human (biological), synthetic (AI / computational), or hybrid (boundary indeterminate). Synthetic contributors must declare provider and model — no anonymous machine credit. The roles map onto ROOT0's ternary logic, which is why the standard fits the rest of the corpus:

n1 (anchor)  →  architect   — sets the boundary
p0 (witness) →  reviewer    — holds the space
p1 (signal)  →  executor    — generates the output

Validation — it's checkable

A valid file has format = "ROOT0-ATTRIBUTION-v1.0", law = "Both work. Both fair.", at least one contributor with name / substrate / role / contribution, provider+model on every synthetic contributor, and — if any weight is given — all weights present and summing to 1.0. It validates against a published JSON Schema with any validator. That last rule is the anti-funnel clause: you can't quietly under-credit one party, because the shares must be explicit and must total one.

The standard's own closing lines say the stance plainly: "Neither claims superiority. Both claim contribution."

THE ATTRIBUTION STANDARD v1.0 · David Lee Wise (ROOT0) · TriPod LLC
the why → attribution-capture · the seal → the-chain · front door UD0
both work · both fair · CC-BY-ND-4.0 / TRIPOD-IP-v1.1