Ponytail Hit 119k Stars Telling Agents to Write Less Code
The fastest-growing agent plugin right now doesn't add a capability — it takes one away. On real Claude Code sessions it cut generated code 54% with zero safety loss. Its second-best number is the honest one.
NeuroX AI · September 1, 2026

The #2 repo on GitHub trending this week is a plugin whose whole job is refusing to write code. Ponytail sits at 119k stars, and its pitch is one line: "The best code is the code you never wrote."
Mechanically it's a seven-rung decision ladder the agent must climb before emitting anything: does this need to exist, does it already exist in the codebase, is it in the standard library, a platform feature, an installed dependency, expressible in one line — and only then a minimal implementation. It installs into Claude Code with one command and supports 20+ agents.
The numbers that matter come from its agentic benchmark — real Claude Code sessions editing FastAPI and React repos across 12 tasks: 54% less code, 22% fewer tokens, 20% lower cost, 27% faster, with every validation and security check intact.
The number that matters more is the retraction. Earlier single-shot benchmarks claimed 80–94% reduction; the maintainers re-measured and flagged those as partly inflated by baseline prose padding. A project about not overstating code that doesn't overstate its own results — that's the discipline agents actually need, encoded twice.
Default agent output is over-engineered until something pushes back. This is 119k people agreeing.