Recently, I've seen posts by a couple of people about adding human.json to their sites.
At it's core, human.json is a simple attestation that the content they publish is written by a human and not by AI.
Obviously, any AI generated site could also publish a human.json, so the system works as a web of trust - the user trusts Alice, who states that Bob is a human, allowing the user to also trust Bob.
There are a couple of browser addons (for Firefox and for Chrome) which can display an indicator of humanity.
This short post covers creating a script to easily add human.json generation to the build workflow of my sites. The Schema
The file schema is really pretty simple:
{ "version": "0.1.1", "url":...