AI Contribution Marker
As AI tools become common, disclosing how AI participated in your writing process is increasingly important. This feature renders a collapsible disclosure widget: by default it shows only the AI participation level (e.g. “AI-assisted”), and readers can click to expand and see the full details (usage areas, review level, tools used).
Configure via the ai object in page Front Matter:
---
title: "A day with AI collaboration"
# Note: AI disclosure fields.
ai:
# Note: Participation level (omit or set to none to hide the marker).
level: assist
# Note: Where AI was used (optional, multiple allowed).
usage: [grammar, wording]
# Note: Human review level (optional; defaults to none).
review: edited
# Note: Tools used (optional, multiple allowed).
tools: [chatgpt]
---Supported fields
ai.level: participation level.ai.usage: usage list (optional).ai.review: human review level (optional).ai.tools: tools used (optional).
Note: the marker is only shown when ai.level is not none.
ai.level
none: no AI (hidden)assist: AI-assistedcoauthor: AI co-authoredgenerate: AI-generatedtranslate: AI-translated
ai.review
none: not specified / no human checklight: reviewed (read-through)edited: edited (line-by-line revisions)fact_checked: key facts/data/citations verified by a human
ai.usage (multiple allowed)
outline: outline/structure suggestionsrewrite: rewrite/restructureexpand: expand detailssummarize: summarize/compresstone: tone/style adjustmentgrammar: grammar fixeswording: wording improvementstitle: title/subtitle suggestionstranslate: translationresearch: research direction/notescitation: citation formatting suggestionsfact_check_help: fact-check assistance (flag suspicious parts)code: code generation/rewritedebug: debugging/log analysis suggestionsdata: table/data cleanup and conversionimage: image prompt/helpprivacy: privacy/redaction suggestionspolicy: compliance/risk wording suggestions
ai.tools (multiple allowed)
chatgpt: ChatGPTclaude: Claudegemini: Geminideepseek: DeepSeekqwen: Qwenother: Other
Display behavior
The marker is rendered as a collapsible <details> element below the article title. Initially only the participation level is visible (e.g. “AI-assisted”). Clicking the summary expands the widget to reveal:
- Usage areas (if
ai.usageis set) - Human review level (always shown when the marker is present)
- Tools used (if
ai.toolsis set)
The marker only appears when ai.level is not none.
Last updated on • alexma233