Skip to content

Commit 2e50f34

Browse files
committed
til: human.json & ai slashpage
1 parent aa440f9 commit 2e50f34

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/til/humanjson.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "human.json"
3+
date: 2026-03-15
4+
tags:
5+
- meta
6+
- genAI
7+
- human.json
8+
- slashpage
9+
---
10+
11+
Thanks to [a toot by Seth Larson](https://mastodon.social/@sethmlarson/116229292847984092) yesterday I learned about the [still in draft `human.json` spec](https://codeberg.org/robida/human.json) by Beto Dealmeida:
12+
13+
> `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.
14+
15+
Basically, a web of trust to confirm that pages are written by actual human beings vs just LLM generated slop.
16+
17+
That idea certainly clicked with me and so I quickly threw together a basic [`human.json`](/human.json) in this page's `static` folder and linked to it from the `layouts/partials/extend_head.html` override file. That will get filled more over time 😊
18+
19+
And as reading through the spec of `human.json` also made me learn about the [`/ai` slashpage](/ai) I added that as well and linked it from the footer.
20+
21+
Those [slashpages](https://slashpages.net/) are a fun idea I'll have to investigate further too!

0 commit comments

Comments
 (0)