Still Human Here A blogger announces a return to personal writing in 2026, arguing that human-produced text is essential to prevent AI model collapse as the internet becomes saturated with bot-generated content. The author frames blogging as a way to preserve authentic human expression and sustain the quality of AI training data. BLOG /JUN 19, 2026/ Still Human Here Twenty years, many abandoned blogs, and why an AI-saturated internet finally gave me a reason to write. KEYWORDS: +6 I am starting a blog again. I have tried this many times over the years and it never stuck, so the real question is not how I will do it but why I am bothering at all. The answer has everything to do with what is happening to the internet right now, so let me start there. Why blog in the 2026 AI era In Pluribus, an alien signal turns almost all of humanity into a single shared mind. A handful of people stay immune, and the collective spends the whole show trying to pull them in. The way I read it, the collective does not really want their bodies. It wants what is inside them: their memories, their craft, everything they have learned and made. Without that input, it has nothing new. We train LLMs on human history. On what we made before, what we figured out before, what we wrote down. At its core this is a producer and consumer problem 2 ref-2 . If you have ever written concurrent code, you know that problem by name. One side makes items, the other side uses them, and the whole thing stalls the moment the producer goes quiet. We have been producing since the invention of writing. The models are now consuming all of it at once. Some researchers argue we are already near the ceiling, that the supply of high-quality human text is close to exhausted. They call it peak data 3 ref-3 , by analogy with peak oil.But there is a second half to this, and it worried me more. Since the AI wave hit, the internet has started to feel dead. That is the dead internet theory 4 ref-4 more and more of what you read was written by a bot, not a person. It used to be a conspiracy theory. Now it reads like a traffic report.Put the two halves together and you get a real chicken and egg problem. The models need fresh human writing to learn from, but the flood of model output is pushing human writing out of the very spaces it gets collected from. If we stop producing, the models run out of anything new. And if the empty space fills with bot text instead, the models start training on their own reflection. What happens next already has a name. Researchers call it model collapse 5 ref-5 . When you train a model mostly on the output of other models, errors pile up across generations. The model first forgets the rare and unusual cases, the tails of the distribution, and then it slowly converges on a bland average of itself. The usual comparison is a photocopy of a photocopy. Each pass looks fine on its own, but after enough rounds the detail is gone. Some people call the inbred version of this Habsburg AI 6 ref-6 .An older analogy fits even better. Steel forged before the first nuclear tests is called low-background steel 7 ref-7 . It is prized for sensitive instruments because everything made after 1945 carries a faint trace of radioactive contamination. People have started saying the same about text: anything written by a human before 2022 is the low-background steel of the internet, and it is not being made anymore. Unless, of course, we keep making it.So that chicken and egg problem is not just a cute phrase. The models need real human input to stay sharp. If we all go quiet and let the bots fill the space, there is less and less that is real to learn from, and the whole loop slowly eats itself. That is my reason. I want to keep producing. I want to write down what I learn, in my own words, as a real person. Not to feed the machine, and not to fight it either, but to keep adding something real to the pile. And it works in the other direction too. The people who push their heads past the dead surface, the ones still curious enough to look for something real, need something to find on the other side. This is the quiet promise of the small web 8 ref-8 and the indieweb personal sites, written by actual people, linked to each other instead of ranked by an algorithm. If everyone goes quiet, the traveler in the engraving below pushes through the edge of the sky and finds nothing but more of the machine. I would rather be part of what is actually back there.My last reason has nothing to do with AI at all. Writing is how I think. Explaining something forces me to find the holes in my own understanding, the same way teaching does. Even if no model ever scrapes this and no human ever reads it, the act of writing it down would still pay for itself. So the why is settled. But a reason has never been my problem. I have had reasons since 2005, and a trail of dead blogs to show for them. Before I promise that this time is different, let me show you the bodies. My Journey Every attempt followed the same pattern: instead of writing, I built the thing I would write on. First came hblog, then its rewrite hblog-django, and each time the story was identical. The platform was always one refactor away from perfect, the tooling kept handing me a more interesting problem than the writing, and the drafts folder stayed empty. Twenty years of that taught me the lesson the hard way: the bottleneck was never the tool, it was my attention. Which brings me to the third name in the lineage, and the reason it might finally break the pattern. Meet the hblog-ng hblog-ng is built around one design goal: get the system out of the way of the writing. It is a knowledge-graph blog, or what some people call a digital garden 9 ref-9 . It takes an obsidian /keywords/obsidian/ vault of markdown /keywords/markdown/ notes and turns it into a statically generated site. The notes link to each other, so the links between ideas become the structure of the site instead of a flat list of posts by date. Notes are allowed to be unfinished and to grow over time, which removes the other classic excuse: waiting for a thought to be "done" before publishing it.Under the hood it leans on a few tools that usually do not sit together: latex /keywords/latex/ for clean math and typesetting, nextjs /keywords/nextjs/ for the static build and the rendered site, and mermaid /keywords/mermaid/ for diagrams. The diagrams are written as plain text right inside the notes, so a drawing like the pipeline below lives next to the words that describe it and gets versioned with everything else.The point of this setup is to remove the excuse. Writing happens in plain notes, in a tool I already live in, and the site builds itself from those notes. There is nothing left to tinker with between me and the publish button, which, if the past twenty years taught me anything, is the only architecture decision that ever mattered. References 1 "Pluribus TV series ". Science fiction series in which an alien signal subsumes almost all of humanity into a single contented hive mind. 2 "Producer-consumer problem". Classic concurrency problem of coordinating a shared buffer between processes that produce and consume data. 3 "Will We Run Out of Data? Limits of LLM Scaling Based on Human-Generated Data". Villalobos, Pablo and Ho, Anson and Sevilla, Jaime and Besiroglu, Tamay and Heim, Lennart and Hobbhahn, Marius. In arXiv preprint arXiv:2211.04325, 2024. 4 "Dead Internet Theory". Conspiracy theory that the web is now dominated by bot traffic and AI-generated content rather than human activity. 5 "AI models collapse when trained on recursively generated data". Shumailov, Ilia and Shumaylov, Zakhar and Zhao, Yiren and Papernot, Nicolas and Anderson, Ross and Gal, Yarin. In Nature, vol. 631, pp. 755–759, 2024. 6 "Habsburg AI". Sadowski, Jathan. 2023. Term coined on the This Machine Kills podcast and on Twitter. 7 "Low-background steel". Steel forged before 1945 nuclear testing; the analogy to pre-2022 human-written text is collected at https://lowbackgroundsteel.ai. 8 "Rediscovering the Small Web". Satyal, Parimal. 2020. Essay on the personal, non-commercial web of individual sites and hand-made links. 9 "A Brief History & Ethos of the Digital Garden". Appleton, Maggie. 2020. The canonical essay on digital gardens: non-linear, evolving notes published in public. Related Nodes project 2008hblog A custom PHP blog engine built from scratch during my early learning days. +7 project 2011hblog-django My django learning playground, born as a rewrite of hblog. +4 project 2026hblog-ng A knowledge-graph blog that turns an Obsidian vault of Markdown into a static site, built with Next.js and LaTeX. +7