RTK reports token savings, but our cost benchmarks disagree
11–20 of 85 posts
Re: RTK reports token savings, but our cost benchmarks disagree
#12well yeah.... now you're giving it output it wasn't trained on.
Re: RTK reports token savings, but our cost benchmarks disagree
#13i don't know if such hacks works, but in C# if you use roslyn mcp, you save a lot.
I don't think they're comparable. RTK just modifies the output of CLI tools to reduce the number of tokens, a Roslyn MCP gives the agent a fundamentally superior way of interacting with a C# codebase.
Re: RTK reports token savings, but our cost benchmarks disagree
#14Re: RTK reports token savings, but our cost benchmarks disagree
#15Re: RTK reports token savings, but our cost benchmarks disagree
#16I don't understand how this or all these magic skill bundles and methodologies get traction and why they are so popular. It's either plain worse or has serious trade offs.
Re: RTK reports token savings, but our cost benchmarks disagree
#17Here are other cases demonstrating the exact same issues with these kinds of tools:
https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-... https://brandonbarker.me/writing/headroom-fewer-tokens-bigge...
Re: RTK reports token savings, but our cost benchmarks disagree
#18All of these "hacks" are snakeoil and I think deep down we all know. Whether it's caveman, RTK, or whatever other vibe-coded productivity/token cost saving hacks/skills/claude.md. What I had success with (although benchmarks are older) is to index the codebase with a dedicated local code embedding model. It's a bit expensive on the CPU side but in my benchmarks it reduced token use and wall clock time significantly.…
Save 30% token costs when using Claude Code, Codex, OpenCode for free - with open source, local semantic search. Works for small and large codebases and monorepos! Enterprise-ready and fully compliant via Ollama and SQLite-vec.
Releases v0.0.42 Latest last month
Why should I trust that what you're peddling isn't snakeoil?Re: RTK reports token savings, but our cost benchmarks disagree
#19Re: RTK reports token savings, but our cost benchmarks disagree
#20All of these "hacks" are snakeoil and I think deep down we all know. Whether it's caveman, RTK, or whatever other vibe-coded productivity/token cost saving hacks/skills/claude.md. What I had success with (although benchmarks are older) is to index the codebase with a dedicated local code embedding model. It's a bit expensive on the CPU side but in my benchmarks it reduced token use and wall clock time significantly.…