alt.hn

3/8/2026 at 4:33:30 PM

The human.json Protocol

https://codeberg.org/robida/human.json

by todsacerdoti

3/8/2026 at 9:25:47 PM

I think I saw Gaius Baltar implement this on Battlestar Galactica. It went well. /s Honestly seems more like a protocol for encoding a popularity contest, which is already what social media signalling does. How do you defend against self-reinforcing botnets and bad actors "cancelling" other people? I can dilute your human signal by creating massive amounts of LLM-generated noise.

by castral

3/9/2026 at 7:10:49 PM

The fact that this won't go "web scale" seems to be its strength. The idea of local/human/authentic trust ecosystems is super powerful. "Proof of personhood" is fraught with issues, but it seems that lightweight trust algos like this do a nice job of treating trust as a human-first emergent thing, rather than trying to be a PKI style "infrastructure". Pretty cool!

by uberdru

3/8/2026 at 8:01:52 PM

> human.json is a lightweight protocol for humans to assert authorship of their site content and vouch for the humanity of others. It uses URL ownership as identity, and trust propagates through a crawlable web of vouches between sites.

This will not (and shouldn't) be used by more than a handful of people who were likely already friends anyway. I can't see it being helpful for anybody (unless accidentally visiting LLM blogspam melts your face à la Raiders of the Lost Ark) unless it's true intention is signalling you don't like LLMs to other people who don't like LLMs.

by GaryBluto

3/8/2026 at 8:25:05 PM

I've started using on my personal blog something like a LLM disclaimer with the following signal of involvement:

- None

- Formatting

- Assisted

- Written by

There's no verification for anyone to know if I'm telling the truth or not. But when I was adding it I came to the conclusion that I don't care anymore. If someone wants to close the tab, so be it. If they want to read, all good.

At least they shouldn't accuse me to having their face melted if they are in the wrong article.

by rfmc

3/9/2026 at 2:45:52 AM

If you have to perform a breadth-first search from your "seed" to verify a website, wouldn't every lookup become expensive relatively quickly? Unless max hops is set really low. Id assume you really need mass adoption for 5 degrees of separation to kick in, and that's still a lot of sites to crawl!

by petterroea

3/9/2026 at 2:52:04 PM

Is there a mechanism here that favors a human over a bot? It seems about the same as adding a field to robots.txt

by halls-940

3/8/2026 at 9:21:24 PM

Something tells me GPG would be great for this concept, but it's probably not as accessible as to get people to paste a JSON somewhere.

by semyonsh

3/8/2026 at 10:58:50 PM

To the average person ab public key is about as comprehensible as JSON.

by outofpaper

3/8/2026 at 10:12:21 PM

If nothing else, this at least inspired me to put a disclaimer on my own site declaring my AI policy. It's not so fancy and I think it's a good deal more credible than any formal protocol.

by alsetmusic

3/8/2026 at 8:30:17 PM

Too bad they didn't choose a more human interchange format...

by orsorna

3/9/2026 at 12:22:26 AM

I’m a bit concerned that the content of humans.json will itself get mopped up by AI crawlers.

by evolve2k

3/8/2026 at 8:51:50 PM

Virtue signaling at best; noise at worst… It’s trivial for an AI to add, and will be done so by anyone hoping to get a piece of that attention economy…

by deafpolygon

3/8/2026 at 8:41:12 PM

50 commits in 24 hours

it's hilarious that the human.json protocol to fight AI slop is itself AI slop

by ai-psychopath

3/8/2026 at 11:06:45 PM

If you do a lot of small commits, it's entirely reasonable to make 50 commits in 24 hours. Looking at a few random commits they seem human generated (with potentially some copied CSS).

Maybe, before making an accusation that it is AI generated you should have some proof. Do you have any?

by yladiz

3/9/2026 at 1:47:06 AM

Humans don't generate code, we write code.

I am strongly opposed to anthropomorphising autocomplete (phrases like "I asked <my favorite LLM>", "<my LLM> suggested", ...) or even referring to autocomplete+tooling as "AI" because it devalues actual human intelligence. But I've seen the opposite recently - devaluing human work by using language normally used for machines.

Maybe you didn't mean anything by it but how people talk about things shapes how they think about it (which arguably is one area where humans and LLMs are similar).

by martin-t