Tested 3 Claude Code plugins to reduce costs: Here is what worked
Marmelab · reddit · 2026-08-31
The author tested 3 plugins to cut token costs in a multi-agent CRM builder setup:
- Ponytail (Best): Forces a checklist before coding to find the simplest solution. Cut generated code by 50% and reduced costs.
- Caveman: Removes filler, cutting output tokens by 65%. However, extra instruction overhead outweighed savings in code loops; better for chat.
- Headroom (Worst): Compresses context. Token mode reduced cache reads but destroyed prefixes, triggering expensive writes. Cache mode didn't compress.
Takeaway: Fewer tokens don't always mean lower costs with prompt caching.
More from coding & agent
- Intent Hailed as the GOAT of Laptop Dev Environments — Wattenberger · 2026-09-01
- Dev automated orchestration: 3 days work saves weeks of manual effort — natesiggard · 2026-09-01
- Devs debate: everyone rebuilding world-model tracking per repo — DRY failure or necessity? — deepfates · 2026-09-01
- Debunking Agent Anthropomorphism: Replaying OpenAI Incident Shows No 'Civilizations' — avlok · 2026-09-01
- Agent costs often come from pointless loops, not the model — FounderWithCode · 2026-09-01
- Snowflake research: AI Functions boost Coding Agent performance — CShorten30 · 2026-09-01