Vomit: Clean up Claude 5's token output with a separate LLM
- AI
- Developer Tools
- Programming
The repo is a small wrapper for a problem many people in agentic coding now recognize immediately. Claude 5, especially Opus 5, often produces dense, self-justifying prose full of repeated tics like "load-bearing," odd verb choices, and long caveat sections. "Vomit" takes that output and runs it through a second model to rewrite it in a cleaner register. People pointed to the author’s examples and said the rewrite is not magical, but it does remove enough jargon and theatrical framing to make the result easier to read.
If your team relies on Claude or similar coding agents, treat output style drift as an operational issue, not a personal annoyance. Add guardrails now, and be ready to swap models or insert rewrite and lint layers if readability is dragging down review speed, code comments, or developer morale.
-
github.com
- Discuss on HN