17
205
Fork
You've already forked human.json
6

What about a more flexible approach ? #18

Open
opened 2026年03月16日 12:51:53 +01:00 by rmdes · 0 comments

I went and added AI usage metadata to my JSON-LD also added a AI usage page https://rmendes.net/ai/ and every posts on my blog have a easy to read/interpret AI usage transparency card;

{ 
 "@context": "https://schema.org",
 "@type": "Article", 
 "headline": "Cult Dynamics at the Scale of Rogue Democracies",
 "url": "https://rmendes.net/articles/2026/03/11/cult-dynamics-at-the-scale-of-rogue-democracies/", 
 "mainEntityOfPage": {
 "@type": "WebPage", 
 "@id": "https://rmendes.net/articles/2026/03/11/cult-dynamics-at-the-scale-of-rogue-democracies/" 
 },
 "datePublished": "2026年03月11日T12:55:28.065Z",
 "dateModified": "2026年03月11日T12:55:28.065Z",
 "author": {
 "@type": "Person",
 "name": "Ricardo Mendes",
 "url": "https://rmendes.net/"
 },
 "publisher": {
 "@type": "Organization",
 "name": "A Node on the Web",
 "url": "https://rmendes.net",
 "logo": {
 "@type": "ImageObject",
 "url": "https://rmendes.net/images/og-default.png"
 }
 },
 "description": "I was born and grew up inside an authoritarian Tibetan Buddhist hippie community that slowly revealed itself to be a cult. Why am I telling you this? Because on...",
 "usageInfo": "https://rmendes.net/ai",
 "creativeWorkStatus": "Text: Co-drafting, Code: AI-assisted, Tools: Claude"
 }

I use the field "creativeWorkStatus" to display if my post contains AI usage or not

I went this direction because I think, AI on blogs is not a blanket, its not ALL or nothing, it should be granular, per posts.

And just because one co-draft a tutorial or long form with an AI does not mean or equal "full AI generated"

I posit that this approach will be implemented in different ways but will ultimately be common in just a few months/years

Now I'm wondering, i think human.json is a neat idea, but is there a chance the human.json idea could be more flexible ?

I went and added AI usage metadata to my JSON-LD also added a AI usage page https://rmendes.net/ai/ and every posts on my blog have a easy to read/interpret AI usage transparency card; ``` { "@context": "https://schema.org", "@type": "Article", "headline": "Cult Dynamics at the Scale of Rogue Democracies", "url": "https://rmendes.net/articles/2026/03/11/cult-dynamics-at-the-scale-of-rogue-democracies/", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://rmendes.net/articles/2026/03/11/cult-dynamics-at-the-scale-of-rogue-democracies/" }, "datePublished": "2026年03月11日T12:55:28.065Z", "dateModified": "2026年03月11日T12:55:28.065Z", "author": { "@type": "Person", "name": "Ricardo Mendes", "url": "https://rmendes.net/" }, "publisher": { "@type": "Organization", "name": "A Node on the Web", "url": "https://rmendes.net", "logo": { "@type": "ImageObject", "url": "https://rmendes.net/images/og-default.png" } }, "description": "I was born and grew up inside an authoritarian Tibetan Buddhist hippie community that slowly revealed itself to be a cult. Why am I telling you this? Because on...", "usageInfo": "https://rmendes.net/ai", "creativeWorkStatus": "Text: Co-drafting, Code: AI-assisted, Tools: Claude" } ``` I use the field "creativeWorkStatus" to display if my post contains AI usage or not I went this direction because I think, AI on blogs is not a blanket, its not ALL or nothing, it should be granular, per posts. And just because one co-draft a tutorial or long form with an AI does not mean or equal "full AI generated" I posit that this approach will be implemented in different ways but will ultimately be common in just a few months/years Now I'm wondering, i think human.json is a neat idea, but is there a chance the human.json idea could be more flexible ?
Sign in to join this conversation.
No Branch/Tag specified
main
spec-0.2.0
crawler
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
robida/human.json#18
Reference in a new issue
robida/human.json
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?