Developer releases 'nobuzz' tool to strip AI fluff from Claude Code
The new Claude Code skill uses a multi-model pipeline to translate theatrical AI prose into professional English.
Developer Adnan Akil has released 'nobuzz,' a custom skill for Claude Code designed to eliminate the overly dramatic, 'BuzzFeed-style' prose often found in AI responses. The tool, jokingly referred to as 'Claudette,' allows users to strip away artificial personality in favor of direct, professional communication.
Implemented as the `/debuzz` command, the tool does not rely on Claude to rewrite its own text. Instead, it pipes Claude's output through the Gemini CLI, using Google's Gemini model to translate the response into plain English. To provide flexibility for different professional contexts, Akil built three distinct output modes: 'colleague' for technical and direct communication, 'manager' for summaries without code, and 'director' for high-level executive summaries.
The 'TED Talk' Problem
Users of Anthropic's Claude have frequently observed a specific stylistic tendency in the model's technical explanations. This 'personality' is often characterized by theatrical phrasing—such as using terms like 'here is the kicker' or 'load-bearing assumption'—and a structural flow reminiscent of clickbait articles or TED talks. While custom prompting can sometimes mitigate these tendencies, many users find the stylistic bias persistent, particularly during complex engineering tasks.
Describing the motivation behind the project, Akil noted that Claude often behaves like a great engineer with one incurable condition: it talks as if it is delivering a TED talk about its own pull request.
Combating LLM Voice Fatigue
The release of nobuzz highlights a growing trend of 'LLM voice' fatigue among power users. As AI becomes integrated into professional workflows, there is an increasing demand for tools that remove artificial fluff and 'personality' to deliver technical facts without distraction.
Beyond the stylistic fix, the project demonstrates the practical utility of a multi-model pipeline. By leveraging Claude for its reasoning capabilities and Gemini for stylistic editing, the tool overcomes the inherent biases of a single model, showing that the strengths of different LLMs can be chained to produce a more usable end product.
Future Outlook
As developers continue to refine the interaction between humans and AI, the focus is shifting from simply generating correct answers to optimizing the delivery of those answers. Whether through built-in model updates from providers like Anthropic or third-party wrappers like nobuzz, the industry is moving toward a more utilitarian, 'invisible' AI interface. It remains to be seen if AI providers will implement native 'professional' modes to address these user complaints directly.