{"slug": "your-banned-word-list-expired-in-march-2024", "title": "Your banned-word list expired in March 2024", "summary": "A developer released bluepencil, an open-source editing skill that targets the root failure of AI-generated drafts—lack of commitment—rather than relying on word-ban lists that decay over time. The tool writes a voice contract, edits the draft, and audits its own output with a 36-item rubric, using two critics in fresh context to catch voice loss and surviving slop. The developer cites research showing that named banned words decline in frequency while unnamed ones rise, and that LLM self-scoring is biased, necessitating external review.", "body_md": "Every guide to de-AI-ing a draft hands you a list of words to delete. That list starts expiring the day it ships: naming a tell is what kills it. Underneath it sits the failure no list touches — the draft commits to nothing. So I built an editing skill that fixes that one first, and put it on GitHub.\n\nBefore\n\nIn today's fast-paced development landscape, it's worth noting that observability has become paramount. Our latest release introduces a robust set of enhancements to the query planner, which now seeks by trace ID rather than scanning every span in the window, reducing median trace lookup from 4.2s to 380ms and empowering teams to delve into their traces with unprecedented clarity.\n\nAfter\n\nMedian trace lookup went from 4.2s to 380ms. The old query planner scanned every span in the window; the new one seeks by trace ID first. If you page through traces during an incident, you will feel it.\n\nEvery number and every mechanism in the second version is in the first. The edit cut what was standing in front of them.\n\nWhen *delve*, *intricate* and *showcasing* were publicly named in early 2024, their frequency in arXiv abstracts began falling around March — before GPT-4o shipped that May. Writers killed those words, not a model update. Meanwhile *significant* and *additionally* kept climbing, because nobody had named them ([Geng and Trotta](https://arxiv.org/abs/2502.09606), ~1.29M abstracts).\n\nSo a list you can read today is already decaying, and nobody can tell you how fast: the diffusion timelines that circulate as fact have no source behind them.\n\nAcross seven instruction-tuned models and five registers, every model's distribution of 67 lexico-grammatical features sits outside the human-to-human confidence band. Reword the prompt and the absolute distance moves; the ranking does not, at correlations of at least 0.985 ([Nieth et al.](https://arxiv.org/abs/2605.23651)).\n\n\"Write more casually\" does not reach the thing that is broken.\n\nThe fourth is the only one editing cannot repair, and it is getting worse. Fabricated references ran 1 paper in 2,828 in 2023, 1 in 458 in 2025, and 1 in 277 in the first seven weeks of 2026 (Topaz et al., *Lancet* 407(10541):1779–1781). Retrieval changed the failure's shape rather than fixing it. The modern version cites a real, resolvable paper that does not support the sentence it is attached to.\n\n**bluepencil** edits a draft, or audits one without touching a word. It writes a voice contract first: the core point, plus three to five phrases quoted verbatim from your draft that it has promised to protect. Then it edits, then it runs a 36-item rubric against its own output. On long or published work it escalates to two critics in fresh context, one hunting voice loss and one hunting surviving slop. Voice-loss findings win ties.\n\nThat last stage exists because self-scoring is measurably biased, and not even in a consistent direction: LLM judges deviate from +9.40% to −16.64% on their own output depending on the model (Ye et al., CALM, ICLR 2025). You cannot correct for that by assuming leniency. You correct for it with a reader who holds the artifacts and none of your reasoning.\n\nTwo things it refuses to do. It will not optimise against an AI detector: a reinforcement-learned paraphrase attack drops detector true-positive rate to 0.024 at 1% false positives ([arXiv:2602.08934](https://arxiv.org/abs/2602.08934)), and seven detectors averaged 61.3% false positives on TOEFL essays written by non-native speakers (Liang et al., *Patterns* 4(7):100779). Writing toward a classifier makes the prose worse and lands hardest on people who did nothing wrong. And it will not guess who wrote something. It names patterns you can check yourself.\n\nOne line, any agent:\n\n```\nnpx skills add chernistry/bluepencil\n```\n\nClaude Code, as a plugin:\n\n```\n/plugin marketplace add chernistry/bluepencil\n/plugin install bluepencil@bluepencil\n```\n\nOne line, no tooling:\n\n```\ngit clone -q --depth 1 https://github.com/chernistry/bluepencil /tmp/bp && mkdir -p ~/.claude/skills && cp -r /tmp/bp/skills/bluepencil ~/.claude/skills/ && rm -rf /tmp/bp && echo \"bluepencil installed\"\n```\n\nThen: `Blue-pencil this post.`\n\nOr: `Audit this draft — don't rewrite it.`\n\nThe evidence file behind the skill was assembled from six independent deep-research runs answering one prompt. Five of them reported a specific set of questions as unmeasured — how many critic rounds before gains stop, whether a written voice contract beats an unconstrained edit, what human sentence-length variance actually is.\n\nThe sixth answered every one of those questions with a precise figure and an arXiv identifier. Voice preservation of 88.7%. Fabricated criticisms reaching 42% by round four. None of those papers exist.\n\nThe most useful-sounding numbers in the entire corpus had been generated to fill exactly the holes where no measurement was available. In a document explicitly instructed to open every source. That is why the reference file ships as three separate lists: what was measured, what is folklore wearing a number, and what nobody has measured.\n\n[github.com/chernistry/bluepencil](https://github.com/chernistry/bluepencil) · MIT\n\n✓ Reading complete\n\n*Originally published at https://alexchernysh.com/blog/edit-for-commitment?utm_source=devto&utm_medium=crosspost&utm_campaign=edit-for-commitment&utm_content=canonical*", "url": "https://wpnews.pro/news/your-banned-word-list-expired-in-march-2024", "canonical_source": "https://dev.to/alex_chernysh/your-banned-word-list-expired-in-march-2024-hl9", "published_at": "2026-08-12 18:01:35+00:00", "updated_at": "2026-08-12 18:17:59.145002+00:00", "lang": "en", "topics": ["developer-tools", "artificial-intelligence", "natural-language-processing", "ai-ethics"], "entities": ["bluepencil", "GitHub", "Claude Code", "Geng", "Trotta", "Nieth", "Topaz", "Liang"], "alternates": {"html": "https://wpnews.pro/news/your-banned-word-list-expired-in-march-2024", "markdown": "https://wpnews.pro/news/your-banned-word-list-expired-in-march-2024.md", "text": "https://wpnews.pro/news/your-banned-word-list-expired-in-march-2024.txt", "jsonld": "https://wpnews.pro/news/your-banned-word-list-expired-in-march-2024.jsonld"}}