Testing 3 more Claude Code cost-cutting plugins: LSP saves 13%
Marmelab · reddit · 2026-09-16
Following an earlier round of testing, a Marmelab engineer tested 3 more Claude Code cost-cutting plugins on a multi-agent internal CRM build (orchestrator + dev + reviewer agents), where the token hog turned out to be cache reads, not generated code.
- LSP (clear winner): native LSP support gives agents precise code navigation instead of blind grep. Cut costs 13%, tokens 12%, API calls 24%; grep/rg invocations dropped 44% (340 → 189), replaced by 55 precise LSP lookups. Caveat: LSP doesn't work in subagents, so it must stay at the top level.
- Graphify (net negative): builds a project dependency graph via static analysis + an LLM pass; the extra LLM overhead made it slightly more expensive than baseline.
- RTK (wrong fit): wraps the CLI to compress shell output; helpful only if verbose CLI output is a major token source — it wasn't here.
Bottom line: the best combo is Ponytail (agents write less code, less reviewer ping-pong) + LSP. The author declares no affiliation with any plugin.
More from coding & agent
- Diorama gives OpenAI Codex coding agents a visual office you can watch work in real time — davidfromkansas · 2026-09-17
- Code-first, UI on top: building bespoke brand design tools with AI — floguo · 2026-09-17
- Study of 7 models across Claude Code, Codex, Pi: harness barely affects success but swings cost — DavideCrapis · 2026-09-17
- AI trading bot built with Jev is down 85%, owner shrugs it off — generativist · 2026-09-17
- Redditor's 3-Day SoL-Pi Test: Memory Objects Save ~12k Tokens Per Tool Run — Garblyx · 2026-09-17
- Reviewing AI code through Steve Jobs' lens: unseen internals deserve beauty too — sergeykarayev · 2026-09-17