
TL;DR
dontpastetheai.com, Vomit, and NoBuzz hit Hacker News in the same week. A social contract, a local rewrite, and a second-model Claude Code skill - compared with a table and a when-to-stay guide.
Direct answer
dontpastetheai.com, Vomit, and NoBuzz hit Hacker News in the same week. A social contract, a local rewrite, and a second-model Claude Code skill - compared with a table and a when-to-stay guide.
Best for
Developers comparing real tool tradeoffs before choosing a stack.
Covers
Verdict, tradeoffs, pricing signals, workflow fit, and related alternatives.
Three projects hit Hacker News this week for the same irritation: LLM prose nobody read before it landed in Slack, a review, or a Claude Code session. dontpastetheai.com is a page you send as a link. Vomit rewrites Claude 5's "token vomit" through a local LLM. NoBuzz is a Claude Code skill that pipes the last reply through Gemini CLI.
They are not three products fighting for one install. They are three jobs: send a link, rewrite locally, or hand the last answer to a second model. Here is which job is which, and when to skip them and write the reply yourself.
Last updated: August 21, 2026
| Tool | Job | Official resource | License |
|---|---|---|---|
| dontpastetheai | Social contract (send a link) | dontpastetheai.com / GitHub | See LICENSE in the repo |
| Vomit | Local rewrite of Claude output | GitHub / author note | GNU GPLv3 |
NoBuzz (/debuzz) | Second-model Claude Code skill | GitHub | MIT |
Commands below are copied from those READMEs (August 21, 2026). NoBuzz needs the Gemini CLI. Vomit talks to Llama.app, Ollama, or an OpenAI-compatible endpoint.
Text slop is the cousin of visual slop: a generator default, shipped without a human pass. Teams now encode that pass as skills. These three sit earlier. They change the words after the model speaks. They do not make it smarter.
| Axis | dontpastetheai | Vomit | NoBuzz |
|---|---|---|---|
| Job | Social: send a link | Local rewrite of Claude's display | On-demand rewrite via a second model |
| Where it runs | A static site you share | Your machine, hooked into Claude Code | Claude Code skill + Gemini CLI |
| Who it is for | Someone pasting unread LLM text into chat or review | You, reading Claude 5 all day | You, when the last Claude reply needs a human register |
| Install | None. Copy the URL. | go install, then vomit init, then vomit scrub -claude | Clone the repo, copy debuzz into ~/.claude/skills/ |
| Extra model | None | Local LLM (Llama.app, Ollama, or OpenAI-compatible) | Gemini CLI (gemini) |
| Privacy | Public page | Fully local, no telemetry (per the README) | Source text leaves your machine for Gemini |
| Author stance | Satire. Use the tools, read them first. | Art project. Slow, Mac-tested, hallucinates a bit. | Joke about BuzzFeed voice. MIT skill, not a product. |
| Production? | Yes, as a link. That is the whole product. | Useful hobby tool. README is honest about the gaps. | Useful skill. Gemini auth is a real dependency. |
dontpastetheai.com (mirror: dontquotetheai.com) is a spiritual cousin of nohello.net and dontasktoask.com: static HTML, translations, and a work-safe "smooth" page. The Hacker News thread passed a thousand points. The README is explicit: this is satire, and the point is not "never use AI."
Use AI for drafts. Read them. Rewrite. Do not be a middleman between a chatbot and a human who already has the same chatbot.
The site's four "Do this instead" steps, quoted from the smooth English page:
That is the contract. They asked you for context, taste, and judgment. Pasting eight hundred unread words shifts comprehension onto everyone else, the same tax as unreviewed AI code.
The site has a louder variant. Do not send it at work. The smooth page is the one for a coworker, a manager, or a review thread.
From the archive
Aug 21, 2026 • 7 min read
Aug 21, 2026 • 8 min read
Aug 21, 2026 • 7 min read
Aug 21, 2026 • 10 min read
Vomit is Zach Ahn's Go CLI for Claude 5's display text. It buffers what Claude tried to say, forwards that to a local LLM, and shows the rewrite. The author's post calls it an art project. The HN thread treated it as a real itch: AGENTS.md style rules fade as the session grows.
Install, copied from the README:
go install github.com/zachahn/vomit@latest
vomit init
vomit scrub -claude
vomit init stores local-model connection details. vomit scrub -claude prints the Claude Code hook instructions. Non-invasive mode from the same README:
vomit list - list Claude session identifiersvomit tail [<session_identifier>] - translate a session, or follow the latestvomit help - the rest of the commandsNamed backends: Llama.app, Ollama, and anything that speaks the OpenAI API. If you do not have a local model, the README suggests Llama.app plus GPT-OSS 20B, then vomit init.
The README is the spec sheet. The local LLM only sees what Claude tried to communicate, not files or tool results, so it hallucinates a bit. It is pretty slow, vibe-coded, and only tested on Mac. You can miss the original message; it writes under TMPDIR and does not rewrite the session on disk. AgentsView is the suggested recovery path. License: GNU GPLv3. Use it when the pain is your Claude Code reading, not someone else's Slack paste. Hooks in general: Claude Code tips.
NoBuzz is Adnan Akil's Claude Code skill. The command is /debuzz. The README jokes that Claude was trained on old BuzzFeed articles, and that they considered calling it "Claudette" and then definitely absolutely did not. The HN thread is mostly CLAUDE.md one-liners. A second model is the honest workaround: do not ask the buzzer to debuzz itself.
Install, from the README:
git clone https://github.com/adnanakil/nobuzz
mkdir -p ~/.claude/skills
cp -r nobuzz/debuzz ~/.claude/skills/
Requirements listed there: Claude Code, and the Gemini CLI (npm install -g @google/gemini-cli), authenticated. Run gemini once and use /auth, or set GEMINI_API_KEY.
/debuzz [mode] [text]
| Mode | Audience | What you get |
|---|---|---|
colleague (default) | An engineer | Same content, file paths and code blocks intact, zero theatrics |
manager | A technical-adjacent manager | What happened, why it matters, what's next - about a third the length, no code |
director | An executive | Three to five sentences: outcome, impact, ask. Assumes thirty seconds of attention |
With no text it translates Claude's previous reply. Paste text after the mode to translate that instead. It also triggers on phrases like "say that in normal english."
Mechanically: write the previous reply to a temp file, pipe it through gemini -p with plain-English instructions, print Gemini verbatim. If Gemini errors (usually auth), you see the error. Claude only offers its own rewrite as a labeled fallback. MIT. That last rule is the point: a debuzzer that asks the original model to edit itself is how you get another load-bearing translation.
/debuzz and will install Gemini CLI.The default is still: draft with a model if you want, then write the message in your own words. That is step one of dontpastetheai, and it costs nothing.
Skip these tools when the reply is three sentences you can type faster than you can paste; when you have no strong opinion ("No strong opinion here" is already the answer); when you can already skim Claude for the file path and the bug; or when you would only install a rewriter so you can paste that unread. The second model is not a hall pass.
Satire and art projects can be funny and incomplete. dontpastetheai is done: it is a page. Vomit and NoBuzz are small, honest tools for a voice problem the labs have not fixed. Love them for that. The culture is still: read it, cut it, sign it.
A satirical static site you send to someone who answers with unread chatbot text. Cousin of nohello.net and dontasktoask.com. Smooth page: use AI for drafts, then read and rewrite. GitHub.
A Go CLI that pipes Claude's displayed tokens through a local LLM. vomit scrub -claude prints hook setup. GPLv3, local, slow, Mac-tested, a bit hallucination-prone. GitHub.
NoBuzz is the repo. /debuzz is the skill. "Claudette" is the README joke. It sends Claude's last reply through Gemini CLI in colleague, manager, or director mode. MIT. GitHub.
No, not at work. The site marks the smooth page as work-safe. This post quotes only that version.
Whenever you can. Use them when unread paste in a shared channel, or Claude Code's register on every turn, is recurring. A one-off is still cheaper as three sentences you wrote.
/debuzz SKILL.md (fetched August 21, 2026)M6HEHM4JM5)Some links to tools above are referral links - see our affiliate disclosure.
Read next
Adrian Krebs scored 1,590 Show HN landing pages against 16 AI design patterns. 22% were heavy slop, 32% mild, 46% clean. Here is the pattern list, the method, and why it matters even when you are the one shipping.
7 min readGitHub trending is full of anti-slop, taste, and compound-engineering skills. The real signal is not that agents need more prompts. It is that teams are trying to make subjective review criteria executable.
8 min readA new essay argues that letting AI generate sloppy code creates a downward spiral where future AI absorbs those bad patterns. HN's 250+ comment thread is split between believers and pure vibe-coders.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolMac app for running parallel Claude Code, Codex, and Cursor agents in isolated workspaces. Watch every agent work at onc...
View ToolA hosted infinite canvas your headless AI agents drive over MCP. Any MCP-speaking agent - Claude Code, Codex, Cursor, or...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppBeat the August 2026 Assistants API sunset. Paste old code, get Responses API.
View AppDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI AgentsA practical walk-through of how to design, write, and ship a Claude Code skill - from choosing when to trigger, through allowed-tools, to the steps the agent will actually follow.
Getting StartedTargeted edits to specific sections without rewriting entire files.
Claude Code
Adrian Krebs scored 1,590 Show HN landing pages against 16 AI design patterns. 22% were heavy slop, 32% mild, 46% clean....

GitHub trending is full of anti-slop, taste, and compound-engineering skills. The real signal is not that agents need mo...

A new essay argues that letting AI generate sloppy code creates a downward spiral where future AI absorbs those bad patt...

The definitive collection of Claude Code tips - sub-agents, hooks, worktrees, MCP, custom agents, keyboard shortcuts, an...

OpenCode dropped Ox Alpha as a free stealth model on August 20, 2026: 1M context, multimodal, near-unlimited for about a...

Slack Code puts coding agents in dedicated Slack channels with diffs, live HTML previews, and an audit log. Here is when...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.