A user tested 5 token-saving tools for coding agents

A Reddit user said they tested five token reduction tools for coding agents across several code repositories. They said rtk cuts extra shell command output, but its effect was limited because it only works on bash calls. They said graphify saves the repository structure as a graph, but they did not notice a real difference. They said repowise helped more because it adds git history, generated docs, architecture decisions, and a code health score.

Key points

  • rtk tries to remove noisy output from git, test, and build commands before it reaches the AI context.
  • rtk only works on bash calls, so some agent activity may bypass it.
  • graphify turns the repo into a graph and saves that structure for later sessions.
  • The writer said graphify did not make a clear difference in their test.
  • The writer liked repowise more because of its code health score, docs layer, and help on an older codebase.

Quick term guide

coding agents
AI programs designed to autonomously perform tasks like writing or fixing code.
coding agent
An AI tool that writes or edits code from a person’s instructions.
repositories
Places where a project’s code and related files are stored.
repository
The folder that holds all the code files for a software project, often called a 'repo'
Architecture
The overall structure and organization of a software project.
Solo makers
People who build and launch their own products or services entirely on their own.
session limit
The cap on how much you can use Claude within a set time window (usually 5 hours) on paid plans
AI context
The project details and conversation history an AI tool uses to understand what you are working on.
Read original