1 hour ago · Tech · hide · 0 comments

♠ Previously. Problem statement: some readers may not want AI-assisted posts in their feed reader, even with my edits. I support making it easier for people to opt out from such posts. They should be able to filter them out without unsubscribing from the whole blog. Every post the /bloggify skill drafts already carries a footer disclosing it. What was missing was a machine-readable signal, not just a line at the bottom a feed reader can’t act on. So I grepped for the marker and tagged every post that has it: % grep -rl "Drafted with \[\`/bloggify\`\]" content/posts/ | wc -l 27 % git show 79018e8cf1 -- content/posts/2026-06-09-bloggify.md diff --git content/posts/2026-06-09-bloggify.md content/posts/2026-06-09-bloggify.md index b0a5a8ee86..9d15d656fd 100644 --- content/posts/2026-06-09-bloggify.md +++ content/posts/2026-06-09-bloggify.md @@ -3,6 +3,7 @@ title: "bloggify" date: 2026-06-09T16:50:11+02:00 tags: - ai + - bloggify - claude - dev - meta Every post’s tags: list ends up in the…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.