Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Vibe coding workflow/
  4. Vomit CLI pipes dense Claude 5 output through local LLMs for readable terminal logs
Vibe coding workflow

Vomit CLI pipes dense Claude 5 output through local LLMs for readable terminal logs

Vomit is an open-source local CLI tool designed to translate dense and verbose token streams from Claude 5 into readable English. By piping Claude's terminal output through a local model like GPT-OSS 20B, it keeps developer sessions uncluttered without external telemetry.

August 21, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 21, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Vomit CLI pipes dense Claude 5 output through local LLMs for readable terminal logs

Impact: Low

Why it matters

Clean up verbose Claude 5 output streams in terminal coding sessions using zero-telemetry local inference.

TL;DR

  • 01Vomit rewrites verbose Claude 5 output streams into concise text using a local LLM.
  • 02Runs with zero telemetry and writes temporary execution data strictly to $TMPDIR.
  • 03Can run as a terminal hook or sidecar process using vomit tail.

Key facts

License / Runtime
Open-source Go binary (zero dependencies)
Telemetry
None (100% local processing)
Target Architecture
Tested on macOS / macOS Terminal Hooks

Managing Claude 5 Verbosity with Local Pipelines

Vomit addresses terminal output noise in agentic CLI sessions. It intercepts raw Claude token streams and summarizes them locally.

Key Technical Characteristics

  • Zero External Telemetry: Runs completely on host hardware with no API calls or remote tracking.
  • Zero External Dependencies: Distributed as a standalone Go binary compiled via go install.
  • Non-Invasive Operation: Intercepts output at terminal boundaries or runs sidecar via session ID tracking (vomit tail).
  • Recommended Engine: Pairs with local runners like Llama.app executing GPT-OSS 20B.

Installation and Usage Commands

# Install Vomit binary
go install github.com/zachahn/vomit@latest

# List active Claude session identifiers
vomit list

# Follow and summarize the latest session stream
vomit tail

Try it in 2 minutes

go install github.com/zachahn/vomit@latest
vomit list
vomit tail

bash

✓ When to use

  • When long Claude 5 reasoning blocks visually flood your terminal prompt during vibe-coding.
  • When monitoring live agentic terminal sessions in real time via sidecar logs.

✕ When NOT to use

  • When strict, byte-for-byte exact output logs are needed for deep compiler debugging.
  • In environments without hardware capacity to run a 20B local LLM alongside agentic IDEs.

What to do today

  • →Install Vomit using go install github.com/zachahn/vomit@latest to process terminal logs locally.
  • →Set up Llama.app with GPT-OSS 20B to summarize Claude sessions without cloud latency.

What the community says

  • “Opus 5 is clearly generating dense tokens for tool calling, but man is it bad for general communication, like borderline unusable.”

    — lwansbrough on Hacker News

  • “YES. A thousand times yes. It's garbage.”

    — _vertigo on Hacker News

#Claude 5#Claude Code#Vomit#Llama.app#GPT-OSS 20B

Sources

  • GitHub Repository: zachahn/vomit
ShareShare on XShare on LinkedIn
← Previous storyBinance launches Agent OS with Model Context Protocol support for trading agentsNext story →ChatGPT Search adopts site domain operators at scale in GPT-5.6 Sol rollout

Related stories

  • Vibe coding workflowHELIX Framework Addresses 68 Percent Spike in AI Code Review Overhead
  • Vibe coding workflowCommunity Builds Translator Tool to Filter Verbose Claudish Output Style
  • Vibe coding workflowDeveloper Survey Uncovers Agentic Coding Dependency and Mounting Verification Debt
  • Vibe coding workflowFloWritesCode Releases SwiftUI Agent Skills for Cursor

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.