{"slug": "humanising-llm-outputs-is-dumb", "title": "Humanising LLM Outputs Is Dumb", "summary": "Pieter Levels, a prominent AI developer, criticized the trend of humanizing LLM outputs through prompt instructions like 'talk to me like I have ADHD' or 'use ASD-STE100 Simplified Technical English,' arguing that such compression is lossy and hides failures. He advocates for keeping high-fidelity, machine-facing state in agents and transforming it only at the human boundary, comparing it to how databases and compilers work. The viral skills, he says, are a bug report pointing to the need for renderers rather than operating instructions.", "body_md": "The largest tell for me to tell where culture and sentiment is shifting for AI tools is usually X, viral GitHub repositories and Hacker News.\n\nOne of these tells I’ve been seeing a lot lately is skills like [I have ADHD](https://github.com/ayghri/i-have-adhd) and Agents.md instructions such as [giving outputs in only ASD-STE100 Simplified Technical English](https://x.com/levelsio/status/2086046112142545061).\n\nI understand the appeal, none of us really like the verboseness and specific quirks of LLM outputs, but I really think fixing that by humanising the model is the wrong abstraction.\n\nThe problem is that these instructions are not applied after the model has finished doing the work, it becomes part of the same work - If you tell an agent to use short sentences, avoid jargon, never overwhelm you and only include the most important details, you are asking it to continuously compress its output into a lower-bandwidth format.\n\nThat compression is lossy.\n\nYou probably never notice what got dropped because the output still reads nicely.\n\nASD-STE is a great example because it sounds so reasonable. It was designed to make documentation unambiguous *for humans*. But an agent isn’t a human technical writer, and the raw state is often the most information-dense representation available. Meanwhile the style rules sit on the same instruction list as: solve the task, use tools correctly, preserve abstractions, don’t break anything.\n\nThis becomes even stranger once agents start talking to other agents.\n\nA subagent investigates a bug, turns its findings into a nice human-readable summary, the parent agent reads that summary, and then turns it into another nice human-readable summary for you.\n\nIf a subagent ran six tests, I don’t want:\n\nMost tests passed, although there was one issue worth looking into.\n\nI want:\n\nMore importantly, humanisation hides failure.\n\nAgents fail in useful, ugly ways: conflicting evidence, unresolved branches, stack traces, uncertain assumptions. Human prose is extremely good at smoothing these into sentences like:\n\nThere are a few considerations here.\n\nThat sounds nicer.\n\nBut I’d rather find my agent is hallucinating or near its token window than be happy with that.\n\nEvery other system we build works the opposite way - Databases don’t store data in the format a dashboard displays it, compilers don’t make their IR pleasant to read, APIs don’t exchange friendly summaries.\n\nWe keep the highest-fidelity representation as long as possible and transform it at the boundary where a human consumes it, but LLM tooling is increasingly doing this backwards.\n\nTo be clear, none of this is an argument against accessibility or personalisation.\n\nIf you want three-line answers or Simplified Technical English, great! I just think it’s better to do it at the end.\n\nLet agents keep detailed state, let subagents exchange schemas, diffs, exact errors, confidence, provenance. Then compress it for me.\n\nI think the best part is that these viral skills might actually be pointing toward the right future.\n\nUsers are patching this at the prompt layer, something that belongs further down the stack.\n\n“Talk to me like I have ADHD” makes perfect sense as a renderer, it makes much less sense as an operating instruction. The durable version is agents whose native language is precise, machine-facing state, with the warm, concise, human version generated only at the boundary.\n\nSo the viral repos aren’t the end state, but a bug report.", "url": "https://wpnews.pro/news/humanising-llm-outputs-is-dumb", "canonical_source": "https://kuber.studio/blog/Reflections/Humanising-LLM-Outputs-is-Actually-Dumb", "published_at": "2026-08-10 13:35:40+00:00", "updated_at": "2026-08-10 18:24:06.407921+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "ai-agents", "ai-tools"], "entities": ["Pieter Levels", "ASD-STE100", "GitHub", "Hacker News"], "alternates": {"html": "https://wpnews.pro/news/humanising-llm-outputs-is-dumb", "markdown": "https://wpnews.pro/news/humanising-llm-outputs-is-dumb.md", "text": "https://wpnews.pro/news/humanising-llm-outputs-is-dumb.txt", "jsonld": "https://wpnews.pro/news/humanising-llm-outputs-is-dumb.jsonld"}}