Real-world RTK test: 65.7% token savings on a Rust project #2371
LAIguapi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tested RTK on a real Rust project to see how much it actually saves on Claude Code token costs.
Setup
Key findings
rtk ls srcrtk read filter.rs -l aggressivertk envrtk git statusrtk git log -n 5Overall: 14 commands, 65.7% average savings
Honest take
The 60-90% savings claim on the README is aspirational. In practice:
The
aggressiveread filter is the killer feature. It strips function bodies and keeps only signatures/types, perfect for AI architecture exploration.The
gaindashboard is great for making savings tangible. Seeing "10.5K tokens saved" after 14 commands makes the value concrete.Minor issues
rtk grep -t rsfails. Need to use-t rust(different from ripgrep convention)rtk jsoncan't parse TOML files (expected, but confusing)Tested as part of a weekly deep-dive series on open-source developer tools.
Beta Was this translation helpful? Give feedback.
All reactions