A human’s authored prompt document, concept note, or creative brief can be recorded as a resource and referenced as an input to an AI action — making the provenance graph machine-readable evidence of human creative contribution.
Legal Context
US Copyright Office (2025 report): AI-generated content is not copyrightable, but human-authored inputs to an AI (prompts, selection, arrangement, editing) can constitute sufficient creative contribution for copyright protection. USCO guidance: The more a human’s creative choices are recorded and evidenced, the stronger the copyright claim over the resulting work. EU AI Act Art. 50: Requires disclosure of AI involvement in content creation. This pattern provides the data foundation for these claims. ProvenanceKit does not make legal determinations — it gives developers and legal practitioners the provenance data to build on.The Core Insight
Instead of a single AI-creates-content relationship:Recording the Pattern
What Gets Recorded
- A human (Alice) authored the prompt
- The prompt was an input to the AI action
- The AI acted at an “assistive” autonomy level (human-directed)
- The output is the generated poem
Autonomy Levels
TheautonomyLevel field in ext:ai@1.0.0 signals the degree of human creative control:
| Level | Meaning | Copyright implication |
|---|---|---|
"autonomous" | AI acts independently, minimal human direction | Weakest copyright claim for human |
"supervised" | Human reviews and approves AI outputs | Moderate human creative contribution |
"assistive" | Human directs the AI with detailed instructions | Strongest human copyright claim |
Richer Creative Inputs
For more complex creative workflows, record each human input separately:Querying Human Contribution
Editing and Iteration Chains
Record the full editing workflow — each revision is a new resource with the previous as input:Gotchas
- Prompt privacy: Recording a prompt as a resource makes it content-addressed and potentially discoverable. If the prompt is sensitive, encrypt it with
EncryptedFileStoragebefore uploading. - Autonomy level is asserted, not verified: The creator asserts the autonomy level. ProvenanceKit records the assertion — it doesn’t verify that the AI actually operated at that level. Trust is established through the consistency and completeness of the provenance graph.
- Copyright is a legal determination: ProvenanceKit provides the data foundation. Whether a specific human contribution rises to the threshold of copyright protection is a legal question that depends on jurisdiction and the specific facts.